#8E3630

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

Shades of Thunderbird #8E3630

Tints of Thunderbird #8E3630

Color information

#8E3630 (or 0x8E3630) is unknown color: approx Thunderbird. HEX triplet: 8E, 36 and 30. RGB value is (142,54,48). Sum of RGB (Red+Green+Blue) = 142+54+48=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3630 is #71C9CF. Grayscale: #4F4F4F. Windows color (decimal): -7457232 or 3159694. OLE color: 3159694.

HSL color Cylindrical-coordinate representation of color #8E3630: hue angle of 3.83º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E3630 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB1425448-
CMYK00.620.660.44
HSL3.83º49.47%37.25%-
HSV(B)3.83º66.2%55.69%-
XYZ13.018.63.77-
YUV79.63110.15172.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.20%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 48 (19.14% from 255) = 19.67%
R=58.20%
G=22.13%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142544800.620.660.443.8349.4737.25
Hex8E363003E422C43125
Octal21666600761025446145
Binary1000111011011011000001111101000010101100100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,54,48); }

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

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

 a { background-color: rgb(142,54,48); }

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

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

 span { border-color: rgb(142,54,48); }

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