#984F65

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

Shades of Vin Rouge #984F65

Tints of Vin Rouge #984F65

Color information

#984F65 (or 0x984F65) is unknown color: approx Vin Rouge. HEX triplet: 98, 4F and 65. RGB value is (152,79,101). Sum of RGB (Red+Green+Blue) = 152+79+101=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #984F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F65 is #67B09A. Grayscale: #676767. Windows color (decimal): -6795419 or 6639512. OLE color: 6639512.

HSL color Cylindrical-coordinate representation of color #984F65: hue angle of 341.92º 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 #984F65 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB15279101-
CMYK00.480.340.40
HSL341.92º31.6%45.29%-
HSV(B)341.92º48.03%59.61%-
XYZ18.0913.2113.91-
YUV103.34126.68162.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=45.78%
G=23.80%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527910100.480.340.40341.9231.645.29
Hex984F650302228156202d
Octal23011714506042505264055
Binary10011000100111111001010110000100010101000101010110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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