Html Css Color HEX #994577 Rouge

📋 copy color: '#994577'

red 153 ◦ green 69 ◦ blue 119

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

Shades of Rouge #994577

Tints of Rouge #994577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 44.87%
G = 20.23%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#994577 (or 0x994577) is known color: Rouge. HEX triplet: 99, 45 and 77. RGB value is (153,69,119). Sum of RGB (Red+Green+Blue) = 153+69+119=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #994577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994577 is #66BA88. Grayscale: #636363. Windows color (decimal): -6732425 or 7816601. OLE color: 7816601.

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

Color convert

RGB 153 69 119 -
CMYK 0 0.55 0.22 0.4
HSL 324.29º 0.38% 0.44% -
HSV(B) 324.29º 0.55% 0.6% -
XYZ 18.59 12.36 18.86 -
YUV 99.82 138.83 165.93 -
System Red Green Blue C M Y K H S L
Decimal 153 69 119 0 0.55 0.22 0.4 324.29 0.38 0.44
Hex 99 45 77 0 37 16 28 144 26 2C
Octal 231 105 167 0 67 26 50 504 46 54
Binary 10011001 1000101 1110111 0 110111 10110 101000 101000100 100110 101100

Color Harmonies of #994577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994577

Black with #994577

Text Example


Text Example

White with #994577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994577; }

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

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

background-color css

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

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

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

border-color css

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

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

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