#9F576F

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

Shades of Vin Rouge #9F576F

Tints of Vin Rouge #9F576F

Color information

#9F576F (or 0x9F576F) is unknown color: approx Vin Rouge. HEX triplet: 9F, 57 and 6F. RGB value is (159,87,111). Sum of RGB (Red+Green+Blue) = 159+87+111=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F576F is #60A890. Grayscale: #6F6F6F. Windows color (decimal): -6334609 or 7296927. OLE color: 7296927.

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

Color convert

RGB15987111-
CMYK00.450.300.38
HSL340º29.27%48.24%-
HSV(B)340º45.28%62.35%-
XYZ20.5815.3416.91-
YUV111.26127.85162.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.54%
GREEN value IS 87 (34.38% from 255) = 24.37%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=44.54%
G=24.37%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598711100.450.300.3834029.2748.24
Hex9F576F02D1E261541d30
Octal23712715705536465243560
Binary100111111010111110111101011011111010011010101010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,87,111); }

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

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

 a { background-color: rgb(159,87,111); }

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

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

 span { border-color: rgb(159,87,111); }

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