#9D566C

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

Shades of Vin Rouge #9D566C

Tints of Vin Rouge #9D566C

Color information

#9D566C (or 0x9D566C) is unknown color: approx Vin Rouge. HEX triplet: 9D, 56 and 6C. RGB value is (157,86,108). Sum of RGB (Red+Green+Blue) = 157+86+108=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D566C is #62A993. Grayscale: #6D6D6D. Windows color (decimal): -6465940 or 7100061. OLE color: 7100061.

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

Color convert

RGB15786108-
CMYK00.450.310.38
HSL341.41º29.22%47.65%-
HSV(B)341.41º45.22%61.57%-
XYZ19.9414.9116.01-
YUV109.74127.02161.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.73%
GREEN value IS 86 (33.98% from 255) = 24.50%
BLUE value IS 108 (42.58% from 255) = 30.77%
R=44.73%
G=24.50%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578610800.450.310.38341.4129.2247.65
Hex9D566C02D1F261551d30
Octal23512615405537465253560
Binary100111011010110110110001011011111110011010101010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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