#8E332B

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

Shades of Thunderbird #8E332B

Tints of Thunderbird #8E332B

Color information

#8E332B (or 0x8E332B) is unknown color: approx Thunderbird. HEX triplet: 8E, 33 and 2B. RGB value is (142,51,43). Sum of RGB (Red+Green+Blue) = 142+51+43=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E332B is #71CCD4. Grayscale: #4D4D4D. Windows color (decimal): -7458005 or 2831246. OLE color: 2831246.

HSL color Cylindrical-coordinate representation of color #8E332B: hue angle of 4.85º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E332B is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1425143-
CMYK00.640.700.44
HSL4.85º53.51%36.27%-
HSV(B)4.85º69.72%55.69%-
XYZ12.788.293.21-
YUV77.3108.65174.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.17%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=60.17%
G=21.61%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142514300.640.700.444.8553.5136.27
Hex8E332B040462C53624
Octal216635301001065456644
Binary10001110110011101011010000001000110101100101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,51,43); }

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

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

 a { background-color: rgb(142,51,43); }

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

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

 span { border-color: rgb(142,51,43); }

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