#8F5360

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

Shades of Vin Rouge #8F5360

Tints of Vin Rouge #8F5360

Color information

#8F5360 (or 0x8F5360) is unknown color: approx Vin Rouge. HEX triplet: 8F, 53 and 60. RGB value is (143,83,96). Sum of RGB (Red+Green+Blue) = 143+83+96=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5360 is #70AC9F. Grayscale: #666666. Windows color (decimal): -7384224 or 6312847. OLE color: 6312847.

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

Color convert

RGB1438396-
CMYK00.420.330.44
HSL347º26.55%44.31%-
HSV(B)347º41.96%56.08%-
XYZ16.5312.8712.68-
YUV102.42124.38156.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.41%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=44.41%
G=25.78%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143839600.420.330.4434726.5544.31
Hex8F536002A212C15b1b2c
Octal21712314005241545333354
Binary1000111110100111100000010101010000110110010101101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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