#9C536D

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

Shades of Vin Rouge #9C536D

Tints of Vin Rouge #9C536D

Color information

#9C536D (or 0x9C536D) is unknown color: approx Vin Rouge. HEX triplet: 9C, 53 and 6D. RGB value is (156,83,109). Sum of RGB (Red+Green+Blue) = 156+83+109=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C536D is #63AC92. Grayscale: #6B6B6B. Windows color (decimal): -6532243 or 7164828. OLE color: 7164828.

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

Color convert

RGB15683109-
CMYK00.470.300.39
HSL338.63º30.54%46.86%-
HSV(B)338.63º46.79%61.18%-
XYZ19.5614.3616.21-
YUV107.79128.68162.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.83%
GREEN value IS 83 (32.81% from 255) = 23.85%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=44.83%
G=23.85%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568310900.470.300.39338.6330.5446.86
Hex9C536D02F1E271531f2f
Octal23412315505736475233757
Binary100111001010011110110101011111111010011110101001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,83,109); }

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

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

 a { background-color: rgb(156,83,109); }

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

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

 span { border-color: rgb(156,83,109); }

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