Html Css Color HEX #8E4444 Matrix

📋 copy color: '#8E4444'

red 142 ◦ green 68 ◦ blue 68

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

Shades of Matrix #8E4444

Tints of Matrix #8E4444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.46%

 BLUE value IS 68 (26.95% from 255) = 24.46%

R = 51.08%
G = 24.46%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.44

RGB Variations

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

Color information

#8E4444 (or 0x8E4444) is known color: Matrix. HEX triplet: 8E, 44 and 44. RGB value is (142,68,68). Sum of RGB (Red+Green+Blue) = 142+68+68=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4444 is #71BBBB. Grayscale: #5A5A5A. Windows color (decimal): -7453628 or 4473998. OLE color: 4473998.

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

Color convert

RGB 142 68 68 -
CMYK 0 0.52 0.52 0.44
HSL 0.35% 0.41% -
HSV(B) 0.52% 0.56% -
XYZ 14.27 10.3 6.71 -
YUV 90.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 142 68 68 0 0.52 0.52 0.44 0 0.35 0.41
Hex 8E 44 44 0 34 34 2C 0 23 29
Octal 216 104 104 0 64 64 54 0 43 51
Binary 10001110 1000100 1000100 0 110100 110100 101100 0 100011 101001

Color Harmonies of #8E4444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4444

Black with #8E4444

Text Example


Text Example

White with #8E4444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,68,68); }

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

background-color css

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

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

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

border-color css

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

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

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