#9C5865

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

Shades of Vin Rouge #9C5865

Tints of Vin Rouge #9C5865

Color information

#9C5865 (or 0x9C5865) is unknown color: approx Vin Rouge. HEX triplet: 9C, 58 and 65. RGB value is (156,88,101). Sum of RGB (Red+Green+Blue) = 156+88+101=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5865 is #63A79A. Grayscale: #6D6D6D. Windows color (decimal): -6530971 or 6641820. OLE color: 6641820.

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

Color convert

RGB15688101-
CMYK00.440.350.39
HSL348.53º27.87%47.84%-
HSV(B)348.53º43.59%61.18%-
XYZ19.5514.9914.17-
YUV109.81123.03160.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.22%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=45.22%
G=25.51%
B=29.28%

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
Decimal1568810100.440.350.39348.5327.8747.84
Hex9C586502C232715d1c30
Octal23413014505443475353460
Binary1001110010110001100101010110010001110011110101110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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