#db363d

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

Shades of Mahogany #DB363D

Tints of Mahogany #DB363D

Color information

#DB363D (or 0xDB363D) is unknown color: approx Mahogany. HEX triplet: DB, 36 and 3D. RGB value is (219,54,61). Sum of RGB (Red+Green+Blue) = 219+54+61=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB363D is #24C9C2. Grayscale: #686868. Windows color (decimal): -2410947 or 4011739. OLE color: 4011739.

HSL color Cylindrical-coordinate representation of color #DB363D: hue angle of 357.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB363D is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB2195461-
CMYK00.750.720.14
HSL357.45º69.62%53.53%-
HSV(B)357.45º75.34%85.88%-
XYZ31.3718.046.24-
YUV104.13103.66209.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 65.57%
GREEN value IS 54 (21.48% from 255) = 16.17%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=65.57%
G=16.17%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219546100.750.720.14357.4569.6253.53
HexDB363D04B48E1654636
Octal333667501131101654510666
Binary1101101111011011110101001011100100011101011001011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db363d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db363d; }

 p { color: rgb(219,54,61); }

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

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

 a { background-color: rgb(219,54,61); }

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

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

 span { border-color: rgb(219,54,61); }

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