#8D5C5D

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

Shades of Vin Rouge #8D5C5D

Tints of Vin Rouge #8D5C5D

Color information

#8D5C5D (or 0x8D5C5D) is unknown color: approx Vin Rouge. HEX triplet: 8D, 5C and 5D. RGB value is (141,92,93). Sum of RGB (Red+Green+Blue) = 141+92+93=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C5D is #72A3A2. Grayscale: #6A6A6A. Windows color (decimal): -7512995 or 6118541. OLE color: 6118541.

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

Color convert

RGB1419293-
CMYK00.350.340.45
HSL358.78º21.03%45.69%-
HSV(B)358.78º34.75%55.29%-
XYZ16.7914.1112.19-
YUV106.76120.23152.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.25%
GREEN value IS 92 (36.33% from 255) = 28.22%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=43.25%
G=28.22%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141929300.350.340.45358.7821.0345.69
Hex8D5C5D023222D167152e
Octal21513413504342555472556
Binary1000110110111001011101010001110001010110110110011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,92,93); }

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

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

 a { background-color: rgb(141,92,93); }

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

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

 span { border-color: rgb(141,92,93); }

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