#994E62

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

Shades of Vin Rouge #994E62

Tints of Vin Rouge #994E62

Color information

#994E62 (or 0x994E62) is unknown color: approx Vin Rouge. HEX triplet: 99, 4E and 62. RGB value is (153,78,98). Sum of RGB (Red+Green+Blue) = 153+78+98=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #994E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E62 is #66B19D. Grayscale: #666666. Windows color (decimal): -6730142 or 6442649. OLE color: 6442649.

HSL color Cylindrical-coordinate representation of color #994E62: hue angle of 344º 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 #994E62 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB1537898-
CMYK00.490.360.4
HSL344º32.47%45.29%-
HSV(B)344º49.02%60%-
XYZ18.0713.113.13-
YUV102.7125.35163.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 78 (30.86% from 255) = 23.71%
BLUE value IS 98 (38.67% from 255) = 29.79%
R=46.50%
G=23.71%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153789800.490.360.434432.4745.29
Hex994E620312428158202d
Octal23111614206144505304055
Binary10011001100111011000100110001100100101000101011000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994E62; }

 p { color: rgb(153,78,98); }

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

<style>
 a { background-color: #994E62; }

 a { background-color: rgb(153,78,98); }

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

<style>
 span { border-color: #994E62; }

 span { border-color: rgb(153,78,98); }

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