#9D5865

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

Shades of Vin Rouge #9D5865

Tints of Vin Rouge #9D5865

Color information

#9D5865 (or 0x9D5865) is unknown color: approx Vin Rouge. HEX triplet: 9D, 58 and 65. RGB value is (157,88,101). Sum of RGB (Red+Green+Blue) = 157+88+101=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5865 is #62A79A. Grayscale: #6E6E6E. Windows color (decimal): -6465435 or 6641821. OLE color: 6641821.

HSL color Cylindrical-coordinate representation of color #9D5865: hue angle of 348.7º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D5865 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB15788101-
CMYK00.440.360.38
HSL348.7º28.16%48.04%-
HSV(B)348.7º43.95%61.57%-
XYZ19.7415.0914.18-
YUV110.11122.86161.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.38%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=45.38%
G=25.43%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578810100.440.360.38348.728.1648.04
Hex9D586502C242615d1c30
Octal23513014505444465353460
Binary1001110110110001100101010110010010010011010101110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D5865; }

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

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

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

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

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

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

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

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