Html Css Color HEX #8E372E Thunderbird

📋 copy color: '#8E372E'

red 142 ◦ green 55 ◦ blue 46

#8E372E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thunderbird #8E372E

Tints of Thunderbird #8E372E

RGB

 RED value IS 142 (55.86% from 255) = 58.44%

 GREEN value IS 55 (21.88% from 255) = 22.63%

 BLUE value IS 46 (18.36% from 255) = 18.93%

R = 58.44%
G = 22.63%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E372E (or 0x8E372E) is known color: Thunderbird. HEX triplet: 8E, 37 and 2E. RGB value is (142,55,46). Sum of RGB (Red+Green+Blue) = 142+55+46=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E372E is #71C8D1. Grayscale: #505050. Windows color (decimal): -7456978 or 3028878. OLE color: 3028878.

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

Color convert

RGB 142 55 46 -
CMYK 0 0.61 0.68 0.44
HSL 5.63º 0.51% 0.37% -
HSV(B) 5.63º 0.68% 0.56% -
XYZ 13.01 8.68 3.57 -
YUV 79.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 142 55 46 0 0.61 0.68 0.44 5.63 0.51 0.37
Hex 8E 37 2E 0 3D 44 2C 6 33 25
Octal 216 67 56 0 75 104 54 6 63 45
Binary 10001110 110111 101110 0 111101 1000100 101100 110 110011 100101

Color Harmonies of #8E372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E372E

Black with #8E372E

Text Example


Text Example

White with #8E372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,55,46); }

 H1.HeaderClassName
 {
   color: #8E372E;
 }
 .AnyTagClassName
 {
   color: #8E372E;
 }
</style>

background-color css

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

 a { background-color: rgb(142,55,46); }

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

border-color css

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

 span { border-color: rgb(142,55,46); }

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