#983C75

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

Shades of Rouge #983C75

Tints of Rouge #983C75

Color information

#983C75 (or 0x983C75) is unknown color: approx Rouge. HEX triplet: 98, 3C and 75. RGB value is (152,60,117). Sum of RGB (Red+Green+Blue) = 152+60+117=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #983C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983C75 is #67C38A. Grayscale: #5D5D5D. Windows color (decimal): -6800267 or 7683224. OLE color: 7683224.

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

Color convert

RGB15260117-
CMYK00.610.230.40
HSL322.83º43.4%41.57%-
HSV(B)322.83º60.53%59.61%-
XYZ17.7811.1918.05-
YUV94.01140.98169.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 60 (23.83% from 255) = 18.24%
BLUE value IS 117 (46.09% from 255) = 35.56%
R=46.20%
G=18.24%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526011700.610.230.40322.8343.441.57
Hex983C7503D17281432b2a
Octal2307416507527505035352
Binary100110001111001110101011110110111101000101000011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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