#8F575B

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

Shades of Vin Rouge #8F575B

Tints of Vin Rouge #8F575B

Color information

#8F575B (or 0x8F575B) is unknown color: approx Vin Rouge. HEX triplet: 8F, 57 and 5B. RGB value is (143,87,91). Sum of RGB (Red+Green+Blue) = 143+87+91=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F575B is #70A8A4. Grayscale: #686868. Windows color (decimal): -7383205 or 5986191. OLE color: 5986191.

HSL color Cylindrical-coordinate representation of color #8F575B: hue angle of 355.71º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F575B is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB1438791-
CMYK00.390.360.44
HSL355.71º24.35%45.1%-
HSV(B)355.71º39.16%56.08%-
XYZ16.6213.4111.61-
YUV104.2120.55155.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.55%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 91 (35.94% from 255) = 28.35%
R=44.55%
G=27.10%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143879100.390.360.44355.7124.3545.1
Hex8F575B027242C164182d
Octal21712713304744545443055
Binary1000111110101111011011010011110010010110010110010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F575B; }

 p { color: rgb(143,87,91); }

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

<style>
 a { background-color: #8F575B; }

 a { background-color: rgb(143,87,91); }

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

<style>
 span { border-color: #8F575B; }

 span { border-color: rgb(143,87,91); }

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