#8F5765

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

Shades of Vin Rouge #8F5765

Tints of Vin Rouge #8F5765

Color information

#8F5765 (or 0x8F5765) is unknown color: approx Vin Rouge. HEX triplet: 8F, 57 and 65. RGB value is (143,87,101). Sum of RGB (Red+Green+Blue) = 143+87+101=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5765 is #70A89A. Grayscale: #696969. Windows color (decimal): -7383195 or 6641551. OLE color: 6641551.

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

Color convert

RGB14387101-
CMYK00.390.290.44
HSL345º24.35%45.1%-
HSV(B)345º39.16%56.08%-
XYZ17.0813.614.04-
YUV105.34125.55154.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.20%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=43.20%
G=26.28%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438710100.390.290.4434524.3545.1
Hex8F57650271D2C159182d
Octal21712714504735545313055
Binary100011111010111110010101001111110110110010101100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,87,101); }

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

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

 a { background-color: rgb(143,87,101); }

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

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

 span { border-color: rgb(143,87,101); }

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