#985270

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

Shades of Vin Rouge #985270

Tints of Vin Rouge #985270

Color information

#985270 (or 0x985270) is unknown color: approx Vin Rouge. HEX triplet: 98, 52 and 70. RGB value is (152,82,112). Sum of RGB (Red+Green+Blue) = 152+82+112=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #985270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985270 is #67AD8F. Grayscale: #6A6A6A. Windows color (decimal): -6794640 or 7361176. OLE color: 7361176.

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

Color convert

RGB15282112-
CMYK00.460.260.40
HSL334.29º29.91%45.88%-
HSV(B)334.29º46.05%59.61%-
XYZ18.8913.8817.01-
YUV106.35131.19160.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=43.93%
G=23.70%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528211200.460.260.40334.2929.9145.88
Hex98527002E1A2814e1e2e
Octal23012216005632505163656
Binary100110001010010111000001011101101010100010100111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985270; }

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

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

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

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

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

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

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

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