#97516D

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

Shades of Vin Rouge #97516D

Tints of Vin Rouge #97516D

Color information

#97516D (or 0x97516D) is unknown color: approx Vin Rouge. HEX triplet: 97, 51 and 6D. RGB value is (151,81,109). Sum of RGB (Red+Green+Blue) = 151+81+109=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #97516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97516D is #68AE92. Grayscale: #696969. Windows color (decimal): -6860435 or 7164311. OLE color: 7164311.

HSL color Cylindrical-coordinate representation of color #97516D: hue angle of 336º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97516D is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15181109-
CMYK00.460.280.41
HSL336º30.17%45.49%-
HSV(B)336º46.36%59.22%-
XYZ18.4713.5716.11-
YUV105.12130.19160.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 109 (42.97% from 255) = 31.96%
R=44.28%
G=23.75%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518110900.460.280.4133630.1745.49
Hex97516D02E1C291501e2d
Octal22712115505634515203655
Binary100101111010001110110101011101110010100110101000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97516D; }

 p { color: rgb(151,81,109); }

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

<style>
 a { background-color: #97516D; }

 a { background-color: rgb(151,81,109); }

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

<style>
 span { border-color: #97516D; }

 span { border-color: rgb(151,81,109); }

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