#973C75

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

Shades of Rouge #973C75

Tints of Rouge #973C75

Color information

#973C75 (or 0x973C75) is unknown color: approx Rouge. HEX triplet: 97, 3C and 75. RGB value is (151,60,117). Sum of RGB (Red+Green+Blue) = 151+60+117=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #973C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973C75 is #68C38A. Grayscale: #5D5D5D. Windows color (decimal): -6865803 or 7683223. OLE color: 7683223.

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

Color convert

RGB15160117-
CMYK00.600.230.41
HSL322.42º43.13%41.37%-
HSV(B)322.42º60.26%59.22%-
XYZ17.5911.118.04-
YUV93.71141.15168.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.04%
GREEN value IS 60 (23.83% from 255) = 18.29%
BLUE value IS 117 (46.09% from 255) = 35.67%
R=46.04%
G=18.29%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516011700.600.230.41322.4243.1341.37
Hex973C7503C17291422b29
Octal2277416507427515025351
Binary100101111111001110101011110010111101001101000010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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