#8b1529

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

Shades of Scarlett #8B1529

Tints of Scarlett #8B1529

Color information

#8B1529 (or 0x8B1529) is unknown color: approx Scarlett. HEX triplet: 8B, 15 and 29. RGB value is (139,21,41). Sum of RGB (Red+Green+Blue) = 139+21+41=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1529 is #74EAD6. Grayscale: #3A3A3A. Windows color (decimal): -7662295 or 2692491. OLE color: 2692491.

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

Color convert

RGB1392141-
CMYK00.850.710.45
HSL349.83º73.75%31.37%-
HSV(B)349.83º84.89%54.51%-
XYZ11.326.192.7-
YUV58.56118.09185.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.15%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 41 (16.41% from 255) = 20.40%
R=69.15%
G=10.45%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139214100.850.710.45349.8373.7531.37
Hex8B1529055472D15e4a1f
Octal213255101251075553611237
Binary1000101110101101001010101011000111101101101011110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b1529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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