Shades of Mahogany #B62F32
Tints of Mahogany #B62F32
RGB
CMYK
RGB Variations
Color information
#B62F32 (or 0xB62F32) is known color: Mahogany. HEX triplet: B6, 2F and 32. RGB value is (182,47,50). Sum of RGB (Red+Green+Blue) = 182+47+50=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62F32 is #49D0CD. Grayscale: #575757. Windows color (decimal): -4837582 or 3289014. OLE color: 3289014.
HSL color Cylindrical-coordinate representation of color #B62F32: hue angle of 358.67º 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 #B62F32 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 47 | 50 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.29 |
| HSL | 358.67º | 0.59% | 0.45% | - |
| HSV(B) | 358.67º | 0.74% | 0.71% | - |
| XYZ | 20.88 | 12.21 | 4.27 | - |
| YUV | 87.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 47 | 50 | 0 | 0.74 | 0.73 | 0.29 | 358.67 | 0.59 | 0.45 |
| Hex | B6 | 2F | 32 | 0 | 4A | 49 | 1D | 167 | 3B | 2D |
| Octal | 266 | 57 | 62 | 0 | 112 | 111 | 35 | 547 | 73 | 55 |
| Binary | 10110110 | 101111 | 110010 | 0 | 1001010 | 1001001 | 11101 | 101100111 | 111011 | 101101 |
Color Harmonies of #B62F32
Complementary color
Monochromatic Colors of #B62F32
Black with #B62F32
Text Example
Text Example
White with #B62F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62F32; }
p { color: rgb(182,47,50); }
H1.HeaderClassName
{
color: #B62F32;
}
.AnyTagClassName
{
color: #B62F32;
}
</style>
background-color css
<style>
a { background-color: #B62F32; }
a { background-color: rgb(182,47,50); }
div.DivClassName
{
background-color: #B62F32;
}
.BgClassName
{
background-color: #B62F32;
}
</style>
border-color css
<style>
span { border-color: #B62F32; }
span { border-color: rgb(182,47,50); }
td.TdClassName
{
border-color: #B62F32;
}
.TagClassName
{
border-color: #B62F32;
}
</style>