#9D5567

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

Shades of Vin Rouge #9D5567

Tints of Vin Rouge #9D5567

Color information

#9D5567 (or 0x9D5567) is unknown color: approx Vin Rouge. HEX triplet: 9D, 55 and 67. RGB value is (157,85,103). Sum of RGB (Red+Green+Blue) = 157+85+103=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5567 is #62AA98. Grayscale: #6C6C6C. Windows color (decimal): -6466201 or 6772125. OLE color: 6772125.

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

Color convert

RGB15785103-
CMYK00.460.340.38
HSL345º29.75%47.45%-
HSV(B)345º45.86%61.57%-
XYZ19.614.6414.63-
YUV108.58124.85162.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.51%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=45.51%
G=24.64%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578510300.460.340.3834529.7547.45
Hex9D556702E22261591e2f
Octal23512514705642465313657
Binary1001110110101011100111010111010001010011010101100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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