#8F3A2C

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

Shades of Thunderbird #8F3A2C

Tints of Thunderbird #8F3A2C

Color information

#8F3A2C (or 0x8F3A2C) is unknown color: approx Thunderbird. HEX triplet: 8F, 3A and 2C. RGB value is (143,58,44). Sum of RGB (Red+Green+Blue) = 143+58+44=245 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.37% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3A2C is #70C5D3. Grayscale: #515151. Windows color (decimal): -7390676 or 2898575. OLE color: 2898575.

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

Color convert

RGB1435844-
CMYK00.590.690.44
HSL8.48º52.94%36.67%-
HSV(B)8.48º69.23%56.08%-
XYZ13.39.053.43-
YUV81.82106.66171.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 58.37%
GREEN value IS 58 (23.05% from 255) = 23.67%
BLUE value IS 44 (17.58% from 255) = 17.96%
R=58.37%
G=23.67%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143584400.590.690.448.4852.9436.67
Hex8F3A2C03B452C83525
Octal217725407310554106545
Binary10001111111010101100011101110001011011001000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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