#915160

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

Shades of Vin Rouge #915160

Tints of Vin Rouge #915160

Color information

#915160 (or 0x915160) is unknown color: approx Vin Rouge. HEX triplet: 91, 51 and 60. RGB value is (145,81,96). Sum of RGB (Red+Green+Blue) = 145+81+96=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #915160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915160 is #6EAE9F. Grayscale: #656565. Windows color (decimal): -7253664 or 6312337. OLE color: 6312337.

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

Color convert

RGB1458196-
CMYK00.440.340.43
HSL345.94º28.32%44.31%-
HSV(B)345.94º44.14%56.86%-
XYZ16.7312.7512.65-
YUV101.85124.7158.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 81 (32.03% from 255) = 25.16%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=45.03%
G=25.16%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145819600.440.340.43345.9428.3244.31
Hex91516002C222B15a1c2c
Octal22112114005442535323454
Binary1001000110100011100000010110010001010101110101101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915160; }

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

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

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

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

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

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

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

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