Html Css Color HEX #994435 Mojo

📋 copy color: '#994435'

red 153 ◦ green 68 ◦ blue 53

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

Shades of Mojo #994435

Tints of Mojo #994435

RGB

 RED value IS 153 (60.16% from 255) = 55.84%

 GREEN value IS 68 (26.95% from 255) = 24.82%

 BLUE value IS 53 (21.09% from 255) = 19.34%

R = 55.84%
G = 24.82%
B = 19.34%

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

#994435 (or 0x994435) is known color: Mojo. HEX triplet: 99, 44 and 35. RGB value is (153,68,53). Sum of RGB (Red+Green+Blue) = 153+68+53=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #994435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994435 is #66BBCA. Grayscale: #5B5B5B. Windows color (decimal): -6732747 or 3490969. OLE color: 3490969.

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

Color convert

RGB 153 68 53 -
CMYK 0 0.56 0.65 0.4
HSL 0.49% 0.4% -
HSV(B) 0.65% 0.6% -
XYZ 15.85 11.16 4.69 -
YUV 91.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 153 68 53 0 0.56 0.65 0.4 9 0.49 0.4
Hex 99 44 35 0 38 41 28 9 31 28
Octal 231 104 65 0 70 101 50 11 61 50
Binary 10011001 1000100 110101 0 111000 1000001 101000 1001 110001 101000

Color Harmonies of #994435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994435

Black with #994435

Text Example


Text Example

White with #994435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994435; }

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

 H1.HeaderClassName
 {
   color: #994435;
 }
 .AnyTagClassName
 {
   color: #994435;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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