#9C546F

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

Shades of Vin Rouge #9C546F

Tints of Vin Rouge #9C546F

Color information

#9C546F (or 0x9C546F) is unknown color: approx Vin Rouge. HEX triplet: 9C, 54 and 6F. RGB value is (156,84,111). Sum of RGB (Red+Green+Blue) = 156+84+111=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C546F is #63AB90. Grayscale: #6C6C6C. Windows color (decimal): -6531985 or 7296156. OLE color: 7296156.

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

Color convert

RGB15684111-
CMYK00.460.290.39
HSL337.5º30%47.06%-
HSV(B)337.5º46.15%61.18%-
XYZ19.7514.5616.81-
YUV108.61129.35161.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.44%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=44.44%
G=23.93%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568411100.460.290.39337.53047.06
Hex9C546F02E1D271521e2f
Octal23412415705635475223657
Binary100111001010100110111101011101110110011110101001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,84,111); }

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

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

 a { background-color: rgb(156,84,111); }

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

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

 span { border-color: rgb(156,84,111); }

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