#9D515B

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

Shades of Vin Rouge #9D515B

Tints of Vin Rouge #9D515B

Color information

#9D515B (or 0x9D515B) is unknown color: approx Vin Rouge. HEX triplet: 9D, 51 and 5B. RGB value is (157,81,91). Sum of RGB (Red+Green+Blue) = 157+81+91=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D515B is #62AEA4. Grayscale: #686868. Windows color (decimal): -6467237 or 5984669. OLE color: 5984669.

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

Color convert

RGB1578191-
CMYK00.480.420.38
HSL352.11º31.93%46.67%-
HSV(B)352.11º48.41%61.57%-
XYZ18.7413.8111.58-
YUV104.86120.18165.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.72%
GREEN value IS 81 (32.03% from 255) = 24.62%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=47.72%
G=24.62%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157819100.480.420.38352.1131.9346.67
Hex9D515B0302A26160202f
Octal23512113306052465404057
Binary10011101101000110110110110000101010100110101100000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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