#D0373A

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

Shades of Mahogany #D0373A

Tints of Mahogany #D0373A

Color information

#D0373A (or 0xD0373A) is unknown color: approx Mahogany. HEX triplet: D0, 37 and 3A. RGB value is (208,55,58). Sum of RGB (Red+Green+Blue) = 208+55+58=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0373A is #2FC8C5. Grayscale: #656565. Windows color (decimal): -3131590 or 3815376. OLE color: 3815376.

HSL color Cylindrical-coordinate representation of color #D0373A: hue angle of 358.82º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0373A is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB2085558-
CMYK00.740.720.18
HSL358.82º61.94%51.57%-
HSV(B)358.82º73.56%81.57%-
XYZ28.1416.455.69-
YUV101.09103.69204.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 64.80%
GREEN value IS 55 (21.88% from 255) = 17.13%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=64.80%
G=17.13%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208555800.740.720.18358.8261.9451.57
HexD0373A04A48121673e34
Octal32067720112110225477664
Binary1101000011011111101001001010100100010010101100111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0373A; }

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

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

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

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

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

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

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

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