#98566D

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

Shades of Vin Rouge #98566D

Tints of Vin Rouge #98566D

Color information

#98566D (or 0x98566D) is unknown color: approx Vin Rouge. HEX triplet: 98, 56 and 6D. RGB value is (152,86,109). Sum of RGB (Red+Green+Blue) = 152+86+109=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98566D is #67A992. Grayscale: #6C6C6C. Windows color (decimal): -6793619 or 7165592. OLE color: 7165592.

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

Color convert

RGB15286109-
CMYK00.430.280.40
HSL339.09º27.73%46.67%-
HSV(B)339.09º43.42%59.61%-
XYZ19.0414.4416.25-
YUV108.36128.37159.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=43.80%
G=24.78%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528610900.430.280.40339.0927.7346.67
Hex98566D02B1C281531c2f
Octal23012615505334505233457
Binary100110001010110110110101010111110010100010101001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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