#D63742

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

Shades of Mahogany #D63742

Tints of Mahogany #D63742

Color information

#D63742 (or 0xD63742) is unknown color: approx Mahogany. HEX triplet: D6, 37 and 42. RGB value is (214,55,66). Sum of RGB (Red+Green+Blue) = 214+55+66=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D63742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63742 is #29C8BD. Grayscale: #676767. Windows color (decimal): -2738366 or 4339670. OLE color: 4339670.

HSL color Cylindrical-coordinate representation of color #D63742: hue angle of 355.85º 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 #D63742 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB2145566-
CMYK00.740.690.16
HSL355.85º65.98%52.75%-
HSV(B)355.85º74.3%83.92%-
XYZ30.0817.426.93-
YUV103.79106.68206.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.88%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 66 (26.17% from 255) = 19.70%
R=63.88%
G=16.42%
B=19.70%

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
Decimal214556600.740.690.16355.8565.9852.75
HexD6374204A45101644235
Octal3266710201121052054410265
Binary110101101101111000010010010101000101100001011001001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63742; }

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

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

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

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

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

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

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

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