#984179

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

Shades of Rouge #984179

Tints of Rouge #984179

Color information

#984179 (or 0x984179) is unknown color: approx Rouge. HEX triplet: 98, 41 and 79. RGB value is (152,65,121). Sum of RGB (Red+Green+Blue) = 152+65+121=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #984179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984179 is #67BE86. Grayscale: #616161. Windows color (decimal): -6798983 or 7946648. OLE color: 7946648.

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

Color convert

RGB15265121-
CMYK00.570.200.40
HSL321.38º40.09%42.55%-
HSV(B)321.38º57.24%59.61%-
XYZ18.2911.8419.41-
YUV97.4141.32166.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 121 (47.66% from 255) = 35.80%
R=44.97%
G=19.23%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526512100.570.200.40321.3840.0942.55
Hex9841790391428141282b
Octal23010117107124505015053
Binary1001100010000011111001011100110100101000101000001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984179; }

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

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

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

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

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

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

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

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