#D54145

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

Shades of Mahogany #D54145

Tints of Mahogany #D54145

Color information

#D54145 (or 0xD54145) is unknown color: approx Mahogany. HEX triplet: D5, 41 and 45. RGB value is (213,65,69). Sum of RGB (Red+Green+Blue) = 213+65+69=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D54145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54145 is #2ABEBA. Grayscale: #6D6D6D. Windows color (decimal): -2801339 or 4538837. OLE color: 4538837.

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

Color convert

RGB2136569-
CMYK00.690.680.16
HSL358.38º63.79%54.51%-
HSV(B)358.38º69.48%83.53%-
XYZ30.4118.367.57-
YUV109.71105.03201.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.38%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=61.38%
G=18.73%
B=19.88%

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
Decimal213656900.690.680.16358.3863.7954.51
HexD5414504544101664037
Octal32510110501051042054610067
Binary1101010110000011000101010001011000100100001011001101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54145; }

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

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

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

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

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

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

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

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