#985562

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

Shades of Vin Rouge #985562

Tints of Vin Rouge #985562

Color information

#985562 (or 0x985562) is unknown color: approx Vin Rouge. HEX triplet: 98, 55 and 62. RGB value is (152,85,98). Sum of RGB (Red+Green+Blue) = 152+85+98=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #985562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985562 is #67AA9D. Grayscale: #6A6A6A. Windows color (decimal): -6793886 or 6444440. OLE color: 6444440.

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

Color convert

RGB1528598-
CMYK00.440.360.40
HSL348.36º28.27%46.47%-
HSV(B)348.36º44.08%59.61%-
XYZ18.414.0513.3-
YUV106.51123.2160.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=45.37%
G=25.37%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152859800.440.360.40348.3628.2746.47
Hex98556202C242815c1c2e
Octal23012514205444505343456
Binary1001100010101011100010010110010010010100010101110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985562; }

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

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

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

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

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

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

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

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