#8D5761

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

Shades of Vin Rouge #8D5761

Tints of Vin Rouge #8D5761

Color information

#8D5761 (or 0x8D5761) is unknown color: approx Vin Rouge. HEX triplet: 8D, 57 and 61. RGB value is (141,87,97). Sum of RGB (Red+Green+Blue) = 141+87+97=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5761 is #72A89E. Grayscale: #686868. Windows color (decimal): -7514271 or 6379405. OLE color: 6379405.

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

Color convert

RGB1418797-
CMYK00.380.310.45
HSL348.89º23.68%44.71%-
HSV(B)348.89º38.3%55.29%-
XYZ16.5513.3413.01-
YUV104.29123.89154.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.38%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=43.38%
G=26.77%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141879700.380.310.45348.8923.6844.71
Hex8D57610261F2D15d182d
Octal21512714104637555353055
Binary100011011010111110000101001101111110110110101110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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