#97366B

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

Shades of Rouge #97366B

Tints of Rouge #97366B

Color information

#97366B (or 0x97366B) is unknown color: approx Rouge. HEX triplet: 97, 36 and 6B. RGB value is (151,54,107). Sum of RGB (Red+Green+Blue) = 151+54+107=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97366B is #68C994. Grayscale: #585858. Windows color (decimal): -6867349 or 7026327. OLE color: 7026327.

HSL color Cylindrical-coordinate representation of color #97366B: hue angle of 327.22º 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 #97366B is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15154107-
CMYK00.640.290.41
HSL327.22º47.32%40.2%-
HSV(B)327.22º64.24%59.22%-
XYZ16.7410.2815.01-
YUV89.04138.14172.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.40%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=48.40%
G=17.31%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515410700.640.290.41327.2247.3240.2
Hex97366B0401D291472f28
Octal22766153010035515075750
Binary1001011111011011010110100000011101101001101000111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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