#D4373B

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

Shades of Mahogany #D4373B

Tints of Mahogany #D4373B

Color information

#D4373B (or 0xD4373B) is unknown color: approx Mahogany. HEX triplet: D4, 37 and 3B. RGB value is (212,55,59). Sum of RGB (Red+Green+Blue) = 212+55+59=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D4373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4373B is #2BC8C4. Grayscale: #666666. Windows color (decimal): -2869445 or 3880916. OLE color: 3880916.

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

Color convert

RGB2125559-
CMYK00.740.720.17
HSL358.47º64.61%52.35%-
HSV(B)358.47º74.06%83.14%-
XYZ29.3117.055.88-
YUV102.4103.51206.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 65.03%
GREEN value IS 55 (21.88% from 255) = 16.87%
BLUE value IS 59 (23.44% from 255) = 18.10%
R=65.03%
G=16.87%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212555900.740.720.17358.4764.6152.35
HexD4373B04A48111664134
Octal324677301121102154610164
Binary11010100110111111011010010101001000100011011001101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4373B; }

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

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

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

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

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

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

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

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