Html Css Color HEX #8E312C Thunderbird

📋 copy color: '#8E312C'

red 142 ◦ green 49 ◦ blue 44

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

Shades of Thunderbird #8E312C

Tints of Thunderbird #8E312C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.85%

 BLUE value IS 44 (17.58% from 255) = 18.72%

R = 60.43%
G = 20.85%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8E312C (or 0x8E312C) is known color: Thunderbird. HEX triplet: 8E, 31 and 2C. RGB value is (142,49,44). Sum of RGB (Red+Green+Blue) = 142+49+44=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E312C is #71CED3. Grayscale: #4C4C4C. Windows color (decimal): -7458516 or 2896270. OLE color: 2896270.

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

Color convert

RGB 142 49 44 -
CMYK 0 0.65 0.69 0.44
HSL 3.06º 0.53% 0.36% -
HSV(B) 3.06º 0.69% 0.56% -
XYZ 12.71 8.13 3.28 -
YUV 76.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 142 49 44 0 0.65 0.69 0.44 3.06 0.53 0.36
Hex 8E 31 2C 0 41 45 2C 3 35 24
Octal 216 61 54 0 101 105 54 3 65 44
Binary 10001110 110001 101100 0 1000001 1000101 101100 11 110101 100100

Color Harmonies of #8E312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E312C

Black with #8E312C

Text Example


Text Example

White with #8E312C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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