#9D556A

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

Shades of Vin Rouge #9D556A

Tints of Vin Rouge #9D556A

Color information

#9D556A (or 0x9D556A) is unknown color: approx Vin Rouge. HEX triplet: 9D, 55 and 6A. RGB value is (157,85,106). Sum of RGB (Red+Green+Blue) = 157+85+106=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D556A is #62AA95. Grayscale: #6C6C6C. Windows color (decimal): -6466198 or 6968733. OLE color: 6968733.

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

Color convert

RGB15785106-
CMYK00.460.320.38
HSL342.5º29.75%47.45%-
HSV(B)342.5º45.86%61.57%-
XYZ19.7514.7115.43-
YUV108.92126.35162.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.11%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=45.11%
G=24.43%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578510600.460.320.38342.529.7547.45
Hex9D556A02E20261561e2f
Octal23512515205640465263657
Binary1001110110101011101010010111010000010011010101011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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