Html Css Color HEX #994237 Mojo

📋 copy color: '#994237'

red 153 ◦ green 66 ◦ blue 55

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

Shades of Mojo #994237

Tints of Mojo #994237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.09%

 BLUE value IS 55 (21.88% from 255) = 20.07%

R = 55.84%
G = 24.09%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.4

RGB Variations

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

Color information

#994237 (or 0x994237) is known color: Mojo. HEX triplet: 99, 42 and 37. RGB value is (153,66,55). Sum of RGB (Red+Green+Blue) = 153+66+55=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #994237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994237 is #66BDC8. Grayscale: #5A5A5A. Windows color (decimal): -6733257 or 3621529. OLE color: 3621529.

HSL color Cylindrical-coordinate representation of color #994237: hue angle of 6.73º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #994237 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 55 -
CMYK 0 0.57 0.64 0.4
HSL 6.73º 0.47% 0.41% -
HSV(B) 6.73º 0.64% 0.6% -
XYZ 15.77 10.94 4.9 -
YUV 90.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 153 66 55 0 0.57 0.64 0.4 6.73 0.47 0.41
Hex 99 42 37 0 39 40 28 7 2F 29
Octal 231 102 67 0 71 100 50 7 57 51
Binary 10011001 1000010 110111 0 111001 1000000 101000 111 101111 101001

Color Harmonies of #994237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994237

Black with #994237

Text Example


Text Example

White with #994237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994237; }

 p { color: rgb(153,66,55); }

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

background-color css

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

 a { background-color: rgb(153,66,55); }

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

border-color css

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

 span { border-color: rgb(153,66,55); }

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