#7D4547

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

Shades of Solid Pink #7D4547

Tints of Solid Pink #7D4547

Color information

#7D4547 (or 0x7D4547) is unknown color: approx Solid Pink. HEX triplet: 7D, 45 and 47. RGB value is (125,69,71). Sum of RGB (Red+Green+Blue) = 125+69+71=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4547 is #82BAB8. Grayscale: #565656. Windows color (decimal): -8567481 or 4670845. OLE color: 4670845.

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

Color convert

RGB1256971-
CMYK00.450.430.51
HSL357.86º28.87%38.04%-
HSV(B)357.86º44.8%49.02%-
XYZ11.729.077.09-
YUV85.97119.55155.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.17%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 71 (28.12% from 255) = 26.79%
R=47.17%
G=26.04%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125697100.450.430.51357.8628.8738.04
Hex7D454702D2B331661d26
Octal17510510705553635463546
Binary111110110001011000111010110110101111001110110011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,69,71); }

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

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

 a { background-color: rgb(125,69,71); }

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

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

 span { border-color: rgb(125,69,71); }

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