#98566C

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

Shades of Vin Rouge #98566C

Tints of Vin Rouge #98566C

Color information

#98566C (or 0x98566C) is unknown color: approx Vin Rouge. HEX triplet: 98, 56 and 6C. RGB value is (152,86,108). Sum of RGB (Red+Green+Blue) = 152+86+108=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98566C is #67A993. Grayscale: #6C6C6C. Windows color (decimal): -6793620 or 7100056. OLE color: 7100056.

HSL color Cylindrical-coordinate representation of color #98566C: hue angle of 340º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98566C is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB15286108-
CMYK00.430.290.40
HSL340º27.73%46.67%-
HSV(B)340º43.42%59.61%-
XYZ18.9814.4115.97-
YUV108.24127.87159.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=43.93%
G=24.86%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528610800.430.290.4034027.7346.67
Hex98566C02B1D281541c2f
Octal23012615405335505243457
Binary100110001010110110110001010111110110100010101010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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