Html Css Color HEX #8E362D Thunderbird

📋 copy color: '#8E362D'

red 142 ◦ green 54 ◦ blue 45

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

Shades of Thunderbird #8E362D

Tints of Thunderbird #8E362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

 BLUE value IS 45 (17.97% from 255) = 18.67%

R = 58.92%
G = 22.41%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E362D (or 0x8E362D) is known color: Thunderbird. HEX triplet: 8E, 36 and 2D. RGB value is (142,54,45). Sum of RGB (Red+Green+Blue) = 142+54+45=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E362D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E362D is #71C9D2. Grayscale: #4F4F4F. Windows color (decimal): -7457235 or 2963086. OLE color: 2963086.

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

Color convert

RGB 142 54 45 -
CMYK 0 0.62 0.68 0.44
HSL 5.57º 0.52% 0.37% -
HSV(B) 5.57º 0.68% 0.56% -
XYZ 12.95 8.58 3.46 -
YUV 79.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 142 54 45 0 0.62 0.68 0.44 5.57 0.52 0.37
Hex 8E 36 2D 0 3E 44 2C 6 34 25
Octal 216 66 55 0 76 104 54 6 64 45
Binary 10001110 110110 101101 0 111110 1000100 101100 110 110100 100101

Color Harmonies of #8E362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E362D

Black with #8E362D

Text Example


Text Example

White with #8E362D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,54,45); }

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

background-color css

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

 a { background-color: rgb(142,54,45); }

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

border-color css

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

 span { border-color: rgb(142,54,45); }

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