Html Css Color HEX #994179 Rouge

📋 copy color: '#994179'

red 153 ◦ green 65 ◦ blue 121

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

Shades of Rouge #994179

Tints of Rouge #994179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.69%

R = 45.13%
G = 19.17%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#994179 (or 0x994179) is known color: Rouge. HEX triplet: 99, 41 and 79. RGB value is (153,65,121). Sum of RGB (Red+Green+Blue) = 153+65+121=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #994179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994179 is #66BE86. Grayscale: #616161. Windows color (decimal): -6733447 or 7946649. OLE color: 7946649.

HSL color Cylindrical-coordinate representation of color #994179: hue angle of 321.82º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994179 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 65 121 -
CMYK 0 0.58 0.21 0.4
HSL 321.82º 0.4% 0.43% -
HSV(B) 321.82º 0.58% 0.6% -
XYZ 18.48 11.93 19.42 -
YUV 97.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 153 65 121 0 0.58 0.21 0.4 321.82 0.4 0.43
Hex 99 41 79 0 3A 15 28 142 28 2B
Octal 231 101 171 0 72 25 50 502 50 53
Binary 10011001 1000001 1111001 0 111010 10101 101000 101000010 101000 101011

Color Harmonies of #994179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994179

Black with #994179

Text Example


Text Example

White with #994179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994179; }

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

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

background-color css

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

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

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

border-color css

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

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

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