#9D5B65

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

Shades of Vin Rouge #9D5B65

Tints of Vin Rouge #9D5B65

Color information

#9D5B65 (or 0x9D5B65) is unknown color: approx Vin Rouge. HEX triplet: 9D, 5B and 65. RGB value is (157,91,101). Sum of RGB (Red+Green+Blue) = 157+91+101=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5B65 is #62A49A. Grayscale: #6F6F6F. Windows color (decimal): -6464667 or 6642589. OLE color: 6642589.

HSL color Cylindrical-coordinate representation of color #9D5B65: hue angle of 350.91º 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 #9D5B65 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB15791101-
CMYK00.420.360.38
HSL350.91º26.61%48.63%-
HSV(B)350.91º42.04%61.57%-
XYZ19.9915.5914.27-
YUV111.87121.87160.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.99%
GREEN value IS 91 (35.94% from 255) = 26.07%
BLUE value IS 101 (39.84% from 255) = 28.94%
R=44.99%
G=26.07%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579110100.420.360.38350.9126.6148.63
Hex9D5B6502A242615f1b31
Octal23513314505244465373361
Binary1001110110110111100101010101010010010011010101111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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