#93423B

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

Shades of Mojo #93423B

Tints of Mojo #93423B

Color information

#93423B (or 0x93423B) is unknown color: approx Mojo. HEX triplet: 93, 42 and 3B. RGB value is (147,66,59). Sum of RGB (Red+Green+Blue) = 147+66+59=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #93423B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93423B is #6CBDC4. Grayscale: #595959. Windows color (decimal): -7126469 or 3883667. OLE color: 3883667.

HSL color Cylindrical-coordinate representation of color #93423B: hue angle of 4.77º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93423B is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1476659-
CMYK00.550.600.42
HSL4.77º42.72%40.39%-
HSV(B)4.77º59.86%57.65%-
XYZ14.7710.425.37-
YUV89.42110.84169.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.04%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=54.04%
G=24.26%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147665900.550.600.424.7742.7240.39
Hex93423B0373C2A52b28
Octal22310273067745255350
Binary1001001110000101110110110111111100101010101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93423B; }

 p { color: rgb(147,66,59); }

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

<style>
 a { background-color: #93423B; }

 a { background-color: rgb(147,66,59); }

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

<style>
 span { border-color: #93423B; }

 span { border-color: rgb(147,66,59); }

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