#994F58

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

Shades of Vin Rouge #994F58

Tints of Vin Rouge #994F58

Color information

#994F58 (or 0x994F58) is unknown color: approx Vin Rouge. HEX triplet: 99, 4F and 58. RGB value is (153,79,88). Sum of RGB (Red+Green+Blue) = 153+79+88=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #994F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F58 is #66B0A7. Grayscale: #666666. Windows color (decimal): -6729896 or 5787545. OLE color: 5787545.

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

Color convert

RGB1537988-
CMYK00.480.420.4
HSL352.7º31.9%45.49%-
HSV(B)352.7º48.37%60%-
XYZ17.6913.0710.82-
YUV102.15120.02164.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 79 (31.25% from 255) = 24.69%
BLUE value IS 88 (34.77% from 255) = 27.5%
R=47.81%
G=24.69%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153798800.480.420.4352.731.945.49
Hex994F580302A28161202d
Octal23111713006052505414055
Binary10011001100111110110000110000101010101000101100001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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