#984E64

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

Shades of Vin Rouge #984E64

Tints of Vin Rouge #984E64

Color information

#984E64 (or 0x984E64) is unknown color: approx Vin Rouge. HEX triplet: 98, 4E and 64. RGB value is (152,78,100). Sum of RGB (Red+Green+Blue) = 152+78+100=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #984E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E64 is #67B19B. Grayscale: #666666. Windows color (decimal): -6795676 or 6573720. OLE color: 6573720.

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

Color convert

RGB15278100-
CMYK00.490.340.40
HSL342.16º32.17%45.1%-
HSV(B)342.16º48.68%59.61%-
XYZ17.9713.0413.63-
YUV102.63126.52163.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 78 (30.86% from 255) = 23.64%
BLUE value IS 100 (39.45% from 255) = 30.30%
R=46.06%
G=23.64%
B=30.30%

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
Decimal1527810000.490.340.40342.1632.1745.1
Hex984E640312228156202d
Octal23011614406142505264055
Binary10011000100111011001000110001100010101000101010110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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