#985965

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

Shades of Vin Rouge #985965

Tints of Vin Rouge #985965

Color information

#985965 (or 0x985965) is unknown color: approx Vin Rouge. HEX triplet: 98, 59 and 65. RGB value is (152,89,101). Sum of RGB (Red+Green+Blue) = 152+89+101=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #985965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985965 is #67A69A. Grayscale: #6D6D6D. Windows color (decimal): -6792859 or 6642072. OLE color: 6642072.

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

Color convert

RGB15289101-
CMYK00.410.340.40
HSL348.57º26.14%47.25%-
HSV(B)348.57º41.45%59.61%-
XYZ18.8714.7614.17-
YUV109.2123.37158.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 101 (39.84% from 255) = 29.53%
R=44.44%
G=26.02%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528910100.410.340.40348.5726.1447.25
Hex985965029222815d1a2f
Octal23013114505142505353257
Binary1001100010110011100101010100110001010100010101110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985965; }

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

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

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

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

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

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

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

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