#D72949

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

Shades of Amaranth #D72949

Tints of Amaranth #D72949

Color information

#D72949 (or 0xD72949) is unknown color: approx Amaranth. HEX triplet: D7, 29 and 49. RGB value is (215,41,73). Sum of RGB (Red+Green+Blue) = 215+41+73=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D72949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72949 is #28D6B6. Grayscale: #606060. Windows color (decimal): -2676407 or 4794839. OLE color: 4794839.

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

Color convert

RGB2154173-
CMYK00.810.660.16
HSL348.97º68.5%50.2%-
HSV(B)348.97º80.93%84.31%-
XYZ30.0216.517.91-
YUV96.67114.65212.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 65.35%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=65.35%
G=12.46%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215417300.810.660.16348.9768.550.2
HexD72949051421015d4532
Octal3275111101211022053510562
Binary110101111010011001001010100011000010100001010111011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72949; }

 p { color: rgb(215,41,73); }

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

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

 a { background-color: rgb(215,41,73); }

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

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

 span { border-color: rgb(215,41,73); }

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