#DA393D

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

Shades of Mahogany #DA393D

Tints of Mahogany #DA393D

Color information

#DA393D (or 0xDA393D) is unknown color: approx Mahogany. HEX triplet: DA, 39 and 3D. RGB value is (218,57,61). Sum of RGB (Red+Green+Blue) = 218+57+61=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA393D is #25C6C2. Grayscale: #696969. Windows color (decimal): -2475715 or 4012506. OLE color: 4012506.

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

Color convert

RGB2185761-
CMYK00.740.720.15
HSL358.51º68.51%53.92%-
HSV(B)358.51º73.85%85.49%-
XYZ31.2218.176.28-
YUV105.6102.84208.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.88%
GREEN value IS 57 (22.66% from 255) = 16.96%
BLUE value IS 61 (24.22% from 255) = 18.15%
R=64.88%
G=16.96%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218576100.740.720.15358.5168.5153.92
HexDA393D04A48F1674536
Octal332717501121101754710566
Binary1101101011100111110101001010100100011111011001111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA393D; }

 p { color: rgb(218,57,61); }

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

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

 a { background-color: rgb(218,57,61); }

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

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

 span { border-color: rgb(218,57,61); }

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