#8F575F

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

Shades of Vin Rouge #8F575F

Tints of Vin Rouge #8F575F

Color information

#8F575F (or 0x8F575F) is unknown color: approx Vin Rouge. HEX triplet: 8F, 57 and 5F. RGB value is (143,87,95). Sum of RGB (Red+Green+Blue) = 143+87+95=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F575F is #70A8A0. Grayscale: #686868. Windows color (decimal): -7383201 or 6248335. OLE color: 6248335.

HSL color Cylindrical-coordinate representation of color #8F575F: hue angle of 351.43º 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 #8F575F is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB1438795-
CMYK00.390.340.44
HSL351.43º24.35%45.1%-
HSV(B)351.43º39.16%56.08%-
XYZ16.813.4812.54-
YUV104.66122.55155.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=44%
G=26.77%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143879500.390.340.44351.4324.3545.1
Hex8F575F027222C15f182d
Octal21712713704742545373055
Binary1000111110101111011111010011110001010110010101111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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