#994F6F

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

Shades of Vin Rouge #994F6F

Tints of Vin Rouge #994F6F

Color information

#994F6F (or 0x994F6F) is unknown color: approx Vin Rouge. HEX triplet: 99, 4F and 6F. RGB value is (153,79,111). Sum of RGB (Red+Green+Blue) = 153+79+111=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #994F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F6F is #66B090. Grayscale: #686868. Windows color (decimal): -6729873 or 7294873. OLE color: 7294873.

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

Color convert

RGB15379111-
CMYK00.480.270.4
HSL334.05º31.9%45.49%-
HSV(B)334.05º48.37%60%-
XYZ18.813.5116.66-
YUV104.77131.52162.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 111 (43.75% from 255) = 32.36%
R=44.61%
G=23.03%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537911100.480.270.4334.0531.945.49
Hex994F6F0301B2814e202d
Octal23111715706033505164055
Binary1001100110011111101111011000011011101000101001110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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