#D54144

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

Shades of Mahogany #D54144

Tints of Mahogany #D54144

Color information

#D54144 (or 0xD54144) is unknown color: approx Mahogany. HEX triplet: D5, 41 and 44. RGB value is (213,65,68). Sum of RGB (Red+Green+Blue) = 213+65+68=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D54144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54144 is #2ABEBB. Grayscale: #6D6D6D. Windows color (decimal): -2801340 or 4473301. OLE color: 4473301.

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

Color convert

RGB2136568-
CMYK00.690.680.16
HSL358.78º63.79%54.51%-
HSV(B)358.78º69.48%83.53%-
XYZ30.3718.347.41-
YUV109.59104.53201.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.56%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 68 (26.95% from 255) = 19.65%
R=61.56%
G=18.79%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213656800.690.680.16358.7863.7954.51
HexD5414404544101674037
Octal32510110401051042054710067
Binary1101010110000011000100010001011000100100001011001111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54144; }

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

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

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

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

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

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

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

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