#7D4449

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

Shades of Solid Pink #7D4449

Tints of Solid Pink #7D4449

Color information

#7D4449 (or 0x7D4449) is unknown color: approx Solid Pink. HEX triplet: 7D, 44 and 49. RGB value is (125,68,73). Sum of RGB (Red+Green+Blue) = 125+68+73=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4449 is #82BBB6. Grayscale: #555555. Windows color (decimal): -8567735 or 4801661. OLE color: 4801661.

HSL color Cylindrical-coordinate representation of color #7D4449: hue angle of 354.74º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D4449 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB1256873-
CMYK00.460.420.51
HSL354.74º29.53%37.84%-
HSV(B)354.74º45.6%49.02%-
XYZ11.738.987.42-
YUV85.61120.88156.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.99%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=46.99%
G=25.56%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125687300.460.420.51354.7429.5337.84
Hex7D444902E2A331631e26
Octal17510411105652635433646
Binary111110110001001001001010111010101011001110110001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D4449; }

 p { color: rgb(125,68,73); }

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

<style>
 a { background-color: #7D4449; }

 a { background-color: rgb(125,68,73); }

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

<style>
 span { border-color: #7D4449; }

 span { border-color: rgb(125,68,73); }

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