Html Css Color HEX #8E322F Thunderbird

📋 copy color: '#8E322F'

red 142 ◦ green 50 ◦ blue 47

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

Shades of Thunderbird #8E322F

Tints of Thunderbird #8E322F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.92%

 BLUE value IS 47 (18.75% from 255) = 19.67%

R = 59.41%
G = 20.92%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8E322F (or 0x8E322F) is known color: Thunderbird. HEX triplet: 8E, 32 and 2F. RGB value is (142,50,47). Sum of RGB (Red+Green+Blue) = 142+50+47=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E322F is #71CDD0. Grayscale: #4D4D4D. Windows color (decimal): -7458257 or 3093134. OLE color: 3093134.

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

Color convert

RGB 142 50 47 -
CMYK 0 0.65 0.67 0.44
HSL 1.89º 0.5% 0.37% -
HSV(B) 1.89º 0.67% 0.56% -
XYZ 12.81 8.24 3.6 -
YUV 77.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 142 50 47 0 0.65 0.67 0.44 1.89 0.5 0.37
Hex 8E 32 2F 0 41 43 2C 2 32 25
Octal 216 62 57 0 101 103 54 2 62 45
Binary 10001110 110010 101111 0 1000001 1000011 101100 10 110010 100101

Color Harmonies of #8E322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E322F

Black with #8E322F

Text Example


Text Example

White with #8E322F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,50,47); }

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

background-color css

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

 a { background-color: rgb(142,50,47); }

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

border-color css

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

 span { border-color: rgb(142,50,47); }

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