#8F535D

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

Shades of Vin Rouge #8F535D

Tints of Vin Rouge #8F535D

Color information

#8F535D (or 0x8F535D) is unknown color: approx Vin Rouge. HEX triplet: 8F, 53 and 5D. RGB value is (143,83,93). Sum of RGB (Red+Green+Blue) = 143+83+93=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 143 - color contains mainly: red. Hex color #8F535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F535D is #70ACA2. Grayscale: #666666. Windows color (decimal): -7384227 or 6116239. OLE color: 6116239.

HSL color Cylindrical-coordinate representation of color #8F535D: hue angle of 350º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F535D is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1438393-
CMYK00.420.350.44
HSL350º26.55%44.31%-
HSV(B)350º41.96%56.08%-
XYZ16.412.8211.97-
YUV102.08122.88157.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.83%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=44.83%
G=26.02%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143839300.420.350.4435026.5544.31
Hex8F535D02A232C15e1b2c
Octal21712313505243545363354
Binary1000111110100111011101010101010001110110010101111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,83,93); }

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

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

 a { background-color: rgb(143,83,93); }

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

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

 span { border-color: rgb(143,83,93); }

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