#DC3B44

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

Shades of Mahogany #DC3B44

Tints of Mahogany #DC3B44

Color information

#DC3B44 (or 0xDC3B44) is unknown color: approx Mahogany. HEX triplet: DC, 3B and 44. RGB value is (220,59,68). Sum of RGB (Red+Green+Blue) = 220+59+68=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B44 is #23C4BB. Grayscale: #6C6C6C. Windows color (decimal): -2344124 or 4471772. OLE color: 4471772.

HSL color Cylindrical-coordinate representation of color #DC3B44: hue angle of 356.65º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3B44 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB2205968-
CMYK00.730.690.14
HSL356.65º69.7%54.71%-
HSV(B)356.65º73.18%86.27%-
XYZ32.1218.767.4-
YUV108.16105.34207.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 63.40%
GREEN value IS 59 (23.44% from 255) = 17.00%
BLUE value IS 68 (26.95% from 255) = 19.60%
R=63.40%
G=17.00%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220596800.730.690.14356.6569.754.71
HexDC3B4404945E1654637
Octal3347310401111051654510667
Binary11011100111011100010001001001100010111101011001011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3B44; }

 p { color: rgb(220,59,68); }

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

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

 a { background-color: rgb(220,59,68); }

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

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

 span { border-color: rgb(220,59,68); }

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