#994F5A

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

Shades of Vin Rouge #994F5A

Tints of Vin Rouge #994F5A

Color information

#994F5A (or 0x994F5A) is unknown color: approx Vin Rouge. HEX triplet: 99, 4F and 5A. RGB value is (153,79,90). Sum of RGB (Red+Green+Blue) = 153+79+90=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #994F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F5A is #66B0A5. Grayscale: #666666. Windows color (decimal): -6729894 or 5918617. OLE color: 5918617.

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

Color convert

RGB1537990-
CMYK00.480.410.4
HSL351.08º31.9%45.49%-
HSV(B)351.08º48.37%60%-
XYZ17.7813.111.26-
YUV102.38121.02164.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 79 (31.25% from 255) = 24.53%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=47.52%
G=24.53%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153799000.480.410.4351.0831.945.49
Hex994F5A030292815f202d
Octal23111713206051505374055
Binary10011001100111110110100110000101001101000101011111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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