#983D71

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

Shades of Rouge #983D71

Tints of Rouge #983D71

Color information

#983D71 (or 0x983D71) is unknown color: approx Rouge. HEX triplet: 98, 3D and 71. RGB value is (152,61,113). Sum of RGB (Red+Green+Blue) = 152+61+113=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #983D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983D71 is #67C28E. Grayscale: #5E5E5E. Windows color (decimal): -6800015 or 7421336. OLE color: 7421336.

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

Color convert

RGB15261113-
CMYK00.600.260.40
HSL325.71º42.72%41.76%-
HSV(B)325.71º59.87%59.61%-
XYZ17.611.2116.86-
YUV94.14138.65169.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 61 (24.22% from 255) = 18.71%
BLUE value IS 113 (44.53% from 255) = 34.66%
R=46.63%
G=18.71%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526111300.600.260.40325.7142.7241.76
Hex983D7103C1A281462b2a
Octal2307516107432505065352
Binary100110001111011110001011110011010101000101000110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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