#9C5076

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

Shades of Vin Rouge #9C5076

Tints of Vin Rouge #9C5076

Color information

#9C5076 (or 0x9C5076) is unknown color: approx Vin Rouge. HEX triplet: 9C, 50 and 76. RGB value is (156,80,118). Sum of RGB (Red+Green+Blue) = 156+80+118=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5076 is #63AF89. Grayscale: #6A6A6A. Windows color (decimal): -6533002 or 7753884. OLE color: 7753884.

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

Color convert

RGB15680118-
CMYK00.490.240.39
HSL330º32.2%46.27%-
HSV(B)330º48.72%61.18%-
XYZ19.8514.1118.82-
YUV107.06134.18162.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.07%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=44.07%
G=22.60%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568011800.490.240.3933032.246.27
Hex9C5076031182714a202e
Octal23412016606130475124056
Binary1001110010100001110110011000111000100111101001010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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