#8E413D

Color #8E413D Mojo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mojo #8E413D

Tints of Mojo #8E413D

Color information

#8E413D (or 0x8E413D) is unknown color: approx Mojo. HEX triplet: 8E, 41 and 3D. RGB value is (142,65,61). Sum of RGB (Red+Green+Blue) = 142+65+61=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E413D is #71BEC2. Grayscale: #575757. Windows color (decimal): -7454403 or 4014478. OLE color: 4014478.

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

Color convert

RGB1426561-
CMYK00.540.570.44
HSL2.96º39.9%39.8%-
HSV(B)2.96º57.04%55.69%-
XYZ13.899.875.59-
YUV87.57113.01166.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.99%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 61 (24.22% from 255) = 22.76%
R=52.99%
G=24.25%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142656100.540.570.442.9639.939.8
Hex8E413D036392C32828
Octal21610175066715435050
Binary100011101000001111101011011011100110110011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,65,61); }

 H1.HeaderClassName
 {
   color: #8E413D;
 }
 .AnyTagClassName
 {
   color: #8E413D;
 }
</style>
background-color css

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

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

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

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

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

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