Html Css Color HEX #8E3530 Thunderbird

📋 copy color: '#8E3530'

red 142 ◦ green 53 ◦ blue 48

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

Shades of Thunderbird #8E3530

Tints of Thunderbird #8E3530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.75%

R = 58.44%
G = 21.81%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#8E3530 (or 0x8E3530) is known color: Thunderbird. HEX triplet: 8E, 35 and 30. RGB value is (142,53,48). Sum of RGB (Red+Green+Blue) = 142+53+48=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3530 is #71CACF. Grayscale: #4F4F4F. Windows color (decimal): -7457488 or 3159438. OLE color: 3159438.

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

Color convert

RGB 142 53 48 -
CMYK 0 0.63 0.66 0.44
HSL 3.19º 0.49% 0.37% -
HSV(B) 3.19º 0.66% 0.56% -
XYZ 12.96 8.51 3.76 -
YUV 79.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 142 53 48 0 0.63 0.66 0.44 3.19 0.49 0.37
Hex 8E 35 30 0 3F 42 2C 3 31 25
Octal 216 65 60 0 77 102 54 3 61 45
Binary 10001110 110101 110000 0 111111 1000010 101100 11 110001 100101

Color Harmonies of #8E3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3530

Black with #8E3530

Text Example


Text Example

White with #8E3530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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