#9F5467

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

Shades of Vin Rouge #9F5467

Tints of Vin Rouge #9F5467

Color information

#9F5467 (or 0x9F5467) is unknown color: approx Vin Rouge. HEX triplet: 9F, 54 and 67. RGB value is (159,84,103). Sum of RGB (Red+Green+Blue) = 159+84+103=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5467 is #60AB98. Grayscale: #6C6C6C. Windows color (decimal): -6335385 or 6771871. OLE color: 6771871.

HSL color Cylindrical-coordinate representation of color #9F5467: hue angle of 344.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5467 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB15984103-
CMYK00.470.350.38
HSL344.8º30.86%47.65%-
HSV(B)344.8º47.17%62.35%-
XYZ19.9214.6914.62-
YUV108.59124.85163.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 103 (40.62% from 255) = 29.77%
R=45.95%
G=24.28%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598410300.470.350.38344.830.8647.65
Hex9F546702F23261591f30
Octal23712414705743465313760
Binary1001111110101001100111010111110001110011010101100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,84,103); }

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

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

 a { background-color: rgb(159,84,103); }

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

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

 span { border-color: rgb(159,84,103); }

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