#984076

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

Shades of Rouge #984076

Tints of Rouge #984076

Color information

#984076 (or 0x984076) is unknown color: approx Rouge. HEX triplet: 98, 40 and 76. RGB value is (152,64,118). Sum of RGB (Red+Green+Blue) = 152+64+118=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #984076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984076 is #67BF89. Grayscale: #606060. Windows color (decimal): -6799242 or 7749784. OLE color: 7749784.

HSL color Cylindrical-coordinate representation of color #984076: hue angle of 323.18º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984076 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15264118-
CMYK00.580.220.40
HSL323.18º40.74%42.35%-
HSV(B)323.18º57.89%59.61%-
XYZ18.0511.6518.44-
YUV96.47140.15167.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 64 (25.39% from 255) = 19.16%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=45.51%
G=19.16%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526411800.580.220.40323.1840.7442.35
Hex98407603A1628143292a
Octal23010016607226505035152
Binary1001100010000001110110011101010110101000101000011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984076; }

 p { color: rgb(152,64,118); }

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

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

 a { background-color: rgb(152,64,118); }

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

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

 span { border-color: rgb(152,64,118); }

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