#985370

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

Shades of Vin Rouge #985370

Tints of Vin Rouge #985370

Color information

#985370 (or 0x985370) is unknown color: approx Vin Rouge. HEX triplet: 98, 53 and 70. RGB value is (152,83,112). Sum of RGB (Red+Green+Blue) = 152+83+112=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #985370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985370 is #67AC8F. Grayscale: #6A6A6A. Windows color (decimal): -6794384 or 7361432. OLE color: 7361432.

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

Color convert

RGB15283112-
CMYK00.450.260.40
HSL334.78º29.36%46.08%-
HSV(B)334.78º45.39%59.61%-
XYZ18.9714.0317.04-
YUV106.94130.86160.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 83 (32.81% from 255) = 23.92%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=43.80%
G=23.92%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528311200.450.260.40334.7829.3646.08
Hex98537002D1A2814f1d2e
Octal23012316005532505173556
Binary100110001010011111000001011011101010100010100111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985370; }

 p { color: rgb(152,83,112); }

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

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

 a { background-color: rgb(152,83,112); }

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

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

 span { border-color: rgb(152,83,112); }

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