#98546A

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

Shades of Vin Rouge #98546A

Tints of Vin Rouge #98546A

Color information

#98546A (or 0x98546A) is unknown color: approx Vin Rouge. HEX triplet: 98, 54 and 6A. RGB value is (152,84,106). Sum of RGB (Red+Green+Blue) = 152+84+106=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #98546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98546A is #67AB95. Grayscale: #6A6A6A. Windows color (decimal): -6794134 or 6968472. OLE color: 6968472.

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

Color convert

RGB15284106-
CMYK00.450.300.40
HSL340.59º28.81%46.27%-
HSV(B)340.59º44.74%59.61%-
XYZ18.7214.0615.36-
YUV106.84127.53160.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 84 (33.20% from 255) = 24.56%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=44.44%
G=24.56%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528410600.450.300.40340.5928.8146.27
Hex98546A02D1E281551d2e
Octal23012415205536505253556
Binary100110001010100110101001011011111010100010101010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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