#915059

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

Shades of Vin Rouge #915059

Tints of Vin Rouge #915059

Color information

#915059 (or 0x915059) is unknown color: approx Vin Rouge. HEX triplet: 91, 50 and 59. RGB value is (145,80,89). Sum of RGB (Red+Green+Blue) = 145+80+89=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #915059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915059 is #6EAFA6. Grayscale: #646464. Windows color (decimal): -7253927 or 5853329. OLE color: 5853329.

HSL color Cylindrical-coordinate representation of color #915059: hue angle of 351.69º 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 #915059 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB1458089-
CMYK00.450.390.43
HSL351.69º28.89%44.12%-
HSV(B)351.69º44.83%56.86%-
XYZ16.3512.4811-
YUV100.46121.53159.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.18%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 89 (35.16% from 255) = 28.34%
R=46.18%
G=25.48%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145808900.450.390.43351.6928.8944.12
Hex91505902D272B1601d2c
Octal22112013105547535403554
Binary1001000110100001011001010110110011110101110110000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915059; }

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

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

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

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

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

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

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

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