Html Css Color HEX #DB4344 Mahogany

📋 copy color: '#DB4344'

red 219 ◦ green 67 ◦ blue 68

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

Shades of Mahogany #DB4344

Tints of Mahogany #DB4344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.93%

 BLUE value IS 68 (26.95% from 255) = 19.21%

R = 61.86%
G = 18.93%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB4344 (or 0xDB4344) is known color: Mahogany. HEX triplet: DB, 43 and 44. RGB value is (219,67,68). Sum of RGB (Red+Green+Blue) = 219+67+68=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4344 is #24BCBB. Grayscale: #707070. Windows color (decimal): -2407612 or 4473819. OLE color: 4473819.

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

Color convert

RGB 219 67 68 -
CMYK 0 0.69 0.69 0.14
HSL 359.61º 0.68% 0.56% -
HSV(B) 359.61º 0.69% 0.86% -
XYZ 32.26 19.49 7.53 -
YUV 112.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 219 67 68 0 0.69 0.69 0.14 359.61 0.68 0.56
Hex DB 43 44 0 45 45 E 168 44 38
Octal 333 103 104 0 105 105 16 550 104 70
Binary 11011011 1000011 1000100 0 1000101 1000101 1110 101101000 1000100 111000

Color Harmonies of #DB4344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4344

Black with #DB4344

Text Example


Text Example

White with #DB4344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4344; }

 p { color: rgb(219,67,68); }

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

background-color css

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

 a { background-color: rgb(219,67,68); }

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

border-color css

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

 span { border-color: rgb(219,67,68); }

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