#985566

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

Shades of Vin Rouge #985566

Tints of Vin Rouge #985566

Color information

#985566 (or 0x985566) is unknown color: approx Vin Rouge. HEX triplet: 98, 55 and 66. RGB value is (152,85,102). Sum of RGB (Red+Green+Blue) = 152+85+102=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #985566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985566 is #67AA99. Grayscale: #6A6A6A. Windows color (decimal): -6793882 or 6706584. OLE color: 6706584.

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

Color convert

RGB15285102-
CMYK00.440.330.40
HSL344.78º28.27%46.47%-
HSV(B)344.78º44.08%59.61%-
XYZ18.614.1314.32-
YUV106.97125.2160.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=44.84%
G=25.07%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528510200.440.330.40344.7828.2746.47
Hex98556602C21281591c2e
Octal23012514605441505313456
Binary1001100010101011100110010110010000110100010101100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985566; }

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

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

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

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

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

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

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

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