Shades of Mahogany #BE272D
Tints of Mahogany #BE272D
RGB
CMYK
RGB Variations
Color information
#BE272D (or 0xBE272D) is known color: Mahogany. HEX triplet: BE, 27 and 2D. RGB value is (190,39,45). Sum of RGB (Red+Green+Blue) = 190+39+45=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE272D is #41D8D2. Grayscale: #545454. Windows color (decimal): -4315347 or 2959294. OLE color: 2959294.
HSL color Cylindrical-coordinate representation of color #BE272D: hue angle of 357.62º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE272D is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 39 | 45 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.25 |
| HSL | 357.62º | 0.66% | 0.45% | - |
| HSV(B) | 357.62º | 0.79% | 0.75% | - |
| XYZ | 22.43 | 12.59 | 3.73 | - |
| YUV | 84.83 | 105.53 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 39 | 45 | 0 | 0.79 | 0.76 | 0.25 | 357.62 | 0.66 | 0.45 |
| Hex | BE | 27 | 2D | 0 | 4F | 4C | 19 | 166 | 42 | 2D |
| Octal | 276 | 47 | 55 | 0 | 117 | 114 | 31 | 546 | 102 | 55 |
| Binary | 10111110 | 100111 | 101101 | 0 | 1001111 | 1001100 | 11001 | 101100110 | 1000010 | 101101 |
Color Harmonies of #BE272D
Complementary color
Monochromatic Colors of #BE272D
Black with #BE272D
Text Example
Text Example
White with #BE272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE272D; }
p { color: rgb(190,39,45); }
H1.HeaderClassName
{
color: #BE272D;
}
.AnyTagClassName
{
color: #BE272D;
}
</style>
background-color css
<style>
a { background-color: #BE272D; }
a { background-color: rgb(190,39,45); }
div.DivClassName
{
background-color: #BE272D;
}
.BgClassName
{
background-color: #BE272D;
}
</style>
border-color css
<style>
span { border-color: #BE272D; }
span { border-color: rgb(190,39,45); }
td.TdClassName
{
border-color: #BE272D;
}
.TagClassName
{
border-color: #BE272D;
}
</style>