#9D5A61

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

Shades of Vin Rouge #9D5A61

Tints of Vin Rouge #9D5A61

Color information

#9D5A61 (or 0x9D5A61) is unknown color: approx Vin Rouge. HEX triplet: 9D, 5A and 61. RGB value is (157,90,97). Sum of RGB (Red+Green+Blue) = 157+90+97=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5A61 is #62A59E. Grayscale: #6E6E6E. Windows color (decimal): -6464927 or 6380189. OLE color: 6380189.

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

Color convert

RGB1579097-
CMYK00.430.380.38
HSL353.73º27.13%48.43%-
HSV(B)353.73º42.68%61.57%-
XYZ19.7215.3413.23-
YUV110.83120.2160.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.64%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 97 (38.28% from 255) = 28.20%
R=45.64%
G=26.16%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157909700.430.380.38353.7327.1348.43
Hex9D5A6102B26261621b30
Octal23513214105346465423360
Binary1001110110110101100001010101110011010011010110001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,90,97); }

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

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

 a { background-color: rgb(157,90,97); }

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

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

 span { border-color: rgb(157,90,97); }

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