#985157

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

Shades of Vin Rouge #985157

Tints of Vin Rouge #985157

Color information

#985157 (or 0x985157) is unknown color: approx Vin Rouge. HEX triplet: 98, 51 and 57. RGB value is (152,81,87). Sum of RGB (Red+Green+Blue) = 152+81+87=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #985157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985157 is #67AEA8. Grayscale: #666666. Windows color (decimal): -6794921 or 5722520. OLE color: 5722520.

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

Color convert

RGB1528187-
CMYK00.470.430.40
HSL354.93º30.47%45.69%-
HSV(B)354.93º46.71%59.61%-
XYZ17.6113.2510.65-
YUV102.91119.02163.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 81 (32.03% from 255) = 25.31%
BLUE value IS 87 (34.38% from 255) = 27.19%
R=47.5%
G=25.31%
B=27.19%

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
Decimal152818700.470.430.40354.9330.4745.69
Hex98515702F2B281631e2e
Octal23012112705753505433656
Binary1001100010100011010111010111110101110100010110001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985157; }

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

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

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

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

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

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

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

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