Html Css Color HEX #8E352E Thunderbird

📋 copy color: '#8E352E'

red 142 ◦ green 53 ◦ blue 46

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

Shades of Thunderbird #8E352E

Tints of Thunderbird #8E352E

RGB

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

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

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

R = 58.92%
G = 21.99%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E352E (or 0x8E352E) is known color: Thunderbird. HEX triplet: 8E, 35 and 2E. RGB value is (142,53,46). Sum of RGB (Red+Green+Blue) = 142+53+46=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E352E is #71CAD1. Grayscale: #4E4E4E. Windows color (decimal): -7457490 or 3028366. OLE color: 3028366.

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

Color convert

RGB 142 53 46 -
CMYK 0 0.63 0.68 0.44
HSL 4.38º 0.51% 0.37% -
HSV(B) 4.38º 0.68% 0.56% -
XYZ 12.92 8.49 3.54 -
YUV 78.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 142 53 46 0 0.63 0.68 0.44 4.38 0.51 0.37
Hex 8E 35 2E 0 3F 44 2C 4 33 25
Octal 216 65 56 0 77 104 54 4 63 45
Binary 10001110 110101 101110 0 111111 1000100 101100 100 110011 100101

Color Harmonies of #8E352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E352E

Black with #8E352E

Text Example


Text Example

White with #8E352E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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