#944A4F

Color #944A4F Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #944A4F

Tints of Solid Pink #944A4F

Color information

#944A4F (or 0x944A4F) is unknown color: approx Solid Pink. HEX triplet: 94, 4A and 4F. RGB value is (148,74,79). Sum of RGB (Red+Green+Blue) = 148+74+79=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #944A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944A4F is #6BB5B0. Grayscale: #606060. Windows color (decimal): -7058865 or 5196436. OLE color: 5196436.

HSL color Cylindrical-coordinate representation of color #944A4F: hue angle of 355.95º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #944A4F is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1487479-
CMYK00.500.470.42
HSL355.95º33.33%43.53%-
HSV(B)355.95º50%58.04%-
XYZ16.0711.768.82-
YUV96.7118.02164.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.17%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=49.17%
G=24.58%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148747900.500.470.42355.9533.3343.53
Hex944A4F0322F2A164212c
Octal22411211706257525444154
Binary10010100100101010011110110010101111101010101100100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944A4F; }

 p { color: rgb(148,74,79); }

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

<style>
 a { background-color: #944A4F; }

 a { background-color: rgb(148,74,79); }

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

<style>
 span { border-color: #944A4F; }

 span { border-color: rgb(148,74,79); }

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