#97366A

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

Shades of Rouge #97366A

Tints of Rouge #97366A

Color information

#97366A (or 0x97366A) is unknown color: approx Rouge. HEX triplet: 97, 36 and 6A. RGB value is (151,54,106). Sum of RGB (Red+Green+Blue) = 151+54+106=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #97366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97366A is #68C995. Grayscale: #585858. Windows color (decimal): -6867350 or 6960791. OLE color: 6960791.

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

Color convert

RGB15154106-
CMYK00.640.300.41
HSL327.84º47.32%40.2%-
HSV(B)327.84º64.24%59.22%-
XYZ16.6810.2614.74-
YUV88.93137.64172.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.55%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=48.55%
G=17.36%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515410600.640.300.41327.8447.3240.2
Hex97366A0401E291482f28
Octal22766152010036515105750
Binary1001011111011011010100100000011110101001101001000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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