#9C5075

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

Shades of Vin Rouge #9C5075

Tints of Vin Rouge #9C5075

Color information

#9C5075 (or 0x9C5075) is unknown color: approx Vin Rouge. HEX triplet: 9C, 50 and 75. RGB value is (156,80,117). Sum of RGB (Red+Green+Blue) = 156+80+117=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5075 is #63AF8A. Grayscale: #6A6A6A. Windows color (decimal): -6533003 or 7688348. OLE color: 7688348.

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

Color convert

RGB15680117-
CMYK00.490.250.39
HSL330.79º32.2%46.27%-
HSV(B)330.79º48.72%61.18%-
XYZ19.7914.0918.51-
YUV106.94133.68162.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.19%
GREEN value IS 80 (31.64% from 255) = 22.66%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=44.19%
G=22.66%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568011700.490.250.39330.7932.246.27
Hex9C5075031192714b202e
Octal23412016506131475134056
Binary1001110010100001110101011000111001100111101001011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,80,117); }

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

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

 a { background-color: rgb(156,80,117); }

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

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

 span { border-color: rgb(156,80,117); }

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