#915760

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

Shades of Vin Rouge #915760

Tints of Vin Rouge #915760

Color information

#915760 (or 0x915760) is unknown color: approx Vin Rouge. HEX triplet: 91, 57 and 60. RGB value is (145,87,96). Sum of RGB (Red+Green+Blue) = 145+87+96=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #915760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915760 is #6EA89F. Grayscale: #696969. Windows color (decimal): -7252128 or 6313873. OLE color: 6313873.

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

Color convert

RGB1458796-
CMYK00.40.340.43
HSL350.69º25%45.49%-
HSV(B)350.69º40%56.86%-
XYZ17.213.6812.8-
YUV105.37122.72156.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 87 (34.38% from 255) = 26.52%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=44.21%
G=26.52%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145879600.40.340.43350.692545.49
Hex915760028222B15f192d
Octal22112714005042535373155
Binary1001000110101111100000010100010001010101110101111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915760; }

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

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

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

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

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

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

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

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