#8F5863

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

Shades of Vin Rouge #8F5863

Tints of Vin Rouge #8F5863

Color information

#8F5863 (or 0x8F5863) is unknown color: approx Vin Rouge. HEX triplet: 8F, 58 and 63. RGB value is (143,88,99). Sum of RGB (Red+Green+Blue) = 143+88+99=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5863 is #70A79C. Grayscale: #696969. Windows color (decimal): -7382941 or 6510735. OLE color: 6510735.

HSL color Cylindrical-coordinate representation of color #8F5863: hue angle of 348º degrees, saturation: 0.24, 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 #8F5863 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB1438899-
CMYK00.380.310.44
HSL348º23.81%45.29%-
HSV(B)348º38.46%56.08%-
XYZ17.0713.7213.55-
YUV105.7124.22154.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.33%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 99 (39.06% from 255) = 30%
R=43.33%
G=26.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143889900.380.310.4434823.8145.29
Hex8F58630261F2C15c182d
Octal21713014304637545343055
Binary100011111011000110001101001101111110110010101110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,88,99); }

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

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

 a { background-color: rgb(143,88,99); }

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

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

 span { border-color: rgb(143,88,99); }

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