Html Css Color HEX #DB4346 Mahogany

📋 copy color: '#DB4346'

red 219 ◦ green 67 ◦ blue 70

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

Shades of Mahogany #DB4346

Tints of Mahogany #DB4346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.82%

 BLUE value IS 70 (27.73% from 255) = 19.66%

R = 61.52%
G = 18.82%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB4346 (or 0xDB4346) is known color: Mahogany. HEX triplet: DB, 43 and 46. RGB value is (219,67,70). Sum of RGB (Red+Green+Blue) = 219+67+70=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4346 is #24BCB9. Grayscale: #707070. Windows color (decimal): -2407610 or 4604891. OLE color: 4604891.

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

Color convert

RGB 219 67 70 -
CMYK 0 0.69 0.68 0.14
HSL 358.82º 0.68% 0.56% -
HSV(B) 358.82º 0.69% 0.86% -
XYZ 32.33 19.52 7.86 -
YUV 112.79 103.86 203.76 -
System Red Green Blue C M Y K H S L
Decimal 219 67 70 0 0.69 0.68 0.14 358.82 0.68 0.56
Hex DB 43 46 0 45 44 E 167 44 38
Octal 333 103 106 0 105 104 16 547 104 70
Binary 11011011 1000011 1000110 0 1000101 1000100 1110 101100111 1000100 111000

Color Harmonies of #DB4346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4346

Black with #DB4346

Text Example


Text Example

White with #DB4346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4346; }

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

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

background-color css

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

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

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

border-color css

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

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

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