Shades of Mahogany #AF3839
Tints of Mahogany #AF3839
RGB
CMYK
RGB Variations
Color information
#AF3839 (or 0xAF3839) is known color: Mahogany. HEX triplet: AF, 38 and 39. RGB value is (175,56,57). Sum of RGB (Red+Green+Blue) = 175+56+57=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3839 is #50C7C6. Grayscale: #5B5B5B. Windows color (decimal): -5294023 or 3750063. OLE color: 3750063.
HSL color Cylindrical-coordinate representation of color #AF3839: hue angle of 359.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3839 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 57 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.31 |
| HSL | 359.5º | 0.52% | 0.45% | - |
| HSV(B) | 359.5º | 0.68% | 0.69% | - |
| XYZ | 19.83 | 12.24 | 5.19 | - |
| YUV | 91.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 57 | 0 | 0.68 | 0.67 | 0.31 | 359.5 | 0.52 | 0.45 |
| Hex | AF | 38 | 39 | 0 | 44 | 43 | 1F | 167 | 34 | 2D |
| Octal | 257 | 70 | 71 | 0 | 104 | 103 | 37 | 547 | 64 | 55 |
| Binary | 10101111 | 111000 | 111001 | 0 | 1000100 | 1000011 | 11111 | 101100111 | 110100 | 101101 |
Color Harmonies of #AF3839
Complementary color
Monochromatic Colors of #AF3839
Black with #AF3839
Text Example
Text Example
White with #AF3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3839; }
p { color: rgb(175,56,57); }
H1.HeaderClassName
{
color: #AF3839;
}
.AnyTagClassName
{
color: #AF3839;
}
</style>
background-color css
<style>
a { background-color: #AF3839; }
a { background-color: rgb(175,56,57); }
div.DivClassName
{
background-color: #AF3839;
}
.BgClassName
{
background-color: #AF3839;
}
</style>
border-color css
<style>
span { border-color: #AF3839; }
span { border-color: rgb(175,56,57); }
td.TdClassName
{
border-color: #AF3839;
}
.TagClassName
{
border-color: #AF3839;
}
</style>