#8F2F2D

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

Shades of Thunderbird #8F2F2D

Tints of Thunderbird #8F2F2D

Color information

#8F2F2D (or 0x8F2F2D) is unknown color: approx Thunderbird. HEX triplet: 8F, 2F and 2D. RGB value is (143,47,45). Sum of RGB (Red+Green+Blue) = 143+47+45=235 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.85% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2F2D is #70D0D2. Grayscale: #4B4B4B. Windows color (decimal): -7393491 or 2961295. OLE color: 2961295.

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

Color convert

RGB1434745-
CMYK00.670.690.44
HSL1.22º52.13%36.86%-
HSV(B)1.22º68.53%56.08%-
XYZ12.828.063.36-
YUV75.48110.8176.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 60.85%
GREEN value IS 47 (18.75% from 255) = 20%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=60.85%
G=20%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143474500.670.690.441.2252.1336.86
Hex8F2F2D043452C13425
Octal217575501031055416445
Binary100011111011111011010100001110001011011001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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