#8D535C

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

Shades of Vin Rouge #8D535C

Tints of Vin Rouge #8D535C

Color information

#8D535C (or 0x8D535C) is unknown color: approx Vin Rouge. HEX triplet: 8D, 53 and 5C. RGB value is (141,83,92). Sum of RGB (Red+Green+Blue) = 141+83+92=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D535C is #72ACA3. Grayscale: #656565. Windows color (decimal): -7515300 or 6050701. OLE color: 6050701.

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

Color convert

RGB1418392-
CMYK00.410.350.45
HSL350.69º25.89%43.92%-
HSV(B)350.69º41.13%55.29%-
XYZ16.0112.6211.72-
YUV101.37122.72156.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=44.62%
G=26.27%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141839200.410.350.45350.6925.8943.92
Hex8D535C029232D15f1a2c
Octal21512313405143555373254
Binary1000110110100111011100010100110001110110110101111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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