#98566A

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

Shades of Vin Rouge #98566A

Tints of Vin Rouge #98566A

Color information

#98566A (or 0x98566A) is unknown color: approx Vin Rouge. HEX triplet: 98, 56 and 6A. RGB value is (152,86,106). Sum of RGB (Red+Green+Blue) = 152+86+106=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98566A is #67A995. Grayscale: #6C6C6C. Windows color (decimal): -6793622 or 6968984. OLE color: 6968984.

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

Color convert

RGB15286106-
CMYK00.430.300.40
HSL341.82º27.73%46.67%-
HSV(B)341.82º43.42%59.61%-
XYZ18.8814.3715.41-
YUV108.01126.87159.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.19%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=44.19%
G=25%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528610600.430.300.40341.8227.7346.67
Hex98566A02B1E281561c2f
Octal23012615205336505263457
Binary100110001010110110101001010111111010100010101011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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