#985E64

Color #985E64 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #985E64

Tints of Vin Rouge #985E64

Color information

#985E64 (or 0x985E64) is unknown color: approx Vin Rouge. HEX triplet: 98, 5E and 64. RGB value is (152,94,100). Sum of RGB (Red+Green+Blue) = 152+94+100=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #985E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E64 is #67A19B. Grayscale: #707070. Windows color (decimal): -6791580 or 6577816. OLE color: 6577816.

HSL color Cylindrical-coordinate representation of color #985E64: hue angle of 353.79º degrees, saturation: 0.24, 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 #985E64 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB15294100-
CMYK00.380.340.40
HSL353.79º23.58%48.24%-
HSV(B)353.79º38.16%59.61%-
XYZ19.2515.614.05-
YUV112.03121.22156.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=43.93%
G=27.17%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529410000.380.340.40353.7923.5848.24
Hex985E6402622281621830
Octal23013614404642505423060
Binary1001100010111101100100010011010001010100010110001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,94,100); }

 H1.HeaderClassName
 {
   color: #985E64;
 }
 .AnyTagClassName
 {
   color: #985E64;
 }
</style>
background-color css

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

 a { background-color: rgb(152,94,100); }

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

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

 span { border-color: rgb(152,94,100); }

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