#D82845

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

Shades of Amaranth #D82845

Tints of Amaranth #D82845

Color information

#D82845 (or 0xD82845) is unknown color: approx Amaranth. HEX triplet: D8, 28 and 45. RGB value is (216,40,69). Sum of RGB (Red+Green+Blue) = 216+40+69=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D82845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82845 is #27D7BA. Grayscale: #5F5F5F. Windows color (decimal): -2611131 or 4532440. OLE color: 4532440.

HSL color Cylindrical-coordinate representation of color #D82845: hue angle of 350.11º 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 #D82845 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB2164069-
CMYK00.810.680.15
HSL350.11º69.29%50.2%-
HSV(B)350.11º81.48%84.71%-
XYZ30.1516.557.23-
YUV95.93112.81213.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 66.46%
GREEN value IS 40 (16.02% from 255) = 12.31%
BLUE value IS 69 (27.34% from 255) = 21.23%
R=66.46%
G=12.31%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216406900.810.680.15350.1169.2950.2
HexD8284505144F15e4532
Octal3305010501211041753610562
Binary11011000101000100010101010001100010011111010111101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82845; }

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

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

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

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

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

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

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

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