#9D565B

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

Shades of Vin Rouge #9D565B

Tints of Vin Rouge #9D565B

Color information

#9D565B (or 0x9D565B) is unknown color: approx Vin Rouge. HEX triplet: 9D, 56 and 5B. RGB value is (157,86,91). Sum of RGB (Red+Green+Blue) = 157+86+91=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D565B is #62A9A4. Grayscale: #6B6B6B. Windows color (decimal): -6465957 or 5985949. OLE color: 5985949.

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

Color convert

RGB1578691-
CMYK00.450.420.38
HSL355.77º29.22%47.65%-
HSV(B)355.77º45.22%61.57%-
XYZ19.1214.5811.7-
YUV107.8118.52163.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.01%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 91 (35.94% from 255) = 27.25%
R=47.01%
G=25.75%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157869100.450.420.38355.7729.2247.65
Hex9D565B02D2A261641d30
Octal23512613305552465443560
Binary1001110110101101011011010110110101010011010110010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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