Html Css Color HEX #8E352F Thunderbird

📋 copy color: '#8E352F'

red 142 ◦ green 53 ◦ blue 47

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

Shades of Thunderbird #8E352F

Tints of Thunderbird #8E352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.9%

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

R = 58.68%
G = 21.9%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8E352F (or 0x8E352F) is known color: Thunderbird. HEX triplet: 8E, 35 and 2F. RGB value is (142,53,47). Sum of RGB (Red+Green+Blue) = 142+53+47=242 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.68% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 142 - color contains mainly: red. Hex color #8E352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E352F is #71CAD0. Grayscale: #4F4F4F. Windows color (decimal): -7457489 or 3093902. OLE color: 3093902.

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

Color convert

RGB 142 53 47 -
CMYK 0 0.63 0.67 0.44
HSL 3.79º 0.5% 0.37% -
HSV(B) 3.79º 0.67% 0.56% -
XYZ 12.94 8.5 3.65 -
YUV 78.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 142 53 47 0 0.63 0.67 0.44 3.79 0.5 0.37
Hex 8E 35 2F 0 3F 43 2C 4 32 25
Octal 216 65 57 0 77 103 54 4 62 45
Binary 10001110 110101 101111 0 111111 1000011 101100 100 110010 100101

Color Harmonies of #8E352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E352F

Black with #8E352F

Text Example


Text Example

White with #8E352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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