#984F66

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

Shades of Vin Rouge #984F66

Tints of Vin Rouge #984F66

Color information

#984F66 (or 0x984F66) is unknown color: approx Vin Rouge. HEX triplet: 98, 4F and 66. RGB value is (152,79,102). Sum of RGB (Red+Green+Blue) = 152+79+102=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #984F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F66 is #67B099. Grayscale: #676767. Windows color (decimal): -6795418 or 6705048. OLE color: 6705048.

HSL color Cylindrical-coordinate representation of color #984F66: hue angle of 341.1º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #984F66 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB15279102-
CMYK00.480.330.40
HSL341.1º31.6%45.29%-
HSV(B)341.1º48.03%59.61%-
XYZ18.1413.2314.17-
YUV103.45127.18162.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=45.65%
G=23.72%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527910200.480.330.40341.131.645.29
Hex984F660302128155202d
Octal23011714606041505254055
Binary10011000100111111001100110000100001101000101010101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984F66; }

 p { color: rgb(152,79,102); }

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

<style>
 a { background-color: #984F66; }

 a { background-color: rgb(152,79,102); }

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

<style>
 span { border-color: #984F66; }

 span { border-color: rgb(152,79,102); }

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