Html Css Color HEX #8E382F Thunderbird

📋 copy color: '#8E382F'

red 142 ◦ green 56 ◦ blue 47

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

Shades of Thunderbird #8E382F

Tints of Thunderbird #8E382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.86%

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

R = 57.96%
G = 22.86%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8E382F (or 0x8E382F) is known color: Thunderbird. HEX triplet: 8E, 38 and 2F. RGB value is (142,56,47). Sum of RGB (Red+Green+Blue) = 142+56+47=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E382F is #71C7D0. Grayscale: #505050. Windows color (decimal): -7456721 or 3094670. OLE color: 3094670.

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

Color convert

RGB 142 56 47 -
CMYK 0 0.61 0.67 0.44
HSL 5.68º 0.5% 0.37% -
HSV(B) 5.68º 0.67% 0.56% -
XYZ 13.08 8.78 3.7 -
YUV 80.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 142 56 47 0 0.61 0.67 0.44 5.68 0.5 0.37
Hex 8E 38 2F 0 3D 43 2C 6 32 25
Octal 216 70 57 0 75 103 54 6 62 45
Binary 10001110 111000 101111 0 111101 1000011 101100 110 110010 100101

Color Harmonies of #8E382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E382F

Black with #8E382F

Text Example


Text Example

White with #8E382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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