#915963

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

Shades of Vin Rouge #915963

Tints of Vin Rouge #915963

Color information

#915963 (or 0x915963) is unknown color: approx Vin Rouge. HEX triplet: 91, 59 and 63. RGB value is (145,89,99). Sum of RGB (Red+Green+Blue) = 145+89+99=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #915963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915963 is #6EA69C. Grayscale: #6A6A6A. Windows color (decimal): -7251613 or 6510993. OLE color: 6510993.

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

Color convert

RGB1458999-
CMYK00.390.320.43
HSL349.29º23.93%45.88%-
HSV(B)349.29º38.62%56.86%-
XYZ17.514.0713.6-
YUV106.88123.55155.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.54%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=43.54%
G=26.73%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145899900.390.320.43349.2923.9345.88
Hex915963027202B15d182e
Octal22113114304740535353056
Binary1001000110110011100011010011110000010101110101110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915963; }

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

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

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

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

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

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

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

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