Html Css Color HEX #8E302C Thunderbird

📋 copy color: '#8E302C'

red 142 ◦ green 48 ◦ blue 44

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

Shades of Thunderbird #8E302C

Tints of Thunderbird #8E302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

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

R = 60.68%
G = 20.51%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8E302C (or 0x8E302C) is known color: Thunderbird. HEX triplet: 8E, 30 and 2C. RGB value is (142,48,44). Sum of RGB (Red+Green+Blue) = 142+48+44=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E302C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E302C is #71CFD3. Grayscale: #4B4B4B. Windows color (decimal): -7458772 or 2896014. OLE color: 2896014.

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

Color convert

RGB 142 48 44 -
CMYK 0 0.66 0.69 0.44
HSL 2.45º 0.53% 0.36% -
HSV(B) 2.45º 0.69% 0.56% -
XYZ 12.67 8.05 3.27 -
YUV 75.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 142 48 44 0 0.66 0.69 0.44 2.45 0.53 0.36
Hex 8E 30 2C 0 42 45 2C 2 35 24
Octal 216 60 54 0 102 105 54 2 65 44
Binary 10001110 110000 101100 0 1000010 1000101 101100 10 110101 100100

Color Harmonies of #8E302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E302C

Black with #8E302C

Text Example


Text Example

White with #8E302C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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