#97326F

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

Shades of Rouge #97326F

Tints of Rouge #97326F

Color information

#97326F (or 0x97326F) is unknown color: approx Rouge. HEX triplet: 97, 32 and 6F. RGB value is (151,50,111). Sum of RGB (Red+Green+Blue) = 151+50+111=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97326F is #68CD90. Grayscale: #575757. Windows color (decimal): -6868369 or 7287447. OLE color: 7287447.

HSL color Cylindrical-coordinate representation of color #97326F: hue angle of 323.76º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #97326F is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15150111-
CMYK00.670.260.41
HSL323.76º50.25%39.41%-
HSV(B)323.76º66.89%59.22%-
XYZ16.7710.0116.09-
YUV87.15141.46173.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.40%
GREEN value IS 50 (19.92% from 255) = 16.03%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=48.40%
G=16.03%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515011100.670.260.41323.7650.2539.41
Hex97326F0431A291443227
Octal22762157010332515046247
Binary1001011111001011011110100001111010101001101000100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97326F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97326F; }

 p { color: rgb(151,50,111); }

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

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

 a { background-color: rgb(151,50,111); }

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

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

 span { border-color: rgb(151,50,111); }

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