#97366C

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

Shades of Rouge #97366C

Tints of Rouge #97366C

Color information

#97366C (or 0x97366C) is unknown color: approx Rouge. HEX triplet: 97, 36 and 6C. RGB value is (151,54,108). Sum of RGB (Red+Green+Blue) = 151+54+108=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #97366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97366C is #68C993. Grayscale: #595959. Windows color (decimal): -6867348 or 7091863. OLE color: 7091863.

HSL color Cylindrical-coordinate representation of color #97366C: hue angle of 326.6º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97366C is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15154108-
CMYK00.640.280.41
HSL326.6º47.32%40.2%-
HSV(B)326.6º64.24%59.22%-
XYZ16.7910.315.29-
YUV89.16138.64172.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=48.24%
G=17.25%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515410800.640.280.41326.647.3240.2
Hex97366C0401C291472f28
Octal22766154010034515075750
Binary1001011111011011011000100000011100101001101000111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97366C; }

 p { color: rgb(151,54,108); }

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

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

 a { background-color: rgb(151,54,108); }

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

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

 span { border-color: rgb(151,54,108); }

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