Html Css Color HEX #985159 Vin Rouge

📋 copy color: '#985159'

red 152 ◦ green 81 ◦ blue 89

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

Shades of Vin Rouge #985159

Tints of Vin Rouge #985159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

 BLUE value IS 89 (35.16% from 255) = 27.64%

R = 47.2%
G = 25.16%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#985159 (or 0x985159) is known color: Vin Rouge. HEX triplet: 98, 51 and 59. RGB value is (152,81,89). Sum of RGB (Red+Green+Blue) = 152+81+89=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #985159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985159 is #67AEA6. Grayscale: #676767. Windows color (decimal): -6794919 or 5853592. OLE color: 5853592.

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

Color convert

RGB 152 81 89 -
CMYK 0 0.47 0.41 0.40
HSL 353.24º 0.3% 0.46% -
HSV(B) 353.24º 0.47% 0.6% -
XYZ 17.69 13.28 11.08 -
YUV 103.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 152 81 89 0 0.47 0.41 0.40 353.24 0.3 0.46
Hex 98 51 59 0 2F 29 28 161 1E 2E
Octal 230 121 131 0 57 51 50 541 36 56
Binary 10011000 1010001 1011001 0 101111 101001 101000 101100001 11110 101110

Color Harmonies of #985159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985159

Black with #985159

Text Example


Text Example

White with #985159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985159; }

 p { color: rgb(152,81,89); }

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

background-color css

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

 a { background-color: rgb(152,81,89); }

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

border-color css

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

 span { border-color: rgb(152,81,89); }

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