#8F362B

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

Shades of Thunderbird #8F362B

Tints of Thunderbird #8F362B

Color information

#8F362B (or 0x8F362B) is unknown color: approx Thunderbird. HEX triplet: 8F, 36 and 2B. RGB value is (143,54,43). Sum of RGB (Red+Green+Blue) = 143+54+43=240 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.58% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 143 - color contains mainly: red. Hex color #8F362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F362B is #70C9D4. Grayscale: #4F4F4F. Windows color (decimal): -7391701 or 2832015. OLE color: 2832015.

HSL color Cylindrical-coordinate representation of color #8F362B: hue angle of 6.6º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F362B is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1435443-
CMYK00.620.700.44
HSL6.6º53.76%36.47%-
HSV(B)6.6º69.93%56.08%-
XYZ13.088.653.27-
YUV79.36107.49173.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.58%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 43 (17.19% from 255) = 17.92%
R=59.58%
G=22.5%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143544300.620.700.446.653.7636.47
Hex8F362B03E462C73624
Octal21766530761065476644
Binary1000111111011010101101111101000110101100111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,54,43); }

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

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

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

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

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

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

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