#8A1529

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

Shades of Scarlett #8A1529

Tints of Scarlett #8A1529

Color information

#8A1529 (or 0x8A1529) is unknown color: approx Scarlett. HEX triplet: 8A, 15 and 29. RGB value is (138,21,41). Sum of RGB (Red+Green+Blue) = 138+21+41=200 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1529 is #75EAD6. Grayscale: #3A3A3A. Windows color (decimal): -7727831 or 2692490. OLE color: 2692490.

HSL color Cylindrical-coordinate representation of color #8A1529: hue angle of 349.74º 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 #8A1529 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1382141-
CMYK00.850.700.46
HSL349.74º73.58%31.18%-
HSV(B)349.74º84.78%54.12%-
XYZ11.156.12.69-
YUV58.26118.26184.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 69%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 41 (16.41% from 255) = 20.5%
R=69%
G=10.5%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138214100.850.700.46349.7473.5831.18
Hex8A1529055462E15e4a1f
Octal212255101251065653611237
Binary1000101010101101001010101011000110101110101011110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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