Shades of Mahogany #B52F33
Tints of Mahogany #B52F33
RGB
CMYK
RGB Variations
Color information
#B52F33 (or 0xB52F33) is known color: Mahogany. HEX triplet: B5, 2F and 33. RGB value is (181,47,51). Sum of RGB (Red+Green+Blue) = 181+47+51=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52F33 is #4AD0CC. Grayscale: #575757. Windows color (decimal): -4903117 or 3354549. OLE color: 3354549.
HSL color Cylindrical-coordinate representation of color #B52F33: hue angle of 358.21º 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 #B52F33 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 51 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.29 |
| HSL | 358.21º | 0.59% | 0.45% | - |
| HSV(B) | 358.21º | 0.74% | 0.71% | - |
| XYZ | 20.67 | 12.1 | 4.38 | - |
| YUV | 87.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 51 | 0 | 0.74 | 0.72 | 0.29 | 358.21 | 0.59 | 0.45 |
| Hex | B5 | 2F | 33 | 0 | 4A | 48 | 1D | 166 | 3B | 2D |
| Octal | 265 | 57 | 63 | 0 | 112 | 110 | 35 | 546 | 73 | 55 |
| Binary | 10110101 | 101111 | 110011 | 0 | 1001010 | 1001000 | 11101 | 101100110 | 111011 | 101101 |
Color Harmonies of #B52F33
Complementary color
Monochromatic Colors of #B52F33
Black with #B52F33
Text Example
Text Example
White with #B52F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52F33; }
p { color: rgb(181,47,51); }
H1.HeaderClassName
{
color: #B52F33;
}
.AnyTagClassName
{
color: #B52F33;
}
</style>
background-color css
<style>
a { background-color: #B52F33; }
a { background-color: rgb(181,47,51); }
div.DivClassName
{
background-color: #B52F33;
}
.BgClassName
{
background-color: #B52F33;
}
</style>
border-color css
<style>
span { border-color: #B52F33; }
span { border-color: rgb(181,47,51); }
td.TdClassName
{
border-color: #B52F33;
}
.TagClassName
{
border-color: #B52F33;
}
</style>