#8F302A

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

Shades of Thunderbird #8F302A

Tints of Thunderbird #8F302A

Color information

#8F302A (or 0x8F302A) is unknown color: approx Thunderbird. HEX triplet: 8F, 30 and 2A. RGB value is (143,48,42). Sum of RGB (Red+Green+Blue) = 143+48+42=233 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.37% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 143 - color contains mainly: red. Hex color #8F302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F302A is #70CFD5. Grayscale: #4B4B4B. Windows color (decimal): -7393238 or 2764943. OLE color: 2764943.

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

Color convert

RGB1434842-
CMYK00.660.710.44
HSL3.56º54.59%36.27%-
HSV(B)3.56º70.63%56.08%-
XYZ12.88.123.08-
YUV75.72108.97175.99-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 61.37%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=61.37%
G=20.60%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143484200.660.710.443.5654.5936.27
Hex8F302A042472C43724
Octal217605201021075446744
Binary10001111110000101010010000101000111101100100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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