#983F71

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

Shades of Rouge #983F71

Tints of Rouge #983F71

Color information

#983F71 (or 0x983F71) is unknown color: approx Rouge. HEX triplet: 98, 3F and 71. RGB value is (152,63,113). Sum of RGB (Red+Green+Blue) = 152+63+113=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #983F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F71 is #67C08E. Grayscale: #5F5F5F. Windows color (decimal): -6799503 or 7421848. OLE color: 7421848.

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

Color convert

RGB15263113-
CMYK00.590.260.40
HSL326.29º41.4%42.16%-
HSV(B)326.29º58.55%59.61%-
XYZ17.7111.4216.89-
YUV95.31137.99168.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 63 (25% from 255) = 19.21%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=46.34%
G=19.21%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526311300.590.260.40326.2941.442.16
Hex983F7103B1A28146292a
Octal2307716107332505065152
Binary100110001111111110001011101111010101000101000110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983F71; }

 p { color: rgb(152,63,113); }

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

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

 a { background-color: rgb(152,63,113); }

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

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

 span { border-color: rgb(152,63,113); }

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