Html Css Color HEX #DB3843 Mahogany

📋 copy color: '#DB3843'

red 219 ◦ green 56 ◦ blue 67

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

Shades of Mahogany #DB3843

Tints of Mahogany #DB3843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.59%

R = 64.04%
G = 16.37%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB3843 (or 0xDB3843) is known color: Mahogany. HEX triplet: DB, 38 and 43. RGB value is (219,56,67). Sum of RGB (Red+Green+Blue) = 219+56+67=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3843 is #24C7BC. Grayscale: #6A6A6A. Windows color (decimal): -2410429 or 4405467. OLE color: 4405467.

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

Color convert

RGB 219 56 67 -
CMYK 0 0.74 0.69 0.14
HSL 355.95º 0.69% 0.54% -
HSV(B) 355.95º 0.74% 0.86% -
XYZ 31.64 18.29 7.17 -
YUV 105.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 219 56 67 0 0.74 0.69 0.14 355.95 0.69 0.54
Hex DB 38 43 0 4A 45 E 164 45 36
Octal 333 70 103 0 112 105 16 544 105 66
Binary 11011011 111000 1000011 0 1001010 1000101 1110 101100100 1000101 110110

Color Harmonies of #DB3843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3843

Black with #DB3843

Text Example


Text Example

White with #DB3843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3843; }

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

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

background-color css

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

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

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

border-color css

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

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

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