Html Css Color HEX #994335 Mojo

📋 copy color: '#994335'

red 153 ◦ green 67 ◦ blue 53

#994335
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mojo #994335

Tints of Mojo #994335

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 value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#994335 (or 0x994335) is known color: 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

RGB 153 67 53 -
CMYK 0 0.56 0.65 0.4
HSL 8.4º 0.49% 0.4% -
HSV(B) 8.4º 0.65% 0.6% -
XYZ 15.79 11.04 4.67 -
YUV 91.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 153 67 53 0 0.56 0.65 0.4 8.4 0.49 0.4
Hex 99 43 35 0 38 41 28 8 31 28
Octal 231 103 65 0 70 101 50 10 61 50
Binary 10011001 1000011 110101 0 111000 1000001 101000 1000 110001 101000

Color Harmonies of #994335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994335

Black with #994335

Text Example


Text Example

White with #994335

Text Example


Text Example

HTML Codes & Css Web 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>