#915960

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

Shades of Vin Rouge #915960

Tints of Vin Rouge #915960

Color information

#915960 (or 0x915960) is unknown color: approx Vin Rouge. HEX triplet: 91, 59 and 60. RGB value is (145,89,96). Sum of RGB (Red+Green+Blue) = 145+89+96=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #915960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915960 is #6EA69F. Grayscale: #6A6A6A. Windows color (decimal): -7251616 or 6314385. OLE color: 6314385.

HSL color Cylindrical-coordinate representation of color #915960: hue angle of 352.5º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915960 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB1458996-
CMYK00.390.340.43
HSL352.5º23.93%45.88%-
HSV(B)352.5º38.62%56.86%-
XYZ17.3614.0112.86-
YUV106.54122.05155.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=43.94%
G=26.97%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145899600.390.340.43352.523.9345.88
Hex915960027222B160182e
Octal22113114004742535403056
Binary1001000110110011100000010011110001010101110110000011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915960; }

 p { color: rgb(145,89,96); }

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

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

 a { background-color: rgb(145,89,96); }

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

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

 span { border-color: rgb(145,89,96); }

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