#9C4F6B

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

Shades of Vin Rouge #9C4F6B

Tints of Vin Rouge #9C4F6B

Color information

#9C4F6B (or 0x9C4F6B) is unknown color: approx Vin Rouge. HEX triplet: 9C, 4F and 6B. RGB value is (156,79,107). Sum of RGB (Red+Green+Blue) = 156+79+107=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4F6B is #63B094. Grayscale: #696969. Windows color (decimal): -6533269 or 7032732. OLE color: 7032732.

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

Color convert

RGB15679107-
CMYK00.490.310.39
HSL338.18º32.77%46.08%-
HSV(B)338.18º49.36%61.18%-
XYZ19.1613.7215.55-
YUV105.22129.01164.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.61%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=45.61%
G=23.10%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567910700.490.310.39338.1832.7746.08
Hex9C4F6B0311F27152212e
Octal23411715306137475224156
Binary1001110010011111101011011000111111100111101010010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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