#D82849

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

Shades of Amaranth #D82849

Tints of Amaranth #D82849

Color information

#D82849 (or 0xD82849) is unknown color: approx Amaranth. HEX triplet: D8, 28 and 49. RGB value is (216,40,73). Sum of RGB (Red+Green+Blue) = 216+40+73=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D82849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82849 is #27D7B6. Grayscale: #606060. Windows color (decimal): -2611127 or 4794584. OLE color: 4794584.

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

Color convert

RGB2164073-
CMYK00.810.660.15
HSL348.75º69.29%50.2%-
HSV(B)348.75º81.48%84.71%-
XYZ30.2816.67.91-
YUV96.39114.81213.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 65.65%
GREEN value IS 40 (16.02% from 255) = 12.16%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=65.65%
G=12.16%
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.15
SystemRedGreenBlueCMYKHSL
Decimal216407300.810.660.15348.7569.2950.2
HexD8284905142F15d4532
Octal3305011101211021753510562
Binary11011000101000100100101010001100001011111010111011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82849; }

 p { color: rgb(216,40,73); }

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

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

 a { background-color: rgb(216,40,73); }

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

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

 span { border-color: rgb(216,40,73); }

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