Shades of Mahogany #B3383B
Tints of Mahogany #B3383B
RGB
CMYK
RGB Variations
Color information
#B3383B (or 0xB3383B) is known color: Mahogany. HEX triplet: B3, 38 and 3B. RGB value is (179,56,59). Sum of RGB (Red+Green+Blue) = 179+56+59=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B3383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3383B is #4CC7C4. Grayscale: #5D5D5D. Windows color (decimal): -5031877 or 3881139. OLE color: 3881139.
HSL color Cylindrical-coordinate representation of color #B3383B: hue angle of 358.54º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3383B is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 59 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.30 |
| HSL | 358.54º | 0.52% | 0.46% | - |
| HSV(B) | 358.54º | 0.69% | 0.7% | - |
| XYZ | 20.79 | 12.73 | 5.5 | - |
| YUV | 93.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 59 | 0 | 0.69 | 0.67 | 0.30 | 358.54 | 0.52 | 0.46 |
| Hex | B3 | 38 | 3B | 0 | 45 | 43 | 1E | 167 | 34 | 2E |
| Octal | 263 | 70 | 73 | 0 | 105 | 103 | 36 | 547 | 64 | 56 |
| Binary | 10110011 | 111000 | 111011 | 0 | 1000101 | 1000011 | 11110 | 101100111 | 110100 | 101110 |
Color Harmonies of #B3383B
Complementary color
Monochromatic Colors of #B3383B
Black with #B3383B
Text Example
Text Example
White with #B3383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3383B; }
p { color: rgb(179,56,59); }
H1.HeaderClassName
{
color: #B3383B;
}
.AnyTagClassName
{
color: #B3383B;
}
</style>
background-color css
<style>
a { background-color: #B3383B; }
a { background-color: rgb(179,56,59); }
div.DivClassName
{
background-color: #B3383B;
}
.BgClassName
{
background-color: #B3383B;
}
</style>
border-color css
<style>
span { border-color: #B3383B; }
span { border-color: rgb(179,56,59); }
td.TdClassName
{
border-color: #B3383B;
}
.TagClassName
{
border-color: #B3383B;
}
</style>