#985057

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

Shades of Vin Rouge #985057

Tints of Vin Rouge #985057

Color information

#985057 (or 0x985057) is unknown color: approx Vin Rouge. HEX triplet: 98, 50 and 57. RGB value is (152,80,87). Sum of RGB (Red+Green+Blue) = 152+80+87=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #985057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985057 is #67AFA8. Grayscale: #666666. Windows color (decimal): -6795177 or 5722264. OLE color: 5722264.

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

Color convert

RGB1528087-
CMYK00.470.430.40
HSL354.17º31.03%45.49%-
HSV(B)354.17º47.37%59.61%-
XYZ17.5413.110.62-
YUV102.33119.35163.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 87 (34.38% from 255) = 27.27%
R=47.65%
G=25.08%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152808700.470.430.40354.1731.0345.49
Hex98505702F2B281621f2d
Octal23012012705753505423755
Binary1001100010100001010111010111110101110100010110001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985057; }

 p { color: rgb(152,80,87); }

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

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

 a { background-color: rgb(152,80,87); }

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

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

 span { border-color: rgb(152,80,87); }

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