Html Css Color HEX #985861 Vin Rouge

📋 copy color: '#985861'

red 152 ◦ green 88 ◦ blue 97

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

Shades of Vin Rouge #985861

Tints of Vin Rouge #985861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.78%

R = 45.1%
G = 26.11%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#985861 (or 0x985861) is known color: Vin Rouge. HEX triplet: 98, 58 and 61. RGB value is (152,88,97). Sum of RGB (Red+Green+Blue) = 152+88+97=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #985861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985861 is #67A79E. Grayscale: #6C6C6C. Windows color (decimal): -6793119 or 6379672. OLE color: 6379672.

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

Color convert

RGB 152 88 97 -
CMYK 0 0.42 0.36 0.40
HSL 351.56º 0.27% 0.47% -
HSV(B) 351.56º 0.42% 0.6% -
XYZ 18.6 14.52 13.13 -
YUV 108.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 152 88 97 0 0.42 0.36 0.40 351.56 0.27 0.47
Hex 98 58 61 0 2A 24 28 160 1B 2F
Octal 230 130 141 0 52 44 50 540 33 57
Binary 10011000 1011000 1100001 0 101010 100100 101000 101100000 11011 101111

Color Harmonies of #985861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985861

Black with #985861

Text Example


Text Example

White with #985861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985861; }

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

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

background-color css

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

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

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

border-color css

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

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

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