Html Css Color HEX #DB3A3D Mahogany

📋 copy color: '#DB3A3D'

red 219 ◦ green 58 ◦ blue 61

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

Shades of Mahogany #DB3A3D

Tints of Mahogany #DB3A3D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

 BLUE value IS 61 (24.22% from 255) = 18.05%

R = 64.79%
G = 17.16%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB3A3D (or 0xDB3A3D) is known color: Mahogany. HEX triplet: DB, 3A and 3D. RGB value is (219,58,61). Sum of RGB (Red+Green+Blue) = 219+58+61=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A3D is #24C5C2. Grayscale: #6A6A6A. Windows color (decimal): -2409923 or 4012763. OLE color: 4012763.

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

Color convert

RGB 219 58 61 -
CMYK 0 0.74 0.72 0.14
HSL 358.88º 0.69% 0.54% -
HSV(B) 358.88º 0.74% 0.86% -
XYZ 31.57 18.42 6.31 -
YUV 106.48 102.34 208.26 -
System Red Green Blue C M Y K H S L
Decimal 219 58 61 0 0.74 0.72 0.14 358.88 0.69 0.54
Hex DB 3A 3D 0 4A 48 E 167 45 36
Octal 333 72 75 0 112 110 16 547 105 66
Binary 11011011 111010 111101 0 1001010 1001000 1110 101100111 1000101 110110

Color Harmonies of #DB3A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A3D

Black with #DB3A3D

Text Example


Text Example

White with #DB3A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A3D; }

 p { color: rgb(219,58,61); }

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

background-color css

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

 a { background-color: rgb(219,58,61); }

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

border-color css

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

 span { border-color: rgb(219,58,61); }

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