#985561

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

Shades of Vin Rouge #985561

Tints of Vin Rouge #985561

Color information

#985561 (or 0x985561) is unknown color: approx Vin Rouge. HEX triplet: 98, 55 and 61. RGB value is (152,85,97). Sum of RGB (Red+Green+Blue) = 152+85+97=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #985561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985561 is #67AA9E. Grayscale: #6A6A6A. Windows color (decimal): -6793887 or 6378904. OLE color: 6378904.

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

Color convert

RGB1528597-
CMYK00.440.360.40
HSL349.25º28.27%46.47%-
HSV(B)349.25º44.08%59.61%-
XYZ18.3614.0413.05-
YUV106.4122.7160.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=45.51%
G=25.45%
B=29.04%

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
Decimal152859700.440.360.40349.2528.2746.47
Hex98556102C242815d1c2e
Octal23012514105444505353456
Binary1001100010101011100001010110010010010100010101110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985561; }

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

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

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

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

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

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

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

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