#9D586C

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

Shades of Vin Rouge #9D586C

Tints of Vin Rouge #9D586C

Color information

#9D586C (or 0x9D586C) is unknown color: approx Vin Rouge. HEX triplet: 9D, 58 and 6C. RGB value is (157,88,108). Sum of RGB (Red+Green+Blue) = 157+88+108=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D586C is #62A793. Grayscale: #6E6E6E. Windows color (decimal): -6465428 or 7100573. OLE color: 7100573.

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

Color convert

RGB15788108-
CMYK00.440.310.38
HSL342.61º28.16%48.04%-
HSV(B)342.61º43.95%61.57%-
XYZ20.115.2316.07-
YUV110.91126.36160.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=44.48%
G=24.93%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578810800.440.310.38342.6128.1648.04
Hex9D586C02C1F261571c30
Octal23513015405437465273460
Binary100111011011000110110001011001111110011010101011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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