#9C5569

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

Shades of Vin Rouge #9C5569

Tints of Vin Rouge #9C5569

Color information

#9C5569 (or 0x9C5569) is unknown color: approx Vin Rouge. HEX triplet: 9C, 55 and 69. RGB value is (156,85,105). Sum of RGB (Red+Green+Blue) = 156+85+105=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5569 is #63AA96. Grayscale: #6C6C6C. Windows color (decimal): -6531735 or 6903196. OLE color: 6903196.

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

Color convert

RGB15685105-
CMYK00.460.330.39
HSL343.1º29.46%47.25%-
HSV(B)343.1º45.51%61.18%-
XYZ19.5114.5815.15-
YUV108.51126.02161.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.09%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=45.09%
G=24.57%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568510500.460.330.39343.129.4647.25
Hex9C556902E21271571d2f
Octal23412515105641475273557
Binary1001110010101011101001010111010000110011110101011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,85,105); }

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

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

 a { background-color: rgb(156,85,105); }

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

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

 span { border-color: rgb(156,85,105); }

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