#993F35

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

Shades of Mojo #993F35

Tints of Mojo #993F35

Color information

#993F35 (or 0x993F35) is unknown color: approx Mojo. HEX triplet: 99, 3F and 35. RGB value is (153,63,53). Sum of RGB (Red+Green+Blue) = 153+63+53=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #993F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F35 is #66C0CA. Grayscale: #585858. Windows color (decimal): -6734027 or 3489689. OLE color: 3489689.

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

Color convert

RGB1536353-
CMYK00.590.650.4
HSL48.54%40.39%-
HSV(B)65.36%60%-
XYZ15.5610.584.59-
YUV88.77107.82173.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.88%
GREEN value IS 63 (25% from 255) = 23.42%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=56.88%
G=23.42%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153635300.590.650.4648.5440.39
Hex993F3503B412863128
Octal23177650731015066150
Binary1001100111111111010101110111000001101000110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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