#8F3A32

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

Shades of Thunderbird #8F3A32

Tints of Thunderbird #8F3A32

Color information

#8F3A32 (or 0x8F3A32) is unknown color: approx Thunderbird. HEX triplet: 8F, 3A and 32. RGB value is (143,58,50). Sum of RGB (Red+Green+Blue) = 143+58+50=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3A32 is #70C5CD. Grayscale: #525252. Windows color (decimal): -7390670 or 3291791. OLE color: 3291791.

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

Color convert

RGB1435850-
CMYK00.590.650.44
HSL5.16º48.19%37.84%-
HSV(B)5.16º65.03%56.08%-
XYZ13.429.14.07-
YUV82.5109.66171.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.97%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 50 (19.92% from 255) = 19.92%
R=56.97%
G=23.11%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143585000.590.650.445.1648.1937.84
Hex8F3A3203B412C53026
Octal21772620731015456046
Binary1000111111101011001001110111000001101100101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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