#8F565B

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

Shades of Vin Rouge #8F565B

Tints of Vin Rouge #8F565B

Color information

#8F565B (or 0x8F565B) is unknown color: approx Vin Rouge. HEX triplet: 8F, 56 and 5B. RGB value is (143,86,91). Sum of RGB (Red+Green+Blue) = 143+86+91=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F565B is #70A9A4. Grayscale: #676767. Windows color (decimal): -7383461 or 5985935. OLE color: 5985935.

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

Color convert

RGB1438691-
CMYK00.400.360.44
HSL354.74º24.89%44.9%-
HSV(B)354.74º39.86%56.08%-
XYZ16.5413.2511.58-
YUV103.61120.88156.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.69%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 91 (35.94% from 255) = 28.44%
R=44.69%
G=26.88%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143869100.400.360.44354.7424.8944.9
Hex8F565B028242C163192d
Octal21712613305044545433155
Binary1000111110101101011011010100010010010110010110001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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