#98516E

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

Shades of Vin Rouge #98516E

Tints of Vin Rouge #98516E

Color information

#98516E (or 0x98516E) is unknown color: approx Vin Rouge. HEX triplet: 98, 51 and 6E. RGB value is (152,81,110). Sum of RGB (Red+Green+Blue) = 152+81+110=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #98516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98516E is #67AE91. Grayscale: #696969. Windows color (decimal): -6794898 or 7229848. OLE color: 7229848.

HSL color Cylindrical-coordinate representation of color #98516E: hue angle of 335.49º 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 #98516E is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15281110-
CMYK00.470.280.40
HSL335.49º30.47%45.69%-
HSV(B)335.49º46.71%59.61%-
XYZ18.7113.6916.41-
YUV105.54130.52161.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.31%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=44.31%
G=23.62%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528111000.470.280.40335.4930.4745.69
Hex98516E02F1C2814f1e2e
Octal23012115605734505173656
Binary100110001010001110111001011111110010100010100111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98516E; }

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

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

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

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

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

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

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

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