Html Css Color HEX #DB4045 Mahogany

📋 copy color: '#DB4045'

red 219 ◦ green 64 ◦ blue 69

#DB4045
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #DB4045

Tints of Mahogany #DB4045

RGB

 RED value IS 219 (85.94% from 255) = 62.22%

 GREEN value IS 64 (25.39% from 255) = 18.18%

 BLUE value IS 69 (27.34% from 255) = 19.6%

R = 62.22%
G = 18.18%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB4045 (or 0xDB4045) is known color: Mahogany. HEX triplet: DB, 40 and 45. RGB value is (219,64,69). Sum of RGB (Red+Green+Blue) = 219+64+69=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4045 is #24BFBA. Grayscale: #6F6F6F. Windows color (decimal): -2408379 or 4538587. OLE color: 4538587.

HSL color Cylindrical-coordinate representation of color #DB4045: hue angle of 358.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4045 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 64 69 -
CMYK 0 0.71 0.68 0.14
HSL 358.06º 0.68% 0.55% -
HSV(B) 358.06º 0.71% 0.86% -
XYZ 32.12 19.16 7.63 -
YUV 110.92 104.35 205.09 -
System Red Green Blue C M Y K H S L
Decimal 219 64 69 0 0.71 0.68 0.14 358.06 0.68 0.55
Hex DB 40 45 0 47 44 E 166 44 37
Octal 333 100 105 0 107 104 16 546 104 67
Binary 11011011 1000000 1000101 0 1000111 1000100 1110 101100110 1000100 110111

Color Harmonies of #DB4045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4045

Black with #DB4045

Text Example


Text Example

White with #DB4045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4045; }

 p { color: rgb(219,64,69); }

 H1.HeaderClassName
 {
   color: #DB4045;
 }
 .AnyTagClassName
 {
   color: #DB4045;
 }
</style>

background-color css

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

 a { background-color: rgb(219,64,69); }

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

border-color css

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

 span { border-color: rgb(219,64,69); }

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