#8F5964

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

Shades of Vin Rouge #8F5964

Tints of Vin Rouge #8F5964

Color information

#8F5964 (or 0x8F5964) is unknown color: approx Vin Rouge. HEX triplet: 8F, 59 and 64. RGB value is (143,89,100). Sum of RGB (Red+Green+Blue) = 143+89+100=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5964 is #70A69B. Grayscale: #6A6A6A. Windows color (decimal): -7382684 or 6576527. OLE color: 6576527.

HSL color Cylindrical-coordinate representation of color #8F5964: hue angle of 347.78º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F5964 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB14389100-
CMYK00.380.300.44
HSL347.78º23.28%45.49%-
HSV(B)347.78º37.76%56.08%-
XYZ17.213.913.83-
YUV106.4124.39154.11-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.07%
GREEN value IS 89 (35.16% from 255) = 26.81%
BLUE value IS 100 (39.45% from 255) = 30.12%
R=43.07%
G=26.81%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438910000.380.300.44347.7823.2845.49
Hex8F59640261E2C15c172d
Octal21713114404636545342755
Binary100011111011001110010001001101111010110010101110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,89,100); }

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

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

 a { background-color: rgb(143,89,100); }

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

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

 span { border-color: rgb(143,89,100); }

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