#98556D

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

Shades of Vin Rouge #98556D

Tints of Vin Rouge #98556D

Color information

#98556D (or 0x98556D) is unknown color: approx Vin Rouge. HEX triplet: 98, 55 and 6D. RGB value is (152,85,109). Sum of RGB (Red+Green+Blue) = 152+85+109=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98556D is #67AA92. Grayscale: #6B6B6B. Windows color (decimal): -6793875 or 7165336. OLE color: 7165336.

HSL color Cylindrical-coordinate representation of color #98556D: hue angle of 338.51º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98556D is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15285109-
CMYK00.440.280.40
HSL338.51º28.27%46.47%-
HSV(B)338.51º44.08%59.61%-
XYZ18.9614.2816.22-
YUV107.77128.7159.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=43.93%
G=24.57%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528510900.440.280.40338.5128.2746.47
Hex98556D02C1C281531c2e
Octal23012515505434505233456
Binary100110001010101110110101011001110010100010101001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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