#d63b3e

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

Shades of Mahogany #D63B3E

Tints of Mahogany #D63B3E

Color information

#D63B3E (or 0xD63B3E) is unknown color: approx Mahogany. HEX triplet: D6, 3B and 3E. RGB value is (214,59,62). Sum of RGB (Red+Green+Blue) = 214+59+62=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63B3E is #29C4C1. Grayscale: #696969. Windows color (decimal): -2737346 or 4078550. OLE color: 4078550.

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

Color convert

RGB2145962-
CMYK00.720.710.16
HSL358.84º65.4%53.53%-
HSV(B)358.84º72.43%83.92%-
XYZ30.1717.776.4-
YUV105.69103.35205.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.88%
GREEN value IS 59 (23.44% from 255) = 17.61%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=63.88%
G=17.61%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214596200.720.710.16358.8465.453.53
HexD63B3E04847101674136
Octal326737601101072054710166
Binary11010110111011111110010010001000111100001011001111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d63b3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d63b3e; }

 p { color: rgb(214,59,62); }

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

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

 a { background-color: rgb(214,59,62); }

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

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

 span { border-color: rgb(214,59,62); }

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