#D72748

Color #D72748 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #D72748

Tints of Amaranth #D72748

Color information

#D72748 (or 0xD72748) is unknown color: approx Amaranth. HEX triplet: D7, 27 and 48. RGB value is (215,39,72). Sum of RGB (Red+Green+Blue) = 215+39+72=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D72748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72748 is #28D8B7. Grayscale: #5F5F5F. Windows color (decimal): -2676920 or 4728791. OLE color: 4728791.

HSL color Cylindrical-coordinate representation of color #D72748: hue angle of 348.75º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72748 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB2153972-
CMYK00.820.670.16
HSL348.75º69.29%49.8%-
HSV(B)348.75º81.86%84.31%-
XYZ29.9216.377.71-
YUV95.39114.81213.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.95%
GREEN value IS 39 (15.62% from 255) = 11.96%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=65.95%
G=11.96%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215397200.820.670.16348.7569.2949.8
HexD72748052431015d4532
Octal3274711001221032053510562
Binary110101111001111001000010100101000011100001010111011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72748; }

 p { color: rgb(215,39,72); }

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

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

 a { background-color: rgb(215,39,72); }

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

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

 span { border-color: rgb(215,39,72); }

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