#9D5B63

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

Shades of Vin Rouge #9D5B63

Tints of Vin Rouge #9D5B63

Color information

#9D5B63 (or 0x9D5B63) is unknown color: approx Vin Rouge. HEX triplet: 9D, 5B and 63. RGB value is (157,91,99). Sum of RGB (Red+Green+Blue) = 157+91+99=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5B63 is #62A49C. Grayscale: #6F6F6F. Windows color (decimal): -6464669 or 6511517. OLE color: 6511517.

HSL color Cylindrical-coordinate representation of color #9D5B63: hue angle of 352.73º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D5B63 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB1579199-
CMYK00.420.370.38
HSL352.73º26.61%48.63%-
HSV(B)352.73º42.04%61.57%-
XYZ19.915.5513.76-
YUV111.65120.87160.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.24%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 99 (39.06% from 255) = 28.53%
R=45.24%
G=26.22%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157919900.420.370.38352.7326.6148.63
Hex9D5B6302A25261611b31
Octal23513314305245465413361
Binary1001110110110111100011010101010010110011010110000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,91,99); }

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

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

 a { background-color: rgb(157,91,99); }

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

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

 span { border-color: rgb(157,91,99); }

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