Shades of Mahogany #B7383C
Tints of Mahogany #B7383C
RGB
CMYK
RGB Variations
Color information
#B7383C (or 0xB7383C) is known color: Mahogany. HEX triplet: B7, 38 and 3C. RGB value is (183,56,60). Sum of RGB (Red+Green+Blue) = 183+56+60=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B7383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7383C is #48C7C3. Grayscale: #5E5E5E. Windows color (decimal): -4769732 or 3946679. OLE color: 3946679.
HSL color Cylindrical-coordinate representation of color #B7383C: hue angle of 358.11º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7383C is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 60 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.28 |
| HSL | 358.11º | 0.53% | 0.47% | - |
| HSV(B) | 358.11º | 0.69% | 0.72% | - |
| XYZ | 21.76 | 13.22 | 5.68 | - |
| YUV | 94.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 60 | 0 | 0.69 | 0.67 | 0.28 | 358.11 | 0.53 | 0.47 |
| Hex | B7 | 38 | 3C | 0 | 45 | 43 | 1C | 166 | 35 | 2F |
| Octal | 267 | 70 | 74 | 0 | 105 | 103 | 34 | 546 | 65 | 57 |
| Binary | 10110111 | 111000 | 111100 | 0 | 1000101 | 1000011 | 11100 | 101100110 | 110101 | 101111 |
Color Harmonies of #B7383C
Complementary color
Monochromatic Colors of #B7383C
Black with #B7383C
Text Example
Text Example
White with #B7383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7383C; }
p { color: rgb(183,56,60); }
H1.HeaderClassName
{
color: #B7383C;
}
.AnyTagClassName
{
color: #B7383C;
}
</style>
background-color css
<style>
a { background-color: #B7383C; }
a { background-color: rgb(183,56,60); }
div.DivClassName
{
background-color: #B7383C;
}
.BgClassName
{
background-color: #B7383C;
}
</style>
border-color css
<style>
span { border-color: #B7383C; }
span { border-color: rgb(183,56,60); }
td.TdClassName
{
border-color: #B7383C;
}
.TagClassName
{
border-color: #B7383C;
}
</style>