Html Css Color HEX #985564 Vin Rouge

📋 copy color: '#985564'

red 152 ◦ green 85 ◦ blue 100

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

Shades of Vin Rouge #985564

Tints of Vin Rouge #985564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 45.1%
G = 25.22%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#985564 (or 0x985564) is known color: Vin Rouge. HEX triplet: 98, 55 and 64. RGB value is (152,85,100). Sum of RGB (Red+Green+Blue) = 152+85+100=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #985564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985564 is #67AA9B. Grayscale: #6A6A6A. Windows color (decimal): -6793884 or 6575512. OLE color: 6575512.

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

Color convert

RGB 152 85 100 -
CMYK 0 0.44 0.34 0.40
HSL 346.57º 0.28% 0.46% -
HSV(B) 346.57º 0.44% 0.6% -
XYZ 18.5 14.09 13.8 -
YUV 106.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 152 85 100 0 0.44 0.34 0.40 346.57 0.28 0.46
Hex 98 55 64 0 2C 22 28 15B 1C 2E
Octal 230 125 144 0 54 42 50 533 34 56
Binary 10011000 1010101 1100100 0 101100 100010 101000 101011011 11100 101110

Color Harmonies of #985564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985564

Black with #985564

Text Example


Text Example

White with #985564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985564; }

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

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

background-color css

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

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

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

border-color css

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

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

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