#98546F

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

Shades of Vin Rouge #98546F

Tints of Vin Rouge #98546F

Color information

#98546F (or 0x98546F) is unknown color: approx Vin Rouge. HEX triplet: 98, 54 and 6F. RGB value is (152,84,111). Sum of RGB (Red+Green+Blue) = 152+84+111=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98546F is #67AB90. Grayscale: #6B6B6B. Windows color (decimal): -6794129 or 7296152. OLE color: 7296152.

HSL color Cylindrical-coordinate representation of color #98546F: hue angle of 336.18º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98546F is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15284111-
CMYK00.450.270.40
HSL336.18º28.81%46.27%-
HSV(B)336.18º44.74%59.61%-
XYZ18.9914.1616.77-
YUV107.41130.03159.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=43.80%
G=24.21%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528411100.450.270.40336.1828.8146.27
Hex98546F02D1B281501d2e
Octal23012415705533505203556
Binary100110001010100110111101011011101110100010101000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98546F; }

 p { color: rgb(152,84,111); }

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

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

 a { background-color: rgb(152,84,111); }

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

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

 span { border-color: rgb(152,84,111); }

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