#8A152C

Color #8A152C Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #8A152C

Tints of Scarlett #8A152C

Color information

#8A152C (or 0x8A152C) is unknown color: approx Scarlett. HEX triplet: 8A, 15 and 2C. RGB value is (138,21,44). Sum of RGB (Red+Green+Blue) = 138+21+44=203 (26% of max value = 765). Red value is 138 (54.30% from 255 or 67.98% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 138 - color contains mainly: red. Hex color #8A152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A152C is #75EAD3. Grayscale: #3A3A3A. Windows color (decimal): -7727828 or 2889098. OLE color: 2889098.

HSL color Cylindrical-coordinate representation of color #8A152C: hue angle of 348.21º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A152C is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB1382144-
CMYK00.850.680.46
HSL348.21º73.58%31.18%-
HSV(B)348.21º84.78%54.12%-
XYZ11.26.122.97-
YUV58.6119.76184.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 67.98%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=67.98%
G=10.34%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138214400.850.680.46348.2173.5831.18
Hex8A152C055442E15c4a1f
Octal212255401251045653411237
Binary1000101010101101100010101011000100101110101011100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A152C; }

 p { color: rgb(138,21,44); }

 H1.HeaderClassName
 {
   color: #8A152C;
 }
 .AnyTagClassName
 {
   color: #8A152C;
 }
</style>
background-color css

<style>
 a { background-color: #8A152C; }

 a { background-color: rgb(138,21,44); }

 div.DivClassName
 {
   background-color: #8A152C;
 }
 .BgClassName
 {
   background-color: #8A152C;
 }
</style>
border-color css

<style>
 span { border-color: #8A152C; }

 span { border-color: rgb(138,21,44); }

 td.TdClassName
 {
   border-color: #8A152C;
 }
 .TagClassName
 {
   border-color: #8A152C;
 }
</style>