#985260

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

Shades of Vin Rouge #985260

Tints of Vin Rouge #985260

Color information

#985260 (or 0x985260) is unknown color: approx Vin Rouge. HEX triplet: 98, 52 and 60. RGB value is (152,82,96). Sum of RGB (Red+Green+Blue) = 152+82+96=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #985260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985260 is #67AD9F. Grayscale: #686868. Windows color (decimal): -6794656 or 6312600. OLE color: 6312600.

HSL color Cylindrical-coordinate representation of color #985260: hue angle of 348º 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 #985260 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB1528296-
CMYK00.460.370.40
HSL348º29.91%45.88%-
HSV(B)348º46.05%59.61%-
XYZ18.0813.5512.73-
YUV104.53123.19161.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=46.06%
G=24.85%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152829600.460.370.4034829.9145.88
Hex98526002E252815c1e2e
Octal23012214005645505343656
Binary1001100010100101100000010111010010110100010101110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985260; }

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

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

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

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

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

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

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

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