Html Css Color HEX #994438 Mojo

📋 copy color: '#994438'

red 153 ◦ green 68 ◦ blue 56

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

Shades of Mojo #994438

Tints of Mojo #994438

RGB

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

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

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

R = 55.23%
G = 24.55%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#994438 (or 0x994438) is known color: Mojo. HEX triplet: 99, 44 and 38. RGB value is (153,68,56). Sum of RGB (Red+Green+Blue) = 153+68+56=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #994438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994438 is #66BBC7. Grayscale: #5C5C5C. Windows color (decimal): -6732744 or 3687577. OLE color: 3687577.

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

Color convert

RGB 153 68 56 -
CMYK 0 0.56 0.63 0.4
HSL 7.42º 0.46% 0.41% -
HSV(B) 7.42º 0.63% 0.6% -
XYZ 15.92 11.19 5.06 -
YUV 92.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 153 68 56 0 0.56 0.63 0.4 7.42 0.46 0.41
Hex 99 44 38 0 38 3F 28 7 2E 29
Octal 231 104 70 0 70 77 50 7 56 51
Binary 10011001 1000100 111000 0 111000 111111 101000 111 101110 101001

Color Harmonies of #994438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994438

Black with #994438

Text Example


Text Example

White with #994438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994438; }

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

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

background-color css

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

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

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

border-color css

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

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

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