#915060

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

Shades of Vin Rouge #915060

Tints of Vin Rouge #915060

Color information

#915060 (or 0x915060) is unknown color: approx Vin Rouge. HEX triplet: 91, 50 and 60. RGB value is (145,80,96). Sum of RGB (Red+Green+Blue) = 145+80+96=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #915060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915060 is #6EAF9F. Grayscale: #656565. Windows color (decimal): -7253920 or 6312081. OLE color: 6312081.

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

Color convert

RGB1458096-
CMYK00.450.340.43
HSL345.23º28.89%44.12%-
HSV(B)345.23º44.83%56.86%-
XYZ16.6612.612.62-
YUV101.26125.03159.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.17%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=45.17%
G=24.92%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145809600.450.340.43345.2328.8944.12
Hex91506002D222B1591d2c
Octal22112014005542535313554
Binary1001000110100001100000010110110001010101110101100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915060; }

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

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

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

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

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

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

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

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