#9D5164

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

Shades of Vin Rouge #9D5164

Tints of Vin Rouge #9D5164

Color information

#9D5164 (or 0x9D5164) is unknown color: approx Vin Rouge. HEX triplet: 9D, 51 and 64. RGB value is (157,81,100). Sum of RGB (Red+Green+Blue) = 157+81+100=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5164 is #62AE9B. Grayscale: #696969. Windows color (decimal): -6467228 or 6574493. OLE color: 6574493.

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

Color convert

RGB15781100-
CMYK00.480.360.38
HSL345º31.93%46.67%-
HSV(B)345º48.41%61.57%-
XYZ19.1513.9713.74-
YUV105.89124.68164.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.45%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=46.45%
G=23.96%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578110000.480.360.3834531.9346.67
Hex9D51640302426159202f
Octal23512114406044465314057
Binary10011101101000111001000110000100100100110101011001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,81,100); }

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

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

 a { background-color: rgb(157,81,100); }

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

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

 span { border-color: rgb(157,81,100); }

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