#97346E

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

Shades of Rouge #97346E

Tints of Rouge #97346E

Color information

#97346E (or 0x97346E) is unknown color: approx Rouge. HEX triplet: 97, 34 and 6E. RGB value is (151,52,110). Sum of RGB (Red+Green+Blue) = 151+52+110=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #97346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97346E is #68CB91. Grayscale: #585858. Windows color (decimal): -6867858 or 7222423. OLE color: 7222423.

HSL color Cylindrical-coordinate representation of color #97346E: hue angle of 324.85º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97346E is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15152110-
CMYK00.660.270.41
HSL324.85º48.77%39.8%-
HSV(B)324.85º65.56%59.22%-
XYZ16.810.1615.83-
YUV88.21140.3172.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=48.24%
G=16.61%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515211000.660.270.41324.8548.7739.8
Hex97346E0421B291453128
Octal22764156010233515056150
Binary1001011111010011011100100001011011101001101000101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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