#915460

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

Shades of Vin Rouge #915460

Tints of Vin Rouge #915460

Color information

#915460 (or 0x915460) is unknown color: approx Vin Rouge. HEX triplet: 91, 54 and 60. RGB value is (145,84,96). Sum of RGB (Red+Green+Blue) = 145+84+96=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #915460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915460 is #6EAB9F. Grayscale: #676767. Windows color (decimal): -7252896 or 6313105. OLE color: 6313105.

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

Color convert

RGB1458496-
CMYK00.420.340.43
HSL348.2º26.64%44.9%-
HSV(B)348.2º42.07%56.86%-
XYZ16.9613.212.72-
YUV103.61123.71157.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=44.62%
G=25.85%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145849600.420.340.43348.226.6444.9
Hex91546002A222B15c1b2d
Octal22112414005242535343355
Binary1001000110101001100000010101010001010101110101110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915460; }

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

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

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

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

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

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

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

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