#993F34

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

Shades of Mojo #993F34

Tints of Mojo #993F34

Color information

#993F34 (or 0x993F34) is unknown color: approx Mojo. HEX triplet: 99, 3F and 34. RGB value is (153,63,52). Sum of RGB (Red+Green+Blue) = 153+63+52=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #993F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F34 is #66C0CB. Grayscale: #585858. Windows color (decimal): -6734028 or 3424153. OLE color: 3424153.

HSL color Cylindrical-coordinate representation of color #993F34: hue angle of 6.53º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993F34 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB1536352-
CMYK00.590.660.4
HSL6.53º49.27%40.2%-
HSV(B)6.53º66.01%60%-
XYZ15.5310.584.47-
YUV88.66107.32173.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.09%
GREEN value IS 63 (25% from 255) = 23.51%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=57.09%
G=23.51%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153635200.590.660.46.5349.2740.2
Hex993F3403B422873128
Octal23177640731025076150
Binary1001100111111111010001110111000010101000111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993F34; }

 p { color: rgb(153,63,52); }

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

<style>
 a { background-color: #993F34; }

 a { background-color: rgb(153,63,52); }

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

<style>
 span { border-color: #993F34; }

 span { border-color: rgb(153,63,52); }

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