#994F56

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

Shades of Vin Rouge #994F56

Tints of Vin Rouge #994F56

Color information

#994F56 (or 0x994F56) is unknown color: approx Vin Rouge. HEX triplet: 99, 4F and 56. RGB value is (153,79,86). Sum of RGB (Red+Green+Blue) = 153+79+86=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #994F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F56 is #66B0A9. Grayscale: #656565. Windows color (decimal): -6729898 or 5656473. OLE color: 5656473.

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

Color convert

RGB1537986-
CMYK00.480.440.4
HSL354.32º31.9%45.49%-
HSV(B)354.32º48.37%60%-
XYZ17.6113.0410.39-
YUV101.92119.02164.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 86 (33.98% from 255) = 27.04%
R=48.11%
G=24.84%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153798600.480.440.4354.3231.945.49
Hex994F560302C28162202d
Octal23111712606054505424055
Binary10011001100111110101100110000101100101000101100010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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