Shades of Mahogany #B33C3D
Tints of Mahogany #B33C3D
RGB
CMYK
RGB Variations
Color information
#B33C3D (or 0xB33C3D) is known color: Mahogany. HEX triplet: B3, 3C and 3D. RGB value is (179,60,61). Sum of RGB (Red+Green+Blue) = 179+60+61=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C3D is #4CC3C2. Grayscale: #5F5F5F. Windows color (decimal): -5030851 or 4013235. OLE color: 4013235.
HSL color Cylindrical-coordinate representation of color #B33C3D: hue angle of 359.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33C3D is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 61 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.30 |
| HSL | 359.5º | 0.5% | 0.47% | - |
| HSV(B) | 359.5º | 0.66% | 0.7% | - |
| XYZ | 21.05 | 13.15 | 5.84 | - |
| YUV | 95.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 61 | 0 | 0.66 | 0.66 | 0.30 | 359.5 | 0.5 | 0.47 |
| Hex | B3 | 3C | 3D | 0 | 42 | 42 | 1E | 167 | 32 | 2F |
| Octal | 263 | 74 | 75 | 0 | 102 | 102 | 36 | 547 | 62 | 57 |
| Binary | 10110011 | 111100 | 111101 | 0 | 1000010 | 1000010 | 11110 | 101100111 | 110010 | 101111 |
Color Harmonies of #B33C3D
Complementary color
Monochromatic Colors of #B33C3D
Black with #B33C3D
Text Example
Text Example
White with #B33C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C3D; }
p { color: rgb(179,60,61); }
H1.HeaderClassName
{
color: #B33C3D;
}
.AnyTagClassName
{
color: #B33C3D;
}
</style>
background-color css
<style>
a { background-color: #B33C3D; }
a { background-color: rgb(179,60,61); }
div.DivClassName
{
background-color: #B33C3D;
}
.BgClassName
{
background-color: #B33C3D;
}
</style>
border-color css
<style>
span { border-color: #B33C3D; }
span { border-color: rgb(179,60,61); }
td.TdClassName
{
border-color: #B33C3D;
}
.TagClassName
{
border-color: #B33C3D;
}
</style>