#984079

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

Shades of Rouge #984079

Tints of Rouge #984079

Color information

#984079 (or 0x984079) is unknown color: approx Rouge. HEX triplet: 98, 40 and 79. RGB value is (152,64,121). Sum of RGB (Red+Green+Blue) = 152+64+121=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #984079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984079 is #67BF86. Grayscale: #606060. Windows color (decimal): -6799239 or 7946392. OLE color: 7946392.

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

Color convert

RGB15264121-
CMYK00.580.200.40
HSL321.14º40.74%42.35%-
HSV(B)321.14º57.89%59.61%-
XYZ18.2311.7219.39-
YUV96.81141.65167.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=45.10%
G=18.99%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526412100.580.200.40321.1440.7442.35
Hex98407903A1428141292a
Octal23010017107224505015152
Binary1001100010000001111001011101010100101000101000001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984079; }

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

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

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

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

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

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

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

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