#8F3131

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

Shades of Thunderbird #8F3131

Tints of Thunderbird #8F3131

Color information

#8F3131 (or 0x8F3131) is unknown color: approx Thunderbird. HEX triplet: 8F, 31 and 31. RGB value is (143,49,49). Sum of RGB (Red+Green+Blue) = 143+49+49=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3131 is #70CECE. Grayscale: #4D4D4D. Windows color (decimal): -7392975 or 3223951. OLE color: 3223951.

HSL color Cylindrical-coordinate representation of color #8F3131: hue angle of 0º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3131 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB1434949-
CMYK00.660.660.44
HSL48.96%37.65%-
HSV(B)65.73%56.08%-
XYZ12.988.263.82-
YUV77.11112.14175-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.34%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 49 (19.53% from 255) = 20.33%
R=59.34%
G=20.33%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143494900.660.660.44048.9637.65
Hex8F3131042422C03126
Octal217616101021025406146
Binary100011111100011100010100001010000101011000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,49,49); }

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

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

 a { background-color: rgb(143,49,49); }

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

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

 span { border-color: rgb(143,49,49); }

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