Html Css Color HEX #DB3840 Mahogany

📋 copy color: '#DB3840'

red 219 ◦ green 56 ◦ blue 64

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

Shades of Mahogany #DB3840

Tints of Mahogany #DB3840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.52%

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 64.6%
G = 16.52%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB3840 (or 0xDB3840) is known color: Mahogany. HEX triplet: DB, 38 and 40. RGB value is (219,56,64). Sum of RGB (Red+Green+Blue) = 219+56+64=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3840 is #24C7BF. Grayscale: #696969. Windows color (decimal): -2410432 or 4208859. OLE color: 4208859.

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

Color convert

RGB 219 56 64 -
CMYK 0 0.74 0.71 0.14
HSL 357.06º 0.69% 0.54% -
HSV(B) 357.06º 0.74% 0.86% -
XYZ 31.55 18.26 6.71 -
YUV 105.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 219 56 64 0 0.74 0.71 0.14 357.06 0.69 0.54
Hex DB 38 40 0 4A 47 E 165 45 36
Octal 333 70 100 0 112 107 16 545 105 66
Binary 11011011 111000 1000000 0 1001010 1000111 1110 101100101 1000101 110110

Color Harmonies of #DB3840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3840

Black with #DB3840

Text Example


Text Example

White with #DB3840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3840; }

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

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

background-color css

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

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

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

border-color css

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

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

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