#915764

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

Shades of Vin Rouge #915764

Tints of Vin Rouge #915764

Color information

#915764 (or 0x915764) is unknown color: approx Vin Rouge. HEX triplet: 91, 57 and 64. RGB value is (145,87,100). Sum of RGB (Red+Green+Blue) = 145+87+100=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #915764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915764 is #6EA89B. Grayscale: #696969. Windows color (decimal): -7252124 or 6576017. OLE color: 6576017.

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

Color convert

RGB14587100-
CMYK00.40.310.43
HSL346.55º25%45.49%-
HSV(B)346.55º40%56.86%-
XYZ17.3913.7613.8-
YUV105.82124.72155.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 100 (39.45% from 255) = 30.12%
R=43.67%
G=26.20%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458710000.40.310.43346.552545.49
Hex9157640281F2B15b192d
Octal22112714405037535333155
Binary100100011010111110010001010001111110101110101101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915764; }

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

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

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

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

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

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

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

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