#904D4E

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

Shades of Solid Pink #904D4E

Tints of Solid Pink #904D4E

Color information

#904D4E (or 0x904D4E) is unknown color: approx Solid Pink. HEX triplet: 90, 4D and 4E. RGB value is (144,77,78). Sum of RGB (Red+Green+Blue) = 144+77+78=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #904D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904D4E is #6FB2B1. Grayscale: #616161. Windows color (decimal): -7320242 or 5131664. OLE color: 5131664.

HSL color Cylindrical-coordinate representation of color #904D4E: hue angle of 359.1º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #904D4E is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1447778-
CMYK00.470.460.44
HSL359.1º30.32%43.33%-
HSV(B)359.1º46.53%56.47%-
XYZ15.5311.798.66-
YUV97.15117.2161.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.16%
GREEN value IS 77 (30.47% from 255) = 25.75%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=48.16%
G=25.75%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144777800.470.460.44359.130.3243.33
Hex904D4E02F2E2C1671e2b
Octal22011511605756545473653
Binary1001000010011011001110010111110111010110010110011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904D4E; }

 p { color: rgb(144,77,78); }

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

<style>
 a { background-color: #904D4E; }

 a { background-color: rgb(144,77,78); }

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

<style>
 span { border-color: #904D4E; }

 span { border-color: rgb(144,77,78); }

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