#994F6C

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

Shades of Vin Rouge #994F6C

Tints of Vin Rouge #994F6C

Color information

#994F6C (or 0x994F6C) is unknown color: approx Vin Rouge. HEX triplet: 99, 4F and 6C. RGB value is (153,79,108). Sum of RGB (Red+Green+Blue) = 153+79+108=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #994F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F6C is #66B093. Grayscale: #686868. Windows color (decimal): -6729876 or 7098265. OLE color: 7098265.

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

Color convert

RGB15379108-
CMYK00.480.290.4
HSL336.49º31.9%45.49%-
HSV(B)336.49º48.37%60%-
XYZ18.6413.4515.8-
YUV104.43130.02162.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 79 (31.25% from 255) = 23.24%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=45%
G=23.24%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537910800.480.290.4336.4931.945.49
Hex994F6C0301D28150202d
Octal23111715406035505204055
Binary1001100110011111101100011000011101101000101010000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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