#D63A44

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

Shades of Mahogany #D63A44

Tints of Mahogany #D63A44

Color information

#D63A44 (or 0xD63A44) is unknown color: approx Mahogany. HEX triplet: D6, 3A and 44. RGB value is (214,58,68). Sum of RGB (Red+Green+Blue) = 214+58+68=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A44 is #29C5BB. Grayscale: #696969. Windows color (decimal): -2737596 or 4471510. OLE color: 4471510.

HSL color Cylindrical-coordinate representation of color #D63A44: hue angle of 356.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63A44 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB2145868-
CMYK00.730.680.16
HSL356.15º65.55%53.33%-
HSV(B)356.15º72.9%83.92%-
XYZ30.2917.747.3-
YUV105.78106.68205.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.94%
GREEN value IS 58 (23.05% from 255) = 17.06%
BLUE value IS 68 (26.95% from 255) = 20%
R=62.94%
G=17.06%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214586800.730.680.16356.1565.5553.33
HexD63A4404944101644235
Octal3267210401111042054410265
Binary110101101110101000100010010011000100100001011001001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63A44; }

 p { color: rgb(214,58,68); }

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

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

 a { background-color: rgb(214,58,68); }

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

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

 span { border-color: rgb(214,58,68); }

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