#DA3843

Color #DA3843 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #DA3843

Tints of Mahogany #DA3843

Color information

#DA3843 (or 0xDA3843) is unknown color: approx Mahogany. HEX triplet: DA, 38 and 43. RGB value is (218,56,67). Sum of RGB (Red+Green+Blue) = 218+56+67=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3843 is #25C7BC. Grayscale: #696969. Windows color (decimal): -2475965 or 4405466. OLE color: 4405466.

HSL color Cylindrical-coordinate representation of color #DA3843: hue angle of 355.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3843 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB2185667-
CMYK00.740.690.15
HSL355.93º68.64%53.73%-
HSV(B)355.93º74.31%85.49%-
XYZ31.3418.147.16-
YUV105.69106.17208.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 63.93%
GREEN value IS 56 (22.27% from 255) = 16.42%
BLUE value IS 67 (26.56% from 255) = 19.65%
R=63.93%
G=16.42%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218566700.740.690.15355.9368.6453.73
HexDA384304A45F1644536
Octal3327010301121051754410566
Binary11011010111000100001101001010100010111111011001001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3843; }

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

 H1.HeaderClassName
 {
   color: #DA3843;
 }
 .AnyTagClassName
 {
   color: #DA3843;
 }
</style>
background-color css

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

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

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

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

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

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