#8F2F2A

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

Shades of Thunderbird #8F2F2A

Tints of Thunderbird #8F2F2A

Color information

#8F2F2A (or 0x8F2F2A) is unknown color: approx Thunderbird. HEX triplet: 8F, 2F and 2A. RGB value is (143,47,42). Sum of RGB (Red+Green+Blue) = 143+47+42=232 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.64% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2F2A is #70D0D5. Grayscale: #4B4B4B. Windows color (decimal): -7393494 or 2764687. OLE color: 2764687.

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

Color convert

RGB1434742-
CMYK00.670.710.44
HSL2.97º54.59%36.27%-
HSV(B)2.97º70.63%56.08%-
XYZ12.768.043.07-
YUV75.13109.3176.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 61.64%
GREEN value IS 47 (18.75% from 255) = 20.26%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=61.64%
G=20.26%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143474200.670.710.442.9754.5936.27
Hex8F2F2A043472C33724
Octal217575201031075436744
Binary1000111110111110101001000011100011110110011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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