#8F362C

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

Shades of Thunderbird #8F362C

Tints of Thunderbird #8F362C

Color information

#8F362C (or 0x8F362C) is unknown color: approx Thunderbird. HEX triplet: 8F, 36 and 2C. RGB value is (143,54,44). Sum of RGB (Red+Green+Blue) = 143+54+44=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F362C is #70C9D3. Grayscale: #4F4F4F. Windows color (decimal): -7391700 or 2897551. OLE color: 2897551.

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

Color convert

RGB1435444-
CMYK00.620.690.44
HSL6.06º52.94%36.67%-
HSV(B)6.06º69.23%56.08%-
XYZ13.18.663.36-
YUV79.47107.99173.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.34%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=59.34%
G=22.41%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143544400.620.690.446.0652.9436.67
Hex8F362C03E452C63525
Octal21766540761055466545
Binary1000111111011010110001111101000101101100110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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