Html Css Color HEX #DB3B43 Mahogany

📋 copy color: '#DB3B43'

red 219 ◦ green 59 ◦ blue 67

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

Shades of Mahogany #DB3B43

Tints of Mahogany #DB3B43

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.1%

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

R = 63.48%
G = 17.1%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB3B43 (or 0xDB3B43) is known color: Mahogany. HEX triplet: DB, 3B and 43. RGB value is (219,59,67). Sum of RGB (Red+Green+Blue) = 219+59+67=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3B43 is #24C4BC. Grayscale: #6B6B6B. Windows color (decimal): -2409661 or 4406235. OLE color: 4406235.

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

Color convert

RGB 219 59 67 -
CMYK 0 0.73 0.69 0.14
HSL 357º 0.69% 0.55% -
HSV(B) 357º 0.73% 0.86% -
XYZ 31.79 18.59 7.22 -
YUV 107.75 105.01 207.35 -
System Red Green Blue C M Y K H S L
Decimal 219 59 67 0 0.73 0.69 0.14 357 0.69 0.55
Hex DB 3B 43 0 49 45 E 165 45 37
Octal 333 73 103 0 111 105 16 545 105 67
Binary 11011011 111011 1000011 0 1001001 1000101 1110 101100101 1000101 110111

Color Harmonies of #DB3B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3B43

Black with #DB3B43

Text Example


Text Example

White with #DB3B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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