Html Css Color HEX #994579 Rouge

📋 copy color: '#994579'

red 153 ◦ green 69 ◦ blue 121

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

Shades of Rouge #994579

Tints of Rouge #994579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.12%

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

R = 44.61%
G = 20.12%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#994579 (or 0x994579) is known color: Rouge. HEX triplet: 99, 45 and 79. RGB value is (153,69,121). Sum of RGB (Red+Green+Blue) = 153+69+121=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #994579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994579 is #66BA86. Grayscale: #636363. Windows color (decimal): -6732423 or 7947673. OLE color: 7947673.

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

Color convert

RGB 153 69 121 -
CMYK 0 0.55 0.21 0.4
HSL 322.86º 0.38% 0.44% -
HSV(B) 322.86º 0.55% 0.6% -
XYZ 18.72 12.41 19.5 -
YUV 100.04 139.83 165.77 -
System Red Green Blue C M Y K H S L
Decimal 153 69 121 0 0.55 0.21 0.4 322.86 0.38 0.44
Hex 99 45 79 0 37 15 28 143 26 2C
Octal 231 105 171 0 67 25 50 503 46 54
Binary 10011001 1000101 1111001 0 110111 10101 101000 101000011 100110 101100

Color Harmonies of #994579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994579

Black with #994579

Text Example


Text Example

White with #994579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994579; }

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

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

background-color css

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

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

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

border-color css

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

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

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