Html Css Color HEX #8E322C Thunderbird

📋 copy color: '#8E322C'

red 142 ◦ green 50 ◦ blue 44

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

Shades of Thunderbird #8E322C

Tints of Thunderbird #8E322C

RGB

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

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

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

R = 60.17%
G = 21.19%
B = 18.64%

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

#8E322C (or 0x8E322C) is known color: Thunderbird. HEX triplet: 8E, 32 and 2C. RGB value is (142,50,44). Sum of RGB (Red+Green+Blue) = 142+50+44=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E322C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E322C is #71CDD3. Grayscale: #4C4C4C. Windows color (decimal): -7458260 or 2896526. OLE color: 2896526.

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

Color convert

RGB 142 50 44 -
CMYK 0 0.65 0.69 0.44
HSL 3.67º 0.53% 0.36% -
HSV(B) 3.67º 0.69% 0.56% -
XYZ 12.75 8.21 3.3 -
YUV 76.82 109.48 174.49 -
System Red Green Blue C M Y K H S L
Decimal 142 50 44 0 0.65 0.69 0.44 3.67 0.53 0.36
Hex 8E 32 2C 0 41 45 2C 4 35 24
Octal 216 62 54 0 101 105 54 4 65 44
Binary 10001110 110010 101100 0 1000001 1000101 101100 100 110101 100100

Color Harmonies of #8E322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E322C

Black with #8E322C

Text Example


Text Example

White with #8E322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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