#994273

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

Shades of Rouge #994273

Tints of Rouge #994273

Color information

#994273 (or 0x994273) is unknown color: approx Rouge. HEX triplet: 99, 42 and 73. RGB value is (153,66,115). Sum of RGB (Red+Green+Blue) = 153+66+115=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #994273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994273 is #66BD8C. Grayscale: #616161. Windows color (decimal): -6733197 or 7553689. OLE color: 7553689.

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

Color convert

RGB15366115-
CMYK00.570.250.4
HSL326.21º39.73%42.94%-
HSV(B)326.21º56.86%60%-
XYZ18.1811.9117.56-
YUV97.6137.82167.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 66 (26.17% from 255) = 19.76%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=45.81%
G=19.76%
B=34.43%

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
Decimal1536611500.570.250.4326.2139.7342.94
Hex9942730391928146282b
Octal23110216307131505065053
Binary1001100110000101110011011100111001101000101000110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994273; }

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

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

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

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

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

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

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

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