#985263

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

Shades of Vin Rouge #985263

Tints of Vin Rouge #985263

Color information

#985263 (or 0x985263) is unknown color: approx Vin Rouge. HEX triplet: 98, 52 and 63. RGB value is (152,82,99). Sum of RGB (Red+Green+Blue) = 152+82+99=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #985263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985263 is #67AD9C. Grayscale: #686868. Windows color (decimal): -6794653 or 6509208. OLE color: 6509208.

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

Color convert

RGB1528299-
CMYK00.460.350.40
HSL345.43º29.91%45.88%-
HSV(B)345.43º46.05%59.61%-
XYZ18.2213.6113.47-
YUV104.87124.69161.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 82 (32.42% from 255) = 24.62%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=45.65%
G=24.62%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152829900.460.350.40345.4329.9145.88
Hex98526302E23281591e2e
Octal23012214305643505313656
Binary1001100010100101100011010111010001110100010101100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985263; }

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

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

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

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

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

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

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

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