#8E382B

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

Shades of Thunderbird #8E382B

Tints of Thunderbird #8E382B

Color information

#8E382B (or 0x8E382B) is unknown color: approx Thunderbird. HEX triplet: 8E, 38 and 2B. RGB value is (142,56,43). Sum of RGB (Red+Green+Blue) = 142+56+43=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E382B is #71C7D4. Grayscale: #505050. Windows color (decimal): -7456725 or 2832526. OLE color: 2832526.

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

Color convert

RGB1425643-
CMYK00.610.700.44
HSL7.88º53.51%36.27%-
HSV(B)7.88º69.72%55.69%-
XYZ13.018.753.29-
YUV80.23106.99172.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.92%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=58.92%
G=23.24%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142564300.610.700.447.8853.5136.27
Hex8E382B03D462C83624
Octal216705307510654106644
Binary10001110111000101011011110110001101011001000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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