#973571

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

Shades of Rouge #973571

Tints of Rouge #973571

Color information

#973571 (or 0x973571) is unknown color: approx Rouge. HEX triplet: 97, 35 and 71. RGB value is (151,53,113). Sum of RGB (Red+Green+Blue) = 151+53+113=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #973571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973571 is #68CA8E. Grayscale: #595959. Windows color (decimal): -6867599 or 7419287. OLE color: 7419287.

HSL color Cylindrical-coordinate representation of color #973571: hue angle of 323.27º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #973571 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15153113-
CMYK00.650.250.41
HSL323.27º48.04%40%-
HSV(B)323.27º64.9%59.22%-
XYZ17.0210.3216.72-
YUV89.14141.47172.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.63%
GREEN value IS 53 (21.09% from 255) = 16.72%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=47.63%
G=16.72%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515311300.650.250.41323.2748.0440
Hex97357104119291433028
Octal22765161010131515036050
Binary1001011111010111100010100000111001101001101000011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973571; }

 p { color: rgb(151,53,113); }

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

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

 a { background-color: rgb(151,53,113); }

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

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

 span { border-color: rgb(151,53,113); }

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