#9C516E

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

Shades of Vin Rouge #9C516E

Tints of Vin Rouge #9C516E

Color information

#9C516E (or 0x9C516E) is unknown color: approx Vin Rouge. HEX triplet: 9C, 51 and 6E. RGB value is (156,81,110). Sum of RGB (Red+Green+Blue) = 156+81+110=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C516E is #63AE91. Grayscale: #6A6A6A. Windows color (decimal): -6532754 or 7229852. OLE color: 7229852.

HSL color Cylindrical-coordinate representation of color #9C516E: hue angle of 336.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C516E is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB15681110-
CMYK00.480.290.39
HSL336.8º31.65%46.47%-
HSV(B)336.8º48.08%61.18%-
XYZ19.4714.0816.44-
YUV106.73129.85163.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.96%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=44.96%
G=23.34%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568111000.480.290.39336.831.6546.47
Hex9C516E0301D27151202e
Octal23412115606035475214056
Binary1001110010100011101110011000011101100111101010001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,81,110); }

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

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

 a { background-color: rgb(156,81,110); }

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

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

 span { border-color: rgb(156,81,110); }

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