#994F57

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

Shades of Vin Rouge #994F57

Tints of Vin Rouge #994F57

Color information

#994F57 (or 0x994F57) is unknown color: approx Vin Rouge. HEX triplet: 99, 4F and 57. RGB value is (153,79,87). Sum of RGB (Red+Green+Blue) = 153+79+87=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #994F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F57 is #66B0A8. Grayscale: #666666. Windows color (decimal): -6729897 or 5722009. OLE color: 5722009.

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

Color convert

RGB1537987-
CMYK00.480.430.4
HSL353.51º31.9%45.49%-
HSV(B)353.51º48.37%60%-
XYZ17.6513.0510.61-
YUV102.04119.52164.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 79 (31.25% from 255) = 24.76%
BLUE value IS 87 (34.38% from 255) = 27.27%
R=47.96%
G=24.76%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153798700.480.430.4353.5131.945.49
Hex994F570302B28162202d
Octal23111712706053505424055
Binary10011001100111110101110110000101011101000101100010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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