Html Css Color HEX #985060 Vin Rouge

📋 copy color: '#985060'

red 152 ◦ green 80 ◦ blue 96

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

Shades of Vin Rouge #985060

Tints of Vin Rouge #985060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.39%

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

R = 46.34%
G = 24.39%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#985060 (or 0x985060) is known color: Vin Rouge. HEX triplet: 98, 50 and 60. RGB value is (152,80,96). Sum of RGB (Red+Green+Blue) = 152+80+96=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #985060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985060 is #67AF9F. Grayscale: #676767. Windows color (decimal): -6795168 or 6312088. OLE color: 6312088.

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

Color convert

RGB 152 80 96 -
CMYK 0 0.47 0.37 0.40
HSL 346.67º 0.31% 0.45% -
HSV(B) 346.67º 0.47% 0.6% -
XYZ 17.93 13.26 12.68 -
YUV 103.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 152 80 96 0 0.47 0.37 0.40 346.67 0.31 0.45
Hex 98 50 60 0 2F 25 28 15B 1F 2D
Octal 230 120 140 0 57 45 50 533 37 55
Binary 10011000 1010000 1100000 0 101111 100101 101000 101011011 11111 101101

Color Harmonies of #985060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985060

Black with #985060

Text Example


Text Example

White with #985060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985060; }

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

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

background-color css

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

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

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

border-color css

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

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

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