#D82F49

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

Shades of Amaranth #D82F49

Tints of Amaranth #D82F49

Color information

#D82F49 (or 0xD82F49) is unknown color: approx Amaranth. HEX triplet: D8, 2F and 49. RGB value is (216,47,73). Sum of RGB (Red+Green+Blue) = 216+47+73=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82F49 is #27D0B6. Grayscale: #646464. Windows color (decimal): -2609335 or 4796376. OLE color: 4796376.

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

Color convert

RGB2164773-
CMYK00.780.660.15
HSL350.77º68.42%51.57%-
HSV(B)350.77º78.24%84.71%-
XYZ30.5417.118-
YUV100.5112.49210.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 64.29%
GREEN value IS 47 (18.75% from 255) = 13.99%
BLUE value IS 73 (28.91% from 255) = 21.73%
R=64.29%
G=13.99%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216477300.780.660.15350.7768.4251.57
HexD82F4904E42F15f4434
Octal3305711101161021753710464
Binary11011000101111100100101001110100001011111010111111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82F49; }

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

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

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

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

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

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

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

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