Html Css Color HEX #994238 Mojo

📋 copy color: '#994238'

red 153 ◦ green 66 ◦ blue 56

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

Shades of Mojo #994238

Tints of Mojo #994238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.36%

R = 55.64%
G = 24%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#994238 (or 0x994238) is known color: Mojo. HEX triplet: 99, 42 and 38. RGB value is (153,66,56). Sum of RGB (Red+Green+Blue) = 153+66+56=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #994238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994238 is #66BDC7. Grayscale: #5B5B5B. Windows color (decimal): -6733256 or 3687065. OLE color: 3687065.

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

Color convert

RGB 153 66 56 -
CMYK 0 0.57 0.63 0.4
HSL 6.19º 0.46% 0.41% -
HSV(B) 6.19º 0.63% 0.6% -
XYZ 15.8 10.95 5.02 -
YUV 90.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 153 66 56 0 0.57 0.63 0.4 6.19 0.46 0.41
Hex 99 42 38 0 39 3F 28 6 2E 29
Octal 231 102 70 0 71 77 50 6 56 51
Binary 10011001 1000010 111000 0 111001 111111 101000 110 101110 101001

Color Harmonies of #994238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994238

Black with #994238

Text Example


Text Example

White with #994238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994238; }

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

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

background-color css

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

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

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

border-color css

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

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

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