#98546D

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

Shades of Vin Rouge #98546D

Tints of Vin Rouge #98546D

Color information

#98546D (or 0x98546D) is unknown color: approx Vin Rouge. HEX triplet: 98, 54 and 6D. RGB value is (152,84,109). Sum of RGB (Red+Green+Blue) = 152+84+109=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #98546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98546D is #67AB92. Grayscale: #6B6B6B. Windows color (decimal): -6794131 or 7165080. OLE color: 7165080.

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

Color convert

RGB15284109-
CMYK00.450.280.40
HSL337.94º28.81%46.27%-
HSV(B)337.94º44.74%59.61%-
XYZ18.8814.1216.2-
YUV107.18129.03159.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 109 (42.97% from 255) = 31.59%
R=44.06%
G=24.35%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528410900.450.280.40337.9428.8146.27
Hex98546D02D1C281521d2e
Octal23012415505534505223556
Binary100110001010100110110101011011110010100010101001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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