#D63D41

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

Shades of Mahogany #D63D41

Tints of Mahogany #D63D41

Color information

#D63D41 (or 0xD63D41) is unknown color: approx Mahogany. HEX triplet: D6, 3D and 41. RGB value is (214,61,65). Sum of RGB (Red+Green+Blue) = 214+61+65=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D41 is #29C2BE. Grayscale: #6B6B6B. Windows color (decimal): -2736831 or 4275670. OLE color: 4275670.

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

Color convert

RGB2146165-
CMYK00.710.700.16
HSL358.43º65.11%53.92%-
HSV(B)358.43º71.5%83.92%-
XYZ30.3518.026.88-
YUV107.2104.19204.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.94%
GREEN value IS 61 (24.22% from 255) = 17.94%
BLUE value IS 65 (25.78% from 255) = 19.12%
R=62.94%
G=17.94%
B=19.12%

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
Decimal214616500.710.700.16358.4365.1153.92
HexD63D4104746101664136
Octal3267510101071062054610166
Binary110101101111011000001010001111000110100001011001101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63D41; }

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

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

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

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

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

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

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

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