#9C5161

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

Shades of Vin Rouge #9C5161

Tints of Vin Rouge #9C5161

Color information

#9C5161 (or 0x9C5161) is unknown color: approx Vin Rouge. HEX triplet: 9C, 51 and 61. RGB value is (156,81,97). Sum of RGB (Red+Green+Blue) = 156+81+97=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5161 is #63AE9E. Grayscale: #696969. Windows color (decimal): -6532767 or 6377884. OLE color: 6377884.

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

Color convert

RGB1568197-
CMYK00.480.380.39
HSL347.2º31.65%46.47%-
HSV(B)347.2º48.08%61.18%-
XYZ18.8113.8212.98-
YUV105.25123.35164.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.71%
GREEN value IS 81 (32.03% from 255) = 24.25%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=46.71%
G=24.25%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156819700.480.380.39347.231.6546.47
Hex9C5161030262715b202e
Octal23412114106046475334056
Binary10011100101000111000010110000100110100111101011011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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