#9D5263

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

Shades of Vin Rouge #9D5263

Tints of Vin Rouge #9D5263

Color information

#9D5263 (or 0x9D5263) is unknown color: approx Vin Rouge. HEX triplet: 9D, 52 and 63. RGB value is (157,82,99). Sum of RGB (Red+Green+Blue) = 157+82+99=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5263 is #62AD9C. Grayscale: #6A6A6A. Windows color (decimal): -6466973 or 6509213. OLE color: 6509213.

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

Color convert

RGB1578299-
CMYK00.480.370.38
HSL346.4º31.38%46.86%-
HSV(B)346.4º47.77%61.57%-
XYZ19.1714.113.52-
YUV106.36123.85164.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.45%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=46.45%
G=24.26%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157829900.480.370.38346.431.3846.86
Hex9D5263030252615a1f2f
Octal23512214306045465323757
Binary1001110110100101100011011000010010110011010101101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,82,99); }

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

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

 a { background-color: rgb(157,82,99); }

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

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

 span { border-color: rgb(157,82,99); }

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