#D82A49

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

Shades of Amaranth #D82A49

Tints of Amaranth #D82A49

Color information

#D82A49 (or 0xD82A49) is unknown color: approx Amaranth. HEX triplet: D8, 2A and 49. RGB value is (216,42,73). Sum of RGB (Red+Green+Blue) = 216+42+73=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82A49 is #27D5B6. Grayscale: #616161. Windows color (decimal): -2610615 or 4795096. OLE color: 4795096.

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

Color convert

RGB2164273-
CMYK00.810.660.15
HSL349.31º69.05%50.59%-
HSV(B)349.31º80.56%84.71%-
XYZ30.3516.747.93-
YUV97.56114.15212.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 65.26%
GREEN value IS 42 (16.80% from 255) = 12.69%
BLUE value IS 73 (28.91% from 255) = 22.05%
R=65.26%
G=12.69%
B=22.05%

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
Decimal216427300.810.660.15349.3169.0550.59
HexD82A4905142F15d4533
Octal3305211101211021753510563
Binary11011000101010100100101010001100001011111010111011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82A49; }

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

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

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

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

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

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

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

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