#983D6F

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

Shades of Rouge #983D6F

Tints of Rouge #983D6F

Color information

#983D6F (or 0x983D6F) is unknown color: approx Rouge. HEX triplet: 98, 3D and 6F. RGB value is (152,61,111). Sum of RGB (Red+Green+Blue) = 152+61+111=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #983D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983D6F is #67C290. Grayscale: #5D5D5D. Windows color (decimal): -6800017 or 7290264. OLE color: 7290264.

HSL color Cylindrical-coordinate representation of color #983D6F: hue angle of 327.03º 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 #983D6F is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15261111-
CMYK00.600.270.40
HSL327.03º42.72%41.76%-
HSV(B)327.03º59.87%59.61%-
XYZ17.4911.1616.27-
YUV93.91137.65169.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 61 (24.22% from 255) = 18.83%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=46.91%
G=18.83%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526111100.600.270.40327.0342.7241.76
Hex983D6F03C1B281472b2a
Octal2307515707433505075352
Binary100110001111011101111011110011011101000101000111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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