#8F4240

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

Shades of Mojo #8F4240

Tints of Mojo #8F4240

Color information

#8F4240 (or 0x8F4240) is unknown color: approx Mojo. HEX triplet: 8F, 42 and 40. RGB value is (143,66,64). Sum of RGB (Red+Green+Blue) = 143+66+64=273 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.38% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4240 is #70BDBF. Grayscale: #585858. Windows color (decimal): -7388608 or 4211343. OLE color: 4211343.

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

Color convert

RGB1436664-
CMYK00.540.550.44
HSL1.52º38.16%40.59%-
HSV(B)1.52º55.24%56.08%-
XYZ14.210.116.05-
YUV88.8114.01166.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.38%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=52.38%
G=24.18%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143666400.540.550.441.5238.1640.59
Hex8F4240036372C22629
Octal217102100066675424651
Binary1000111110000101000000011011011011110110010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,66,64); }

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

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

 a { background-color: rgb(143,66,64); }

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

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

 span { border-color: rgb(143,66,64); }

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