#8f3a31

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

Shades of Thunderbird #8F3A31

Tints of Thunderbird #8F3A31

Color information

#8F3A31 (or 0x8F3A31) is unknown color: approx Thunderbird. HEX triplet: 8F, 3A and 31. RGB value is (143,58,49). Sum of RGB (Red+Green+Blue) = 143+58+49=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3A31 is #70C5CE. Grayscale: #525252. Windows color (decimal): -7390671 or 3226255. OLE color: 3226255.

HSL color Cylindrical-coordinate representation of color #8F3A31: hue angle of 5.74º 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 #8F3A31 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB1435849-
CMYK00.590.660.44
HSL5.74º48.96%37.65%-
HSV(B)5.74º65.73%56.08%-
XYZ13.49.093.95-
YUV82.39109.16171.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 57.2%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 49 (19.53% from 255) = 19.6%
R=57.2%
G=23.2%
B=19.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143584900.590.660.445.7448.9637.65
Hex8F3A3103B422C63126
Octal21772610731025466146
Binary1000111111101011000101110111000010101100110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f3a31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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