#994335

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

Shades of Mojo #994335

Tints of Mojo #994335

Color information

#994335 (or 0x994335) is unknown color: approx Mojo. HEX triplet: 99, 43 and 35. RGB value is (153,67,53). Sum of RGB (Red+Green+Blue) = 153+67+53=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #994335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994335 is #66BCCA. Grayscale: #5B5B5B. Windows color (decimal): -6733003 or 3490713. OLE color: 3490713.

HSL color Cylindrical-coordinate representation of color #994335: hue angle of 8.4º 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 #994335 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB1536753-
CMYK00.560.650.4
HSL8.4º48.54%40.39%-
HSV(B)8.4º65.36%60%-
XYZ15.7911.044.67-
YUV91.12106.49172.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=56.04%
G=24.54%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153675300.560.650.48.448.5440.39
Hex994335038412883128
Octal2311036507010150106150
Binary100110011000011110101011100010000011010001000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994335; }

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

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

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

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

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

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

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

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