#985559

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

Shades of Vin Rouge #985559

Tints of Vin Rouge #985559

Color information

#985559 (or 0x985559) is unknown color: approx Vin Rouge. HEX triplet: 98, 55 and 59. RGB value is (152,85,89). Sum of RGB (Red+Green+Blue) = 152+85+89=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #985559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985559 is #67AAA6. Grayscale: #696969. Windows color (decimal): -6793895 or 5854616. OLE color: 5854616.

HSL color Cylindrical-coordinate representation of color #985559: hue angle of 356.42º 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 #985559 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB1528589-
CMYK00.440.410.40
HSL356.42º28.27%46.47%-
HSV(B)356.42º44.08%59.61%-
XYZ1813.8911.18-
YUV105.49118.7161.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 89 (35.16% from 255) = 27.30%
R=46.63%
G=26.07%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152858900.440.410.40356.4228.2746.47
Hex98555902C29281641c2e
Octal23012513105451505443456
Binary1001100010101011011001010110010100110100010110010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985559; }

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

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

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

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

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

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

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

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