Html Css Color HEX #985F60 Vin Rouge

📋 copy color: '#985F60'

red 152 ◦ green 95 ◦ blue 96

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

Shades of Vin Rouge #985F60

Tints of Vin Rouge #985F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.7%

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

R = 44.31%
G = 27.7%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#985F60 (or 0x985F60) is known color: Vin Rouge. HEX triplet: 98, 5F and 60. RGB value is (152,95,96). Sum of RGB (Red+Green+Blue) = 152+95+96=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #985F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985F60 is #67A09F. Grayscale: #707070. Windows color (decimal): -6791328 or 6315928. OLE color: 6315928.

HSL color Cylindrical-coordinate representation of color #985F60: hue angle of 358.95º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #985F60 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 95 96 -
CMYK 0 0.38 0.37 0.40
HSL 358.95º 0.23% 0.48% -
HSV(B) 358.95º 0.38% 0.6% -
XYZ 19.15 15.7 13.09 -
YUV 112.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 152 95 96 0 0.38 0.37 0.40 358.95 0.23 0.48
Hex 98 5F 60 0 26 25 28 167 17 30
Octal 230 137 140 0 46 45 50 547 27 60
Binary 10011000 1011111 1100000 0 100110 100101 101000 101100111 10111 110000

Color Harmonies of #985F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F60

Black with #985F60

Text Example


Text Example

White with #985F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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