#915865

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

Shades of Vin Rouge #915865

Tints of Vin Rouge #915865

Color information

#915865 (or 0x915865) is unknown color: approx Vin Rouge. HEX triplet: 91, 58 and 65. RGB value is (145,88,101). Sum of RGB (Red+Green+Blue) = 145+88+101=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #915865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915865 is #6EA79A. Grayscale: #6A6A6A. Windows color (decimal): -7251867 or 6641809. OLE color: 6641809.

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

Color convert

RGB14588101-
CMYK00.390.300.43
HSL346.32º24.46%45.69%-
HSV(B)346.32º39.31%56.86%-
XYZ17.5213.9414.08-
YUV106.52124.88155.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.41%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=43.41%
G=26.35%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458810100.390.300.43346.3224.4645.69
Hex9158650271E2B15a182e
Octal22113014504736535323056
Binary100100011011000110010101001111111010101110101101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915865; }

 p { color: rgb(145,88,101); }

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

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

 a { background-color: rgb(145,88,101); }

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

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

 span { border-color: rgb(145,88,101); }

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