#984075

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

Shades of Rouge #984075

Tints of Rouge #984075

Color information

#984075 (or 0x984075) is unknown color: approx Rouge. HEX triplet: 98, 40 and 75. RGB value is (152,64,117). Sum of RGB (Red+Green+Blue) = 152+64+117=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #984075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984075 is #67BF8A. Grayscale: #606060. Windows color (decimal): -6799243 or 7684248. OLE color: 7684248.

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

Color convert

RGB15264117-
CMYK00.580.230.40
HSL323.86º40.74%42.35%-
HSV(B)323.86º57.89%59.61%-
XYZ17.9911.6318.13-
YUV96.35139.65167.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=45.65%
G=19.22%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526411700.580.230.40323.8640.7442.35
Hex98407503A1728144292a
Octal23010016507227505045152
Binary1001100010000001110101011101010111101000101000100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984075; }

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

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

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

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

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

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

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

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