#D54446

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

Shades of Mahogany #D54446

Tints of Mahogany #D54446

Color information

#D54446 (or 0xD54446) is unknown color: approx Mahogany. HEX triplet: D5, 44 and 46. RGB value is (213,68,70). Sum of RGB (Red+Green+Blue) = 213+68+70=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D54446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54446 is #2ABBB9. Grayscale: #6F6F6F. Windows color (decimal): -2800570 or 4605141. OLE color: 4605141.

HSL color Cylindrical-coordinate representation of color #D54446: hue angle of 359.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54446 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB2136870-
CMYK00.680.670.16
HSL359.17º63.32%55.1%-
HSV(B)359.17º68.08%83.53%-
XYZ30.6118.727.79-
YUV111.58104.54200.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.68%
GREEN value IS 68 (26.95% from 255) = 19.37%
BLUE value IS 70 (27.73% from 255) = 19.94%
R=60.68%
G=19.37%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213687000.680.670.16359.1763.3255.1
HexD5444604443101673f37
Octal3251041060104103205477767
Binary110101011000100100011001000100100001110000101100111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54446; }

 p { color: rgb(213,68,70); }

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

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

 a { background-color: rgb(213,68,70); }

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

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

 span { border-color: rgb(213,68,70); }

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