#9C5965

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

Shades of Vin Rouge #9C5965

Tints of Vin Rouge #9C5965

Color information

#9C5965 (or 0x9C5965) is unknown color: approx Vin Rouge. HEX triplet: 9C, 59 and 65. RGB value is (156,89,101). Sum of RGB (Red+Green+Blue) = 156+89+101=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5965 is #63A69A. Grayscale: #6E6E6E. Windows color (decimal): -6530715 or 6642076. OLE color: 6642076.

HSL color Cylindrical-coordinate representation of color #9C5965: hue angle of 349.25º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C5965 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB15689101-
CMYK00.430.350.39
HSL349.25º27.35%48.04%-
HSV(B)349.25º42.95%61.18%-
XYZ19.6315.1514.2-
YUV110.4122.7160.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.09%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=45.09%
G=25.72%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568910100.430.350.39349.2527.3548.04
Hex9C596502B232715d1b30
Octal23413114505343475353360
Binary1001110010110011100101010101110001110011110101110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,89,101); }

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

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

 a { background-color: rgb(156,89,101); }

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

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

 span { border-color: rgb(156,89,101); }

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