Html Css Color HEX #994138 Mojo

📋 copy color: '#994138'

red 153 ◦ green 65 ◦ blue 56

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

Shades of Mojo #994138

Tints of Mojo #994138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.72%

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

R = 55.84%
G = 23.72%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#994138 (or 0x994138) is known color: Mojo. HEX triplet: 99, 41 and 38. RGB value is (153,65,56). Sum of RGB (Red+Green+Blue) = 153+65+56=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #994138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994138 is #66BEC7. Grayscale: #5A5A5A. Windows color (decimal): -6733512 or 3686809. OLE color: 3686809.

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

Color convert

RGB 153 65 56 -
CMYK 0 0.58 0.63 0.4
HSL 5.57º 0.46% 0.41% -
HSV(B) 5.57º 0.63% 0.6% -
XYZ 15.74 10.84 5 -
YUV 90.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 153 65 56 0 0.58 0.63 0.4 5.57 0.46 0.41
Hex 99 41 38 0 3A 3F 28 6 2E 29
Octal 231 101 70 0 72 77 50 6 56 51
Binary 10011001 1000001 111000 0 111010 111111 101000 110 101110 101001

Color Harmonies of #994138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994138

Black with #994138

Text Example


Text Example

White with #994138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994138; }

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

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

background-color css

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

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

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

border-color css

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

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

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