#8E3B30

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

Shades of Thunderbird #8E3B30

Tints of Thunderbird #8E3B30

Color information

#8E3B30 (or 0x8E3B30) is unknown color: approx Thunderbird. HEX triplet: 8E, 3B and 30. RGB value is (142,59,48). Sum of RGB (Red+Green+Blue) = 142+59+48=249 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.03% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3B30 is #71C4CF. Grayscale: #525252. Windows color (decimal): -7455952 or 3160974. OLE color: 3160974.

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

Color convert

RGB1425948-
CMYK00.580.660.44
HSL7.02º49.47%37.25%-
HSV(B)7.02º66.2%55.69%-
XYZ13.259.093.85-
YUV82.56108.5170.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.03%
GREEN value IS 59 (23.44% from 255) = 23.69%
BLUE value IS 48 (19.14% from 255) = 19.28%
R=57.03%
G=23.69%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142594800.580.660.447.0249.4737.25
Hex8E3B3003A422C73125
Octal21673600721025476145
Binary1000111011101111000001110101000010101100111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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