#985464

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

Shades of Vin Rouge #985464

Tints of Vin Rouge #985464

Color information

#985464 (or 0x985464) is unknown color: approx Vin Rouge. HEX triplet: 98, 54 and 64. RGB value is (152,84,100). Sum of RGB (Red+Green+Blue) = 152+84+100=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #985464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985464 is #67AB9B. Grayscale: #6A6A6A. Windows color (decimal): -6794140 or 6575256. OLE color: 6575256.

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

Color convert

RGB15284100-
CMYK00.450.340.40
HSL345.88º28.81%46.27%-
HSV(B)345.88º44.74%59.61%-
XYZ18.4213.9413.78-
YUV106.16124.53160.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=45.24%
G=25%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528410000.450.340.40345.8828.8146.27
Hex98546402D222815a1d2e
Octal23012414405542505323556
Binary1001100010101001100100010110110001010100010101101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985464; }

 p { color: rgb(152,84,100); }

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

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

 a { background-color: rgb(152,84,100); }

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

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

 span { border-color: rgb(152,84,100); }

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