Html Css Color HEX #8E3931 Thunderbird

📋 copy color: '#8E3931'

red 142 ◦ green 57 ◦ blue 49

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

Shades of Thunderbird #8E3931

Tints of Thunderbird #8E3931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.98%

 BLUE value IS 49 (19.53% from 255) = 19.76%

R = 57.26%
G = 22.98%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8E3931 (or 0x8E3931) is known color: Thunderbird. HEX triplet: 8E, 39 and 31. RGB value is (142,57,49). Sum of RGB (Red+Green+Blue) = 142+57+49=248 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.26% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3931 is #71C6CE. Grayscale: #515151. Windows color (decimal): -7456463 or 3225998. OLE color: 3225998.

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

Color convert

RGB 142 57 49 -
CMYK 0 0.60 0.65 0.44
HSL 5.16º 0.49% 0.37% -
HSV(B) 5.16º 0.65% 0.56% -
XYZ 13.17 8.9 3.93 -
YUV 81.5 109.66 171.15 -
System Red Green Blue C M Y K H S L
Decimal 142 57 49 0 0.60 0.65 0.44 5.16 0.49 0.37
Hex 8E 39 31 0 3C 41 2C 5 31 25
Octal 216 71 61 0 74 101 54 5 61 45
Binary 10001110 111001 110001 0 111100 1000001 101100 101 110001 100101

Color Harmonies of #8E3931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3931

Black with #8E3931

Text Example


Text Example

White with #8E3931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,57,49); }

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

background-color css

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

 a { background-color: rgb(142,57,49); }

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

border-color css

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

 span { border-color: rgb(142,57,49); }

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