Html Css Color HEX #994171 Rouge

📋 copy color: '#994171'

red 153 ◦ green 65 ◦ blue 113

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

Shades of Rouge #994171

Tints of Rouge #994171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.14%

R = 46.22%
G = 19.64%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#994171 (or 0x994171) is known color: Rouge. HEX triplet: 99, 41 and 71. RGB value is (153,65,113). Sum of RGB (Red+Green+Blue) = 153+65+113=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #994171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994171 is #66BE8E. Grayscale: #606060. Windows color (decimal): -6733455 or 7422361. OLE color: 7422361.

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

Color convert

RGB 153 65 113 -
CMYK 0 0.58 0.26 0.4
HSL 327.27º 0.4% 0.43% -
HSV(B) 327.27º 0.58% 0.6% -
XYZ 18.01 11.75 16.94 -
YUV 96.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 153 65 113 0 0.58 0.26 0.4 327.27 0.4 0.43
Hex 99 41 71 0 3A 1A 28 147 28 2B
Octal 231 101 161 0 72 32 50 507 50 53
Binary 10011001 1000001 1110001 0 111010 11010 101000 101000111 101000 101011

Color Harmonies of #994171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994171

Black with #994171

Text Example


Text Example

White with #994171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994171; }

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

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

background-color css

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

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

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

border-color css

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

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

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