#9C5169

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

Shades of Vin Rouge #9C5169

Tints of Vin Rouge #9C5169

Color information

#9C5169 (or 0x9C5169) is unknown color: approx Vin Rouge. HEX triplet: 9C, 51 and 69. RGB value is (156,81,105). Sum of RGB (Red+Green+Blue) = 156+81+105=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5169 is #63AE96. Grayscale: #6A6A6A. Windows color (decimal): -6532759 or 6902172. OLE color: 6902172.

HSL color Cylindrical-coordinate representation of color #9C5169: hue angle of 340.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 #9C5169 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB15681105-
CMYK00.480.330.39
HSL340.8º31.65%46.47%-
HSV(B)340.8º48.08%61.18%-
XYZ19.213.9715.05-
YUV106.16127.35163.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.61%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=45.61%
G=23.68%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568110500.480.330.39340.831.6546.47
Hex9C51690302127155202e
Octal23412115106041475254056
Binary10011100101000111010010110000100001100111101010101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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