#984E65

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

Shades of Vin Rouge #984E65

Tints of Vin Rouge #984E65

Color information

#984E65 (or 0x984E65) is unknown color: approx Vin Rouge. HEX triplet: 98, 4E and 65. RGB value is (152,78,101). Sum of RGB (Red+Green+Blue) = 152+78+101=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #984E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E65 is #67B19A. Grayscale: #666666. Windows color (decimal): -6795675 or 6639256. OLE color: 6639256.

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

Color convert

RGB15278101-
CMYK00.490.340.40
HSL341.35º32.17%45.1%-
HSV(B)341.35º48.68%59.61%-
XYZ18.0213.0613.88-
YUV102.75127.02163.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 78 (30.86% from 255) = 23.56%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=45.92%
G=23.56%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527810100.490.340.40341.3532.1745.1
Hex984E650312228155202d
Octal23011614506142505254055
Binary10011000100111011001010110001100010101000101010101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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