#8F312D

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

Shades of Thunderbird #8F312D

Tints of Thunderbird #8F312D

Color information

#8F312D (or 0x8F312D) is unknown color: approx Thunderbird. HEX triplet: 8F, 31 and 2D. RGB value is (143,49,45). Sum of RGB (Red+Green+Blue) = 143+49+45=237 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.34% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 143 - color contains mainly: red. Hex color #8F312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F312D is #70CED2. Grayscale: #4C4C4C. Windows color (decimal): -7392979 or 2961807. OLE color: 2961807.

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

Color convert

RGB1434945-
CMYK00.660.690.44
HSL2.45º52.13%36.86%-
HSV(B)2.45º68.53%56.08%-
XYZ12.98.233.39-
YUV76.65110.14175.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.34%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 45 (17.97% from 255) = 18.99%
R=60.34%
G=20.68%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143494500.660.690.442.4552.1336.86
Hex8F312D042452C23425
Octal217615501021055426445
Binary1000111111000110110101000010100010110110010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,49,45); }

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

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

 a { background-color: rgb(143,49,45); }

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

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

 span { border-color: rgb(143,49,45); }

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