#9F5469

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

Shades of Vin Rouge #9F5469

Tints of Vin Rouge #9F5469

Color information

#9F5469 (or 0x9F5469) is unknown color: approx Vin Rouge. HEX triplet: 9F, 54 and 69. RGB value is (159,84,105). Sum of RGB (Red+Green+Blue) = 159+84+105=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5469 is #60AB96. Grayscale: #6C6C6C. Windows color (decimal): -6335383 or 6902943. OLE color: 6902943.

HSL color Cylindrical-coordinate representation of color #9F5469: hue angle of 343.2º 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 #9F5469 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB15984105-
CMYK00.470.340.38
HSL343.2º30.86%47.65%-
HSV(B)343.2º47.17%62.35%-
XYZ20.0214.7315.15-
YUV108.82125.85163.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.69%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=45.69%
G=24.14%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598410500.470.340.38343.230.8647.65
Hex9F546902F22261571f30
Octal23712415105742465273760
Binary1001111110101001101001010111110001010011010101011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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