#9C4F5D

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

Shades of Vin Rouge #9C4F5D

Tints of Vin Rouge #9C4F5D

Color information

#9C4F5D (or 0x9C4F5D) is unknown color: approx Vin Rouge. HEX triplet: 9C, 4F and 5D. RGB value is (156,79,93). Sum of RGB (Red+Green+Blue) = 156+79+93=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4F5D is #63B0A2. Grayscale: #676767. Windows color (decimal): -6533283 or 6115228. OLE color: 6115228.

HSL color Cylindrical-coordinate representation of color #9C4F5D: hue angle of 349.09º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C4F5D is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB1567993-
CMYK00.490.400.39
HSL349.09º32.77%46.08%-
HSV(B)349.09º49.36%61.18%-
XYZ18.4813.4511.98-
YUV103.62122.01165.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.56%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=47.56%
G=24.09%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156799300.490.400.39349.0932.7746.08
Hex9C4F5D031282715d212e
Octal23411713506150475354156
Binary10011100100111110111010110001101000100111101011101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,79,93); }

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

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

 a { background-color: rgb(156,79,93); }

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

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

 span { border-color: rgb(156,79,93); }

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