#9D586A

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

Shades of Vin Rouge #9D586A

Tints of Vin Rouge #9D586A

Color information

#9D586A (or 0x9D586A) is unknown color: approx Vin Rouge. HEX triplet: 9D, 58 and 6A. RGB value is (157,88,106). Sum of RGB (Red+Green+Blue) = 157+88+106=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D586A is #62A795. Grayscale: #6E6E6E. Windows color (decimal): -6465430 or 6969501. OLE color: 6969501.

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

Color convert

RGB15788106-
CMYK00.440.320.38
HSL344.35º28.16%48.04%-
HSV(B)344.35º43.95%61.57%-
XYZ2015.1915.51-
YUV110.68125.36161.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.73%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=44.73%
G=25.07%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578810600.440.320.38344.3528.1648.04
Hex9D586A02C20261581c30
Octal23513015205440465303460
Binary1001110110110001101010010110010000010011010101100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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