#8D535E

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

Shades of Vin Rouge #8D535E

Tints of Vin Rouge #8D535E

Color information

#8D535E (or 0x8D535E) is unknown color: approx Vin Rouge. HEX triplet: 8D, 53 and 5E. RGB value is (141,83,94). Sum of RGB (Red+Green+Blue) = 141+83+94=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D535E is #72ACA1. Grayscale: #656565. Windows color (decimal): -7515298 or 6181773. OLE color: 6181773.

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

Color convert

RGB1418394-
CMYK00.410.330.45
HSL348.62º25.89%43.92%-
HSV(B)348.62º41.13%55.29%-
XYZ16.112.6612.18-
YUV101.6123.72156.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 83 (32.81% from 255) = 26.10%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=44.34%
G=26.10%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141839400.410.330.45348.6225.8943.92
Hex8D535E029212D15d1a2c
Octal21512313605141555353254
Binary1000110110100111011110010100110000110110110101110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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