#994E5F

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

Shades of Vin Rouge #994E5F

Tints of Vin Rouge #994E5F

Color information

#994E5F (or 0x994E5F) is unknown color: approx Vin Rouge. HEX triplet: 99, 4E and 5F. RGB value is (153,78,95). Sum of RGB (Red+Green+Blue) = 153+78+95=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #994E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E5F is #66B1A0. Grayscale: #666666. Windows color (decimal): -6730145 or 6246041. OLE color: 6246041.

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

Color convert

RGB1537895-
CMYK00.490.380.4
HSL346.4º32.47%45.29%-
HSV(B)346.4º49.02%60%-
XYZ17.9313.0512.4-
YUV102.36123.85164.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 78 (30.86% from 255) = 23.93%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=46.93%
G=23.93%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153789500.490.380.4346.432.4745.29
Hex994E5F031262815a202d
Octal23111613706146505324055
Binary10011001100111010111110110001100110101000101011010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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