#994F66

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

Shades of Vin Rouge #994F66

Tints of Vin Rouge #994F66

Color information

#994F66 (or 0x994F66) is unknown color: approx Vin Rouge. HEX triplet: 99, 4F and 66. RGB value is (153,79,102). Sum of RGB (Red+Green+Blue) = 153+79+102=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #994F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F66 is #66B099. Grayscale: #676767. Windows color (decimal): -6729882 or 6705049. OLE color: 6705049.

HSL color Cylindrical-coordinate representation of color #994F66: 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.48%. Process color model (Four color, CMYK) of #994F66 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB15379102-
CMYK00.480.330.4
HSL341.35º31.9%45.49%-
HSV(B)341.35º48.37%60%-
XYZ18.3313.3214.18-
YUV103.75127.02163.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 79 (31.25% from 255) = 23.65%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=45.81%
G=23.65%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537910200.480.330.4341.3531.945.49
Hex994F660302128155202d
Octal23111714606041505254055
Binary10011001100111111001100110000100001101000101010101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,79,102); }

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

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

 a { background-color: rgb(153,79,102); }

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

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

 span { border-color: rgb(153,79,102); }

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