#9F575F

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

Shades of Vin Rouge #9F575F

Tints of Vin Rouge #9F575F

Color information

#9F575F (or 0x9F575F) is unknown color: approx Vin Rouge. HEX triplet: 9F, 57 and 5F. RGB value is (159,87,95). Sum of RGB (Red+Green+Blue) = 159+87+95=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F575F is #60A8A0. Grayscale: #6D6D6D. Windows color (decimal): -6334625 or 6248351. OLE color: 6248351.

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

Color convert

RGB1598795-
CMYK00.450.400.38
HSL353.33º29.27%48.24%-
HSV(B)353.33º45.28%62.35%-
XYZ19.7715.0112.68-
YUV109.44119.85163.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.63%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 95 (37.5% from 255) = 27.86%
R=46.63%
G=25.51%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159879500.450.400.38353.3329.2748.24
Hex9F575F02D28261611d30
Octal23712713705550465413560
Binary1001111110101111011111010110110100010011010110000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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