Html Css Color HEX #985560 Vin Rouge

📋 copy color: '#985560'

red 152 ◦ green 85 ◦ blue 96

#985560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #985560

Tints of Vin Rouge #985560

RGB

 RED value IS 152 (59.77% from 255) = 45.65%

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 45.65%
G = 25.53%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#985560 (or 0x985560) is known color: Vin Rouge. HEX triplet: 98, 55 and 60. RGB value is (152,85,96). Sum of RGB (Red+Green+Blue) = 152+85+96=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #985560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985560 is #67AA9F. Grayscale: #6A6A6A. Windows color (decimal): -6793888 or 6313368. OLE color: 6313368.

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

Color convert

RGB 152 85 96 -
CMYK 0 0.44 0.37 0.40
HSL 350.15º 0.28% 0.46% -
HSV(B) 350.15º 0.44% 0.6% -
XYZ 18.31 14.02 12.81 -
YUV 106.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 152 85 96 0 0.44 0.37 0.40 350.15 0.28 0.46
Hex 98 55 60 0 2C 25 28 15E 1C 2E
Octal 230 125 140 0 54 45 50 536 34 56
Binary 10011000 1010101 1100000 0 101100 100101 101000 101011110 11100 101110

Color Harmonies of #985560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985560

Black with #985560

Text Example


Text Example

White with #985560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985560; }

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

 H1.HeaderClassName
 {
   color: #985560;
 }
 .AnyTagClassName
 {
   color: #985560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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