#984175

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

Shades of Rouge #984175

Tints of Rouge #984175

Color information

#984175 (or 0x984175) is unknown color: approx Rouge. HEX triplet: 98, 41 and 75. RGB value is (152,65,117). Sum of RGB (Red+Green+Blue) = 152+65+117=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #984175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984175 is #67BE8A. Grayscale: #606060. Windows color (decimal): -6798987 or 7684504. OLE color: 7684504.

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

Color convert

RGB15265117-
CMYK00.570.230.40
HSL324.14º40.09%42.55%-
HSV(B)324.14º57.24%59.61%-
XYZ18.0511.7418.14-
YUV96.94139.32167.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 65 (25.78% from 255) = 19.46%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=45.51%
G=19.46%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526511700.570.230.40324.1440.0942.55
Hex9841750391728144282b
Octal23010116507127505045053
Binary1001100010000011110101011100110111101000101000100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984175; }

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

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

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

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

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

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

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

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