Html Css Color HEX #994077 Rouge

📋 copy color: '#994077'

red 153 ◦ green 64 ◦ blue 119

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

Shades of Rouge #994077

Tints of Rouge #994077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

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

R = 45.54%
G = 19.05%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#994077 (or 0x994077) is known color: Rouge. HEX triplet: 99, 40 and 77. RGB value is (153,64,119). Sum of RGB (Red+Green+Blue) = 153+64+119=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #994077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994077 is #66BF88. Grayscale: #606060. Windows color (decimal): -6733705 or 7815321. OLE color: 7815321.

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

Color convert

RGB 153 64 119 -
CMYK 0 0.58 0.22 0.4
HSL 322.92º 0.41% 0.43% -
HSV(B) 322.92º 0.58% 0.6% -
XYZ 18.3 11.77 18.76 -
YUV 96.88 140.49 168.03 -
System Red Green Blue C M Y K H S L
Decimal 153 64 119 0 0.58 0.22 0.4 322.92 0.41 0.43
Hex 99 40 77 0 3A 16 28 143 29 2B
Octal 231 100 167 0 72 26 50 503 51 53
Binary 10011001 1000000 1110111 0 111010 10110 101000 101000011 101001 101011

Color Harmonies of #994077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994077

Black with #994077

Text Example


Text Example

White with #994077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994077; }

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

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

background-color css

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

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

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

border-color css

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

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

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