Shades of Mahogany #B52F32
Tints of Mahogany #B52F32
RGB
CMYK
RGB Variations
Color information
#B52F32 (or 0xB52F32) is known color: Mahogany. HEX triplet: B5, 2F and 32. RGB value is (181,47,50). Sum of RGB (Red+Green+Blue) = 181+47+50=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52F32 is #4AD0CD. Grayscale: #575757. Windows color (decimal): -4903118 or 3289013. OLE color: 3289013.
HSL color Cylindrical-coordinate representation of color #B52F32: hue angle of 358.66º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B52F32 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 50 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.29 |
| HSL | 358.66º | 0.59% | 0.45% | - |
| HSV(B) | 358.66º | 0.74% | 0.71% | - |
| XYZ | 20.65 | 12.09 | 4.26 | - |
| YUV | 87.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 50 | 0 | 0.74 | 0.72 | 0.29 | 358.66 | 0.59 | 0.45 |
| Hex | B5 | 2F | 32 | 0 | 4A | 48 | 1D | 167 | 3B | 2D |
| Octal | 265 | 57 | 62 | 0 | 112 | 110 | 35 | 547 | 73 | 55 |
| Binary | 10110101 | 101111 | 110010 | 0 | 1001010 | 1001000 | 11101 | 101100111 | 111011 | 101101 |
Color Harmonies of #B52F32
Complementary color
Monochromatic Colors of #B52F32
Black with #B52F32
Text Example
Text Example
White with #B52F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52F32; }
p { color: rgb(181,47,50); }
H1.HeaderClassName
{
color: #B52F32;
}
.AnyTagClassName
{
color: #B52F32;
}
</style>
background-color css
<style>
a { background-color: #B52F32; }
a { background-color: rgb(181,47,50); }
div.DivClassName
{
background-color: #B52F32;
}
.BgClassName
{
background-color: #B52F32;
}
</style>
border-color css
<style>
span { border-color: #B52F32; }
span { border-color: rgb(181,47,50); }
td.TdClassName
{
border-color: #B52F32;
}
.TagClassName
{
border-color: #B52F32;
}
</style>