#8f382f

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

Shades of Thunderbird #8F382F

Tints of Thunderbird #8F382F

Color information

#8F382F (or 0x8F382F) is unknown color: approx Thunderbird. HEX triplet: 8F, 38 and 2F. RGB value is (143,56,47). Sum of RGB (Red+Green+Blue) = 143+56+47=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F382F is #70C7D0. Grayscale: #515151. Windows color (decimal): -7391185 or 3094671. OLE color: 3094671.

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

Color convert

RGB1435647-
CMYK00.610.670.44
HSL5.62º50.53%37.25%-
HSV(B)5.62º67.13%56.08%-
XYZ13.258.873.7-
YUV80.99108.82172.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 58.13%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=58.13%
G=22.76%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143564700.610.670.445.6250.5337.25
Hex8F382F03D432C63325
Octal21770570751035466345
Binary1000111111100010111101111011000011101100110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f382f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,56,47); }

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

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

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

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

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

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

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