Shades of Mahogany #B62C2D
Tints of Mahogany #B62C2D
RGB
CMYK
RGB Variations
Color information
#B62C2D (or 0xB62C2D) is known color: Mahogany. HEX triplet: B6, 2C and 2D. RGB value is (182,44,45). Sum of RGB (Red+Green+Blue) = 182+44+45=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B62C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62C2D is #49D3D2. Grayscale: #555555. Windows color (decimal): -4838355 or 2960566. OLE color: 2960566.
HSL color Cylindrical-coordinate representation of color #B62C2D: hue angle of 359.57º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62C2D is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 44 | 45 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.29 |
| HSL | 359.57º | 0.61% | 0.44% | - |
| HSV(B) | 359.57º | 0.76% | 0.71% | - |
| XYZ | 20.67 | 11.94 | 3.7 | - |
| YUV | 85.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 44 | 45 | 0 | 0.76 | 0.75 | 0.29 | 359.57 | 0.61 | 0.44 |
| Hex | B6 | 2C | 2D | 0 | 4C | 4B | 1D | 168 | 3D | 2C |
| Octal | 266 | 54 | 55 | 0 | 114 | 113 | 35 | 550 | 75 | 54 |
| Binary | 10110110 | 101100 | 101101 | 0 | 1001100 | 1001011 | 11101 | 101101000 | 111101 | 101100 |
Color Harmonies of #B62C2D
Complementary color
Monochromatic Colors of #B62C2D
Black with #B62C2D
Text Example
Text Example
White with #B62C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62C2D; }
p { color: rgb(182,44,45); }
H1.HeaderClassName
{
color: #B62C2D;
}
.AnyTagClassName
{
color: #B62C2D;
}
</style>
background-color css
<style>
a { background-color: #B62C2D; }
a { background-color: rgb(182,44,45); }
div.DivClassName
{
background-color: #B62C2D;
}
.BgClassName
{
background-color: #B62C2D;
}
</style>
border-color css
<style>
span { border-color: #B62C2D; }
span { border-color: rgb(182,44,45); }
td.TdClassName
{
border-color: #B62C2D;
}
.TagClassName
{
border-color: #B62C2D;
}
</style>