#915961

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

Shades of Vin Rouge #915961

Tints of Vin Rouge #915961

Color information

#915961 (or 0x915961) is unknown color: approx Vin Rouge. HEX triplet: 91, 59 and 61. RGB value is (145,89,97). Sum of RGB (Red+Green+Blue) = 145+89+97=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #915961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915961 is #6EA69E. Grayscale: #6A6A6A. Windows color (decimal): -7251615 or 6379921. OLE color: 6379921.

HSL color Cylindrical-coordinate representation of color #915961: hue angle of 351.43º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915961 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB1458997-
CMYK00.390.330.43
HSL351.43º23.93%45.88%-
HSV(B)351.43º38.62%56.86%-
XYZ17.4114.0313.1-
YUV106.66122.55155.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=43.81%
G=26.89%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145899700.390.330.43351.4323.9345.88
Hex915961027212B15f182e
Octal22113114104741535373056
Binary1001000110110011100001010011110000110101110101111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915961; }

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

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

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

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

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

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

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

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