Html Css Color HEX #8E312E Thunderbird

📋 copy color: '#8E312E'

red 142 ◦ green 49 ◦ blue 46

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

Shades of Thunderbird #8E312E

Tints of Thunderbird #8E312E

RGB

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

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

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

R = 59.92%
G = 20.68%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E312E (or 0x8E312E) is known color: Thunderbird. HEX triplet: 8E, 31 and 2E. RGB value is (142,49,46). Sum of RGB (Red+Green+Blue) = 142+49+46=237 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.92% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 142 - color contains mainly: red. Hex color #8E312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E312E is #71CED1. Grayscale: #4C4C4C. Windows color (decimal): -7458514 or 3027342. OLE color: 3027342.

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

Color convert

RGB 142 49 46 -
CMYK 0 0.65 0.68 0.44
HSL 1.88º 0.51% 0.37% -
HSV(B) 1.88º 0.68% 0.56% -
XYZ 12.75 8.14 3.49 -
YUV 76.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 142 49 46 0 0.65 0.68 0.44 1.88 0.51 0.37
Hex 8E 31 2E 0 41 44 2C 2 33 25
Octal 216 61 56 0 101 104 54 2 63 45
Binary 10001110 110001 101110 0 1000001 1000100 101100 10 110011 100101

Color Harmonies of #8E312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E312E

Black with #8E312E

Text Example


Text Example

White with #8E312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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