#97356E

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

Shades of Rouge #97356E

Tints of Rouge #97356E

Color information

#97356E (or 0x97356E) is unknown color: approx Rouge. HEX triplet: 97, 35 and 6E. RGB value is (151,53,110). Sum of RGB (Red+Green+Blue) = 151+53+110=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #97356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97356E is #68CA91. Grayscale: #585858. Windows color (decimal): -6867602 or 7222679. OLE color: 7222679.

HSL color Cylindrical-coordinate representation of color #97356E: hue angle of 325.1º 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 #97356E is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15153110-
CMYK00.650.270.41
HSL325.1º48.04%40%-
HSV(B)325.1º64.9%59.22%-
XYZ16.8510.2515.84-
YUV88.8139.97172.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.09%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=48.09%
G=16.88%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515311000.650.270.41325.148.0440
Hex97356E0411B291453028
Octal22765156010133515056050
Binary1001011111010111011100100000111011101001101000101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97356E; }

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

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

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

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

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

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

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

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