#983D75

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

Shades of Rouge #983D75

Tints of Rouge #983D75

Color information

#983D75 (or 0x983D75) is unknown color: approx Rouge. HEX triplet: 98, 3D and 75. RGB value is (152,61,117). Sum of RGB (Red+Green+Blue) = 152+61+117=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #983D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983D75 is #67C28A. Grayscale: #5E5E5E. Windows color (decimal): -6800011 or 7683480. OLE color: 7683480.

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

Color convert

RGB15261117-
CMYK00.600.230.40
HSL323.08º42.72%41.76%-
HSV(B)323.08º59.87%59.61%-
XYZ17.8311.318.07-
YUV94.59140.65168.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 61 (24.22% from 255) = 18.48%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=46.06%
G=18.48%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526111700.600.230.40323.0842.7241.76
Hex983D7503C17281432b2a
Octal2307516507427505035352
Binary100110001111011110101011110010111101000101000011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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