#985560

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

Shades of Vin Rouge #985560

Tints of Vin Rouge #985560

Color information

#985560 (or 0x985560) is unknown color: approx Vin Rouge. HEX triplet: 98, 55 and 60. RGB value is (152,85,96). Sum of RGB (Red+Green+Blue) = 152+85+96=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #985560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985560 is #67AA9F. Grayscale: #6A6A6A. Windows color (decimal): -6793888 or 6313368. OLE color: 6313368.

HSL color Cylindrical-coordinate representation of color #985560: hue angle of 350.15º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985560 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB1528596-
CMYK00.440.370.40
HSL350.15º28.27%46.47%-
HSV(B)350.15º44.08%59.61%-
XYZ18.3114.0212.81-
YUV106.29122.2160.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 96 (37.89% from 255) = 28.83%
R=45.65%
G=25.53%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152859600.440.370.40350.1528.2746.47
Hex98556002C252815e1c2e
Octal23012514005445505363456
Binary1001100010101011100000010110010010110100010101111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985560; }

 p { color: rgb(152,85,96); }

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

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

 a { background-color: rgb(152,85,96); }

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

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

 span { border-color: rgb(152,85,96); }

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