#973E75

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

Shades of Rouge #973E75

Tints of Rouge #973E75

Color information

#973E75 (or 0x973E75) is unknown color: approx Rouge. HEX triplet: 97, 3E and 75. RGB value is (151,62,117). Sum of RGB (Red+Green+Blue) = 151+62+117=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #973E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973E75 is #68C18A. Grayscale: #5E5E5E. Windows color (decimal): -6865291 or 7683735. OLE color: 7683735.

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

Color convert

RGB15162117-
CMYK00.590.230.41
HSL322.92º41.78%41.76%-
HSV(B)322.92º58.94%59.22%-
XYZ17.711.3118.08-
YUV94.88140.49168.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.76%
GREEN value IS 62 (24.61% from 255) = 18.79%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=45.76%
G=18.79%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516211700.590.230.41322.9241.7841.76
Hex973E7503B17291432a2a
Octal2277616507327515035252
Binary100101111111101110101011101110111101001101000011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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