#98556C

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

Shades of Vin Rouge #98556C

Tints of Vin Rouge #98556C

Color information

#98556C (or 0x98556C) is unknown color: approx Vin Rouge. HEX triplet: 98, 55 and 6C. RGB value is (152,85,108). Sum of RGB (Red+Green+Blue) = 152+85+108=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #98556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98556C is #67AA93. Grayscale: #6B6B6B. Windows color (decimal): -6793876 or 7099800. OLE color: 7099800.

HSL color Cylindrical-coordinate representation of color #98556C: hue angle of 339.4º 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 #98556C is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB15285108-
CMYK00.440.290.40
HSL339.4º28.27%46.47%-
HSV(B)339.4º44.08%59.61%-
XYZ18.914.2615.94-
YUV107.65128.2159.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 85 (33.59% from 255) = 24.64%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=44.06%
G=24.64%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528510800.440.290.40339.428.2746.47
Hex98556C02C1D281531c2e
Octal23012515405435505233456
Binary100110001010101110110001011001110110100010101001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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