#9B546C

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

Shades of Vin Rouge #9B546C

Tints of Vin Rouge #9B546C

Color information

#9B546C (or 0x9B546C) is unknown color: approx Vin Rouge. HEX triplet: 9B, 54 and 6C. RGB value is (155,84,108). Sum of RGB (Red+Green+Blue) = 155+84+108=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B546C is #64AB93. Grayscale: #6B6B6B. Windows color (decimal): -6597524 or 7099547. OLE color: 7099547.

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

Color convert

RGB15584108-
CMYK00.460.300.39
HSL339.72º29.71%46.86%-
HSV(B)339.72º45.81%60.78%-
XYZ19.3914.3915.94-
YUV107.96128.02161.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.67%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=44.67%
G=24.21%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558410800.460.300.39339.7229.7146.86
Hex9B546C02E1E271541e2f
Octal23312415405636475243657
Binary100110111010100110110001011101111010011110101010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,84,108); }

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

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

 a { background-color: rgb(155,84,108); }

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

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

 span { border-color: rgb(155,84,108); }

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