Shades of Mahogany #D23742
Tints of Mahogany #D23742
RGB
CMYK
RGB Variations
Color information
#D23742 (or 0xD23742) is known color: Mahogany. HEX triplet: D2, 37 and 42. RGB value is (210,55,66). Sum of RGB (Red+Green+Blue) = 210+55+66=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D23742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23742 is #2DC8BD. Grayscale: #666666. Windows color (decimal): -3000510 or 4339666. OLE color: 4339666.
HSL color Cylindrical-coordinate representation of color #D23742: hue angle of 355.74º degrees, saturation: 0.63, 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 #D23742 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 66 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.18 |
| HSL | 355.74º | 0.63% | 0.52% | - |
| HSV(B) | 355.74º | 0.74% | 0.82% | - |
| XYZ | 28.93 | 16.83 | 6.88 | - |
| YUV | 102.6 | 107.35 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 66 | 0 | 0.74 | 0.69 | 0.18 | 355.74 | 0.63 | 0.52 |
| Hex | D2 | 37 | 42 | 0 | 4A | 45 | 12 | 164 | 3F | 34 |
| Octal | 322 | 67 | 102 | 0 | 112 | 105 | 22 | 544 | 77 | 64 |
| Binary | 11010010 | 110111 | 1000010 | 0 | 1001010 | 1000101 | 10010 | 101100100 | 111111 | 110100 |
Color Harmonies of #D23742
Complementary color
Monochromatic Colors of #D23742
Black with #D23742
Text Example
Text Example
White with #D23742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23742; }
p { color: rgb(210,55,66); }
H1.HeaderClassName
{
color: #D23742;
}
.AnyTagClassName
{
color: #D23742;
}
</style>
background-color css
<style>
a { background-color: #D23742; }
a { background-color: rgb(210,55,66); }
div.DivClassName
{
background-color: #D23742;
}
.BgClassName
{
background-color: #D23742;
}
</style>
border-color css
<style>
span { border-color: #D23742; }
span { border-color: rgb(210,55,66); }
td.TdClassName
{
border-color: #D23742;
}
.TagClassName
{
border-color: #D23742;
}
</style>