#9C5163

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

Shades of Vin Rouge #9C5163

Tints of Vin Rouge #9C5163

Color information

#9C5163 (or 0x9C5163) is unknown color: approx Vin Rouge. HEX triplet: 9C, 51 and 63. RGB value is (156,81,99). Sum of RGB (Red+Green+Blue) = 156+81+99=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5163 is #63AE9C. Grayscale: #696969. Windows color (decimal): -6532765 or 6508956. OLE color: 6508956.

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

Color convert

RGB1568199-
CMYK00.480.370.39
HSL345.6º31.65%46.47%-
HSV(B)345.6º48.08%61.18%-
XYZ18.913.8513.48-
YUV105.48124.35164.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=46.43%
G=24.11%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156819900.480.370.39345.631.6546.47
Hex9C5163030252715a202e
Octal23412114306045475324056
Binary10011100101000111000110110000100101100111101011010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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