#8F4340

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

Shades of Mojo #8F4340

Tints of Mojo #8F4340

Color information

#8F4340 (or 0x8F4340) is unknown color: approx Mojo. HEX triplet: 8F, 43 and 40. RGB value is (143,67,64). Sum of RGB (Red+Green+Blue) = 143+67+64=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4340 is #70BCBF. Grayscale: #595959. Windows color (decimal): -7388352 or 4211599. OLE color: 4211599.

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

Color convert

RGB1436764-
CMYK00.530.550.44
HSL2.28º38.16%40.59%-
HSV(B)2.28º55.24%56.08%-
XYZ14.2610.226.07-
YUV89.38113.68166.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.19%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 64 (25.39% from 255) = 23.36%
R=52.19%
G=24.45%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143676400.530.550.442.2838.1640.59
Hex8F4340035372C22629
Octal217103100065675424651
Binary1000111110000111000000011010111011110110010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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