#9C5164

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

Shades of Vin Rouge #9C5164

Tints of Vin Rouge #9C5164

Color information

#9C5164 (or 0x9C5164) is unknown color: approx Vin Rouge. HEX triplet: 9C, 51 and 64. RGB value is (156,81,100). Sum of RGB (Red+Green+Blue) = 156+81+100=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5164 is #63AE9B. Grayscale: #696969. Windows color (decimal): -6532764 or 6574492. OLE color: 6574492.

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

Color convert

RGB15681100-
CMYK00.480.360.39
HSL344.8º31.65%46.47%-
HSV(B)344.8º48.08%61.18%-
XYZ18.9513.8713.74-
YUV105.59124.85163.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=46.29%
G=24.04%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568110000.480.360.39344.831.6546.47
Hex9C51640302427159202e
Octal23412114406044475314056
Binary10011100101000111001000110000100100100111101011001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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