#D4373A

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

Shades of Mahogany #D4373A

Tints of Mahogany #D4373A

Color information

#D4373A (or 0xD4373A) is unknown color: approx Mahogany. HEX triplet: D4, 37 and 3A. RGB value is (212,55,58). Sum of RGB (Red+Green+Blue) = 212+55+58=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D4373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4373A is #2BC8C5. Grayscale: #666666. Windows color (decimal): -2869446 or 3815380. OLE color: 3815380.

HSL color Cylindrical-coordinate representation of color #D4373A: hue angle of 358.85º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4373A is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB2125558-
CMYK00.740.730.17
HSL358.85º64.61%52.35%-
HSV(B)358.85º74.06%83.14%-
XYZ29.2817.035.75-
YUV102.28103.01206.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 65.23%
GREEN value IS 55 (21.88% from 255) = 16.92%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=65.23%
G=16.92%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212555800.740.730.17358.8564.6152.35
HexD4373A04A49111674134
Octal324677201121112154710164
Binary11010100110111111010010010101001001100011011001111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4373A; }

 p { color: rgb(212,55,58); }

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

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

 a { background-color: rgb(212,55,58); }

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

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

 span { border-color: rgb(212,55,58); }

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