Html Css Color HEX #994477 Rouge

📋 copy color: '#994477'

red 153 ◦ green 68 ◦ blue 119

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

Shades of Rouge #994477

Tints of Rouge #994477

RGB

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

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

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

R = 45%
G = 20%
B = 35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#994477 (or 0x994477) is known color: Rouge. HEX triplet: 99, 44 and 77. RGB value is (153,68,119). Sum of RGB (Red+Green+Blue) = 153+68+119=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #994477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994477 is #66BB88. Grayscale: #636363. Windows color (decimal): -6732681 or 7816345. OLE color: 7816345.

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

Color convert

RGB 153 68 119 -
CMYK 0 0.56 0.22 0.4
HSL 324º 0.38% 0.43% -
HSV(B) 324º 0.56% 0.6% -
XYZ 18.53 12.24 18.84 -
YUV 99.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 153 68 119 0 0.56 0.22 0.4 324 0.38 0.43
Hex 99 44 77 0 38 16 28 144 26 2B
Octal 231 104 167 0 70 26 50 504 46 53
Binary 10011001 1000100 1110111 0 111000 10110 101000 101000100 100110 101011

Color Harmonies of #994477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994477

Black with #994477

Text Example


Text Example

White with #994477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994477; }

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

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

background-color css

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

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

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

border-color css

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

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

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