#994272

Color #994272 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #994272

Tints of Rouge #994272

Color information

#994272 (or 0x994272) is unknown color: approx Rouge. HEX triplet: 99, 42 and 72. RGB value is (153,66,114). Sum of RGB (Red+Green+Blue) = 153+66+114=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #994272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994272 is #66BD8D. Grayscale: #616161. Windows color (decimal): -6733198 or 7488153. OLE color: 7488153.

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

Color convert

RGB15366114-
CMYK00.570.250.4
HSL326.9º39.73%42.94%-
HSV(B)326.9º56.86%60%-
XYZ18.1211.8817.26-
YUV97.48137.32167.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=45.95%
G=19.82%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536611400.570.250.4326.939.7342.94
Hex9942720391928147282b
Octal23110216207131505075053
Binary1001100110000101110010011100111001101000101000111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994272; }

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

 H1.HeaderClassName
 {
   color: #994272;
 }
 .AnyTagClassName
 {
   color: #994272;
 }
</style>
background-color css

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

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

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

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

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

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