#985262

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

Shades of Vin Rouge #985262

Tints of Vin Rouge #985262

Color information

#985262 (or 0x985262) is unknown color: approx Vin Rouge. HEX triplet: 98, 52 and 62. RGB value is (152,82,98). Sum of RGB (Red+Green+Blue) = 152+82+98=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #985262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985262 is #67AD9D. Grayscale: #686868. Windows color (decimal): -6794654 or 6443672. OLE color: 6443672.

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

Color convert

RGB1528298-
CMYK00.460.360.40
HSL346.29º29.91%45.88%-
HSV(B)346.29º46.05%59.61%-
XYZ18.1713.5913.22-
YUV104.75124.19161.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=45.78%
G=24.70%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152829800.460.360.40346.2929.9145.88
Hex98526202E242815a1e2e
Octal23012214205644505323656
Binary1001100010100101100010010111010010010100010101101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985262; }

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

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

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

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

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

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

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

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