#D63743

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

Shades of Mahogany #D63743

Tints of Mahogany #D63743

Color information

#D63743 (or 0xD63743) is unknown color: approx Mahogany. HEX triplet: D6, 37 and 43. RGB value is (214,55,67). Sum of RGB (Red+Green+Blue) = 214+55+67=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D63743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63743 is #29C8BC. Grayscale: #686868. Windows color (decimal): -2738365 or 4405206. OLE color: 4405206.

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

Color convert

RGB2145567-
CMYK00.740.690.16
HSL355.47º65.98%52.75%-
HSV(B)355.47º74.3%83.92%-
XYZ30.1117.437.09-
YUV103.91107.18206.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.69%
GREEN value IS 55 (21.88% from 255) = 16.37%
BLUE value IS 67 (26.56% from 255) = 19.94%
R=63.69%
G=16.37%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214556700.740.690.16355.4765.9852.75
HexD6374304A45101634235
Octal3266710301121052054310265
Binary110101101101111000011010010101000101100001011000111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63743; }

 p { color: rgb(214,55,67); }

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

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

 a { background-color: rgb(214,55,67); }

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

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

 span { border-color: rgb(214,55,67); }

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