#973C70

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

Shades of Rouge #973C70

Tints of Rouge #973C70

Color information

#973C70 (or 0x973C70) is unknown color: approx Rouge. HEX triplet: 97, 3C and 70. RGB value is (151,60,112). Sum of RGB (Red+Green+Blue) = 151+60+112=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #973C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973C70 is #68C38F. Grayscale: #5D5D5D. Windows color (decimal): -6865808 or 7355543. OLE color: 7355543.

HSL color Cylindrical-coordinate representation of color #973C70: hue angle of 325.71º 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 #973C70 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15160112-
CMYK00.600.260.41
HSL325.71º43.13%41.37%-
HSV(B)325.71º60.26%59.22%-
XYZ17.310.9816.54-
YUV93.14138.65169.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.75%
GREEN value IS 60 (23.83% from 255) = 18.58%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=46.75%
G=18.58%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516011200.600.260.41325.7143.1341.37
Hex973C7003C1A291462b29
Octal2277416007432515065351
Binary100101111111001110000011110011010101001101000110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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