Html Css Color HEX #994172 Rouge

📋 copy color: '#994172'

red 153 ◦ green 65 ◦ blue 114

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

Shades of Rouge #994172

Tints of Rouge #994172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.34%

R = 46.08%
G = 19.58%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#994172 (or 0x994172) is known color: Rouge. HEX triplet: 99, 41 and 72. RGB value is (153,65,114). Sum of RGB (Red+Green+Blue) = 153+65+114=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #994172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994172 is #66BE8D. Grayscale: #606060. Windows color (decimal): -6733454 or 7487897. OLE color: 7487897.

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

Color convert

RGB 153 65 114 -
CMYK 0 0.58 0.25 0.4
HSL 326.59º 0.4% 0.43% -
HSV(B) 326.59º 0.58% 0.6% -
XYZ 18.06 11.77 17.24 -
YUV 96.9 137.65 168.02 -
System Red Green Blue C M Y K H S L
Decimal 153 65 114 0 0.58 0.25 0.4 326.59 0.4 0.43
Hex 99 41 72 0 3A 19 28 147 28 2B
Octal 231 101 162 0 72 31 50 507 50 53
Binary 10011001 1000001 1110010 0 111010 11001 101000 101000111 101000 101011

Color Harmonies of #994172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994172

Black with #994172

Text Example


Text Example

White with #994172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994172; }

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

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

background-color css

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

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

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

border-color css

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

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

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