Html Css Color HEX #DB4041 Mahogany

📋 copy color: '#DB4041'

red 219 ◦ green 64 ◦ blue 65

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

Shades of Mahogany #DB4041

Tints of Mahogany #DB4041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 62.93%
G = 18.39%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB4041 (or 0xDB4041) is known color: Mahogany. HEX triplet: DB, 40 and 41. RGB value is (219,64,65). Sum of RGB (Red+Green+Blue) = 219+64+65=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4041 is #24BFBE. Grayscale: #6E6E6E. Windows color (decimal): -2408383 or 4276443. OLE color: 4276443.

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

Color convert

RGB 219 64 65 -
CMYK 0 0.71 0.70 0.14
HSL 359.61º 0.68% 0.55% -
HSV(B) 359.61º 0.71% 0.86% -
XYZ 32 19.11 7 -
YUV 110.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 219 64 65 0 0.71 0.70 0.14 359.61 0.68 0.55
Hex DB 40 41 0 47 46 E 168 44 37
Octal 333 100 101 0 107 106 16 550 104 67
Binary 11011011 1000000 1000001 0 1000111 1000110 1110 101101000 1000100 110111

Color Harmonies of #DB4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4041

Black with #DB4041

Text Example


Text Example

White with #DB4041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4041; }

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

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

background-color css

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

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

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

border-color css

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

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

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