#9C5765

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

Shades of Vin Rouge #9C5765

Tints of Vin Rouge #9C5765

Color information

#9C5765 (or 0x9C5765) is unknown color: approx Vin Rouge. HEX triplet: 9C, 57 and 65. RGB value is (156,87,101). Sum of RGB (Red+Green+Blue) = 156+87+101=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5765 is #63A89A. Grayscale: #6D6D6D. Windows color (decimal): -6531227 or 6641564. OLE color: 6641564.

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

Color convert

RGB15687101-
CMYK00.440.350.39
HSL347.83º28.4%47.65%-
HSV(B)347.83º44.23%61.18%-
XYZ19.4714.8214.15-
YUV109.23123.36161.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.35%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=45.35%
G=25.29%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568710100.440.350.39347.8328.447.65
Hex9C576502C232715c1c30
Octal23412714505443475343460
Binary1001110010101111100101010110010001110011110101110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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