#D63D40

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

Shades of Mahogany #D63D40

Tints of Mahogany #D63D40

Color information

#D63D40 (or 0xD63D40) is unknown color: approx Mahogany. HEX triplet: D6, 3D and 40. RGB value is (214,61,64). Sum of RGB (Red+Green+Blue) = 214+61+64=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D40 is #29C2BF. Grayscale: #6B6B6B. Windows color (decimal): -2736832 or 4210134. OLE color: 4210134.

HSL color Cylindrical-coordinate representation of color #D63D40: hue angle of 358.82º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63D40 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB2146164-
CMYK00.710.700.16
HSL358.82º65.11%53.92%-
HSV(B)358.82º71.5%83.92%-
XYZ30.33186.73-
YUV107.09103.69204.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.13%
GREEN value IS 61 (24.22% from 255) = 17.99%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=63.13%
G=17.99%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214616400.710.700.16358.8265.1153.92
HexD63D4004746101674136
Octal3267510001071062054710166
Binary110101101111011000000010001111000110100001011001111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63D40; }

 p { color: rgb(214,61,64); }

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

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

 a { background-color: rgb(214,61,64); }

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

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

 span { border-color: rgb(214,61,64); }

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