#9C5862

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

Shades of Vin Rouge #9C5862

Tints of Vin Rouge #9C5862

Color information

#9C5862 (or 0x9C5862) is unknown color: approx Vin Rouge. HEX triplet: 9C, 58 and 62. RGB value is (156,88,98). Sum of RGB (Red+Green+Blue) = 156+88+98=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5862 is #63A79D. Grayscale: #6D6D6D. Windows color (decimal): -6530974 or 6445212. OLE color: 6445212.

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

Color convert

RGB1568898-
CMYK00.440.370.39
HSL351.18º27.87%47.84%-
HSV(B)351.18º43.59%61.18%-
XYZ19.414.9313.41-
YUV109.47121.53161.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.61%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=45.61%
G=25.73%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156889800.440.370.39351.1827.8747.84
Hex9C586202C252715f1c30
Octal23413014205445475373460
Binary1001110010110001100010010110010010110011110101111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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