#DB3638

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

Shades of Mahogany #DB3638

Tints of Mahogany #DB3638

Color information

#DB3638 (or 0xDB3638) is unknown color: approx Mahogany. HEX triplet: DB, 36 and 38. RGB value is (219,54,56). Sum of RGB (Red+Green+Blue) = 219+54+56=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3638 is #24C9C7. Grayscale: #676767. Windows color (decimal): -2410952 or 3684059. OLE color: 3684059.

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

Color convert

RGB2195456-
CMYK00.750.740.14
HSL359.27º69.62%53.53%-
HSV(B)359.27º75.34%85.88%-
XYZ31.2517.985.57-
YUV103.56101.16210.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 66.57%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 56 (22.27% from 255) = 17.02%
R=66.57%
G=16.41%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219545600.750.740.14359.2769.6253.53
HexDB363804B4AE1674636
Octal333667001131121654710666
Binary1101101111011011100001001011100101011101011001111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3638; }

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

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

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

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

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

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

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

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