#9B546E

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

Shades of Vin Rouge #9B546E

Tints of Vin Rouge #9B546E

Color information

#9B546E (or 0x9B546E) is unknown color: approx Vin Rouge. HEX triplet: 9B, 54 and 6E. RGB value is (155,84,110). Sum of RGB (Red+Green+Blue) = 155+84+110=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B546E is #64AB91. Grayscale: #6C6C6C. Windows color (decimal): -6597522 or 7230619. OLE color: 7230619.

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

Color convert

RGB15584110-
CMYK00.460.290.39
HSL338.03º29.71%46.86%-
HSV(B)338.03º45.81%60.78%-
XYZ19.514.4316.51-
YUV108.19129.02161.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.41%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=44.41%
G=24.07%
B=31.52%

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
Decimal1558411000.460.290.39338.0329.7146.86
Hex9B546E02E1D271521e2f
Octal23312415605635475223657
Binary100110111010100110111001011101110110011110101001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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