#985463

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

Shades of Vin Rouge #985463

Tints of Vin Rouge #985463

Color information

#985463 (or 0x985463) is unknown color: approx Vin Rouge. HEX triplet: 98, 54 and 63. RGB value is (152,84,99). Sum of RGB (Red+Green+Blue) = 152+84+99=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #985463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985463 is #67AB9C. Grayscale: #6A6A6A. Windows color (decimal): -6794141 or 6509720. OLE color: 6509720.

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

Color convert

RGB1528499-
CMYK00.450.350.40
HSL346.76º28.81%46.27%-
HSV(B)346.76º44.74%59.61%-
XYZ18.3713.9213.52-
YUV106.04124.03160.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=45.37%
G=25.07%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152849900.450.350.40346.7628.8146.27
Hex98546302D232815b1d2e
Octal23012414305543505333556
Binary1001100010101001100011010110110001110100010101101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985463; }

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

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

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

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

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

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

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

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