#D03740

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

Shades of Mahogany #D03740

Tints of Mahogany #D03740

Color information

#D03740 (or 0xD03740) is unknown color: approx Mahogany. HEX triplet: D0, 37 and 40. RGB value is (208,55,64). Sum of RGB (Red+Green+Blue) = 208+55+64=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D03740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03740 is #2FC8BF. Grayscale: #656565. Windows color (decimal): -3131584 or 4208592. OLE color: 4208592.

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

Color convert

RGB2085564-
CMYK00.740.690.18
HSL356.47º61.94%51.57%-
HSV(B)356.47º73.56%81.57%-
XYZ28.316.516.55-
YUV101.77106.69203.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 63.61%
GREEN value IS 55 (21.88% from 255) = 16.82%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=63.61%
G=16.82%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208556400.740.690.18356.4761.9451.57
HexD0374004A45121643e34
Octal320671000112105225447664
Binary11010000110111100000001001010100010110010101100100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03740; }

 p { color: rgb(208,55,64); }

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

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

 a { background-color: rgb(208,55,64); }

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

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

 span { border-color: rgb(208,55,64); }

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