Html Css Color HEX #DB3842 Mahogany

📋 copy color: '#DB3842'

red 219 ◦ green 56 ◦ blue 66

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

Shades of Mahogany #DB3842

Tints of Mahogany #DB3842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.35%

R = 64.22%
G = 16.42%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB3842 (or 0xDB3842) is known color: Mahogany. HEX triplet: DB, 38 and 42. RGB value is (219,56,66). Sum of RGB (Red+Green+Blue) = 219+56+66=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3842 is #24C7BD. Grayscale: #6A6A6A. Windows color (decimal): -2410430 or 4339931. OLE color: 4339931.

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

Color convert

RGB 219 56 66 -
CMYK 0 0.74 0.70 0.14
HSL 356.32º 0.69% 0.54% -
HSV(B) 356.32º 0.74% 0.86% -
XYZ 31.61 18.28 7.02 -
YUV 105.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 219 56 66 0 0.74 0.70 0.14 356.32 0.69 0.54
Hex DB 38 42 0 4A 46 E 164 45 36
Octal 333 70 102 0 112 106 16 544 105 66
Binary 11011011 111000 1000010 0 1001010 1000110 1110 101100100 1000101 110110

Color Harmonies of #DB3842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3842

Black with #DB3842

Text Example


Text Example

White with #DB3842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3842; }

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

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

background-color css

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

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

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

border-color css

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

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

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