#915C63

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

Shades of Vin Rouge #915C63

Tints of Vin Rouge #915C63

Color information

#915C63 (or 0x915C63) is unknown color: approx Vin Rouge. HEX triplet: 91, 5C and 63. RGB value is (145,92,99). Sum of RGB (Red+Green+Blue) = 145+92+99=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #915C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C63 is #6EA39C. Grayscale: #6C6C6C. Windows color (decimal): -7250845 or 6511761. OLE color: 6511761.

HSL color Cylindrical-coordinate representation of color #915C63: hue angle of 352.08º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #915C63 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB1459299-
CMYK00.370.320.43
HSL352.08º22.36%46.47%-
HSV(B)352.08º36.55%56.86%-
XYZ17.7614.5713.68-
YUV108.64122.56153.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.15%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=43.15%
G=27.38%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145929900.370.320.43352.0822.3646.47
Hex915C63025202B160162e
Octal22113414304540535402656
Binary1001000110111001100011010010110000010101110110000010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915C63; }

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

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

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

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

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

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

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

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