#994F5C

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

Shades of Vin Rouge #994F5C

Tints of Vin Rouge #994F5C

Color information

#994F5C (or 0x994F5C) is unknown color: approx Vin Rouge. HEX triplet: 99, 4F and 5C. RGB value is (153,79,92). Sum of RGB (Red+Green+Blue) = 153+79+92=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #994F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F5C is #66B0A3. Grayscale: #666666. Windows color (decimal): -6729892 or 6049689. OLE color: 6049689.

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

Color convert

RGB1537992-
CMYK00.480.400.4
HSL349.46º31.9%45.49%-
HSV(B)349.46º48.37%60%-
XYZ17.8613.1411.72-
YUV102.61122.02163.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 79 (31.25% from 255) = 24.38%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=47.22%
G=24.38%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153799200.480.400.4349.4631.945.49
Hex994F5C030282815d202d
Octal23111713406050505354055
Binary10011001100111110111000110000101000101000101011101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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