Html Css Color HEX #985863 Vin Rouge

📋 copy color: '#985863'

red 152 ◦ green 88 ◦ blue 99

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

Shades of Vin Rouge #985863

Tints of Vin Rouge #985863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.96%

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 44.84%
G = 25.96%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#985863 (or 0x985863) is known color: Vin Rouge. HEX triplet: 98, 58 and 63. RGB value is (152,88,99). Sum of RGB (Red+Green+Blue) = 152+88+99=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #985863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985863 is #67A79C. Grayscale: #6C6C6C. Windows color (decimal): -6793117 or 6510744. OLE color: 6510744.

HSL color Cylindrical-coordinate representation of color #985863: hue angle of 349.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #985863 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 99 -
CMYK 0 0.42 0.35 0.40
HSL 349.69º 0.27% 0.47% -
HSV(B) 349.69º 0.42% 0.6% -
XYZ 18.69 14.56 13.63 -
YUV 108.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 152 88 99 0 0.42 0.35 0.40 349.69 0.27 0.47
Hex 98 58 63 0 2A 23 28 15E 1B 2F
Octal 230 130 143 0 52 43 50 536 33 57
Binary 10011000 1011000 1100011 0 101010 100011 101000 101011110 11011 101111

Color Harmonies of #985863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985863

Black with #985863

Text Example


Text Example

White with #985863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985863; }

 p { color: rgb(152,88,99); }

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

background-color css

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

 a { background-color: rgb(152,88,99); }

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

border-color css

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

 span { border-color: rgb(152,88,99); }

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