#D03A41

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

Shades of Mahogany #D03A41

Tints of Mahogany #D03A41

Color information

#D03A41 (or 0xD03A41) is unknown color: approx Mahogany. HEX triplet: D0, 3A and 41. RGB value is (208,58,65). Sum of RGB (Red+Green+Blue) = 208+58+65=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03A41 is #2FC5BE. Grayscale: #676767. Windows color (decimal): -3130815 or 4274896. OLE color: 4274896.

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

Color convert

RGB2085865-
CMYK00.720.690.18
HSL357.2º61.48%52.16%-
HSV(B)357.2º72.12%81.57%-
XYZ28.4816.826.75-
YUV103.65106.2202.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 62.84%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=62.84%
G=17.52%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208586500.720.690.18357.261.4852.16
HexD03A4104845121653d34
Octal320721010110105225457564
Binary11010000111010100000101001000100010110010101100101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03A41; }

 p { color: rgb(208,58,65); }

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

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

 a { background-color: rgb(208,58,65); }

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

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

 span { border-color: rgb(208,58,65); }

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