#d14046

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

Shades of Mahogany #D14046

Tints of Mahogany #D14046

Color information

#D14046 (or 0xD14046) is unknown color: approx Mahogany. HEX triplet: D1, 40 and 46. RGB value is (209,64,70). Sum of RGB (Red+Green+Blue) = 209+64+70=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D14046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14046 is #2EBFB9. Grayscale: #6C6C6C. Windows color (decimal): -3063738 or 4604113. OLE color: 4604113.

HSL color Cylindrical-coordinate representation of color #D14046: hue angle of 357.52º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14046 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB2096470-
CMYK00.690.670.18
HSL357.52º61.18%53.53%-
HSV(B)357.52º69.38%81.96%-
XYZ29.2317.667.66-
YUV108.04106.54200.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.93%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 70 (27.73% from 255) = 20.41%
R=60.93%
G=18.66%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209647000.690.670.18357.5261.1853.53
HexD1404604543121663d36
Octal3211001060105103225467566
Binary110100011000000100011001000101100001110010101100110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d14046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d14046; }

 p { color: rgb(209,64,70); }

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

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

 a { background-color: rgb(209,64,70); }

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

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

 span { border-color: rgb(209,64,70); }

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