#8D575B

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

Shades of Vin Rouge #8D575B

Tints of Vin Rouge #8D575B

Color information

#8D575B (or 0x8D575B) is unknown color: approx Vin Rouge. HEX triplet: 8D, 57 and 5B. RGB value is (141,87,91). Sum of RGB (Red+Green+Blue) = 141+87+91=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D575B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D575B is #72A8A4. Grayscale: #676767. Windows color (decimal): -7514277 or 5986189. OLE color: 5986189.

HSL color Cylindrical-coordinate representation of color #8D575B: hue angle of 355.56º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D575B is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1418791-
CMYK00.380.350.45
HSL355.56º23.68%44.71%-
HSV(B)355.56º38.3%55.29%-
XYZ16.2813.2311.59-
YUV103.6120.89154.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.20%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=44.20%
G=27.27%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141879100.380.350.45355.5623.6844.71
Hex8D575B026232D164182d
Octal21512713304643555443055
Binary1000110110101111011011010011010001110110110110010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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