Shades of Mahogany #B6393C
Tints of Mahogany #B6393C
RGB
CMYK
RGB Variations
Color information
#B6393C (or 0xB6393C) is known color: Mahogany. HEX triplet: B6, 39 and 3C. RGB value is (182,57,60). Sum of RGB (Red+Green+Blue) = 182+57+60=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B6393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6393C is #49C6C3. Grayscale: #5E5E5E. Windows color (decimal): -4835012 or 3946934. OLE color: 3946934.
HSL color Cylindrical-coordinate representation of color #B6393C: hue angle of 358.56º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6393C is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 57 | 60 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.29 |
| HSL | 358.56º | 0.52% | 0.47% | - |
| HSV(B) | 358.56º | 0.69% | 0.71% | - |
| XYZ | 21.57 | 13.2 | 5.69 | - |
| YUV | 94.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 60 | 0 | 0.69 | 0.67 | 0.29 | 358.56 | 0.52 | 0.47 |
| Hex | B6 | 39 | 3C | 0 | 45 | 43 | 1D | 167 | 34 | 2F |
| Octal | 266 | 71 | 74 | 0 | 105 | 103 | 35 | 547 | 64 | 57 |
| Binary | 10110110 | 111001 | 111100 | 0 | 1000101 | 1000011 | 11101 | 101100111 | 110100 | 101111 |
Color Harmonies of #B6393C
Complementary color
Monochromatic Colors of #B6393C
Black with #B6393C
Text Example
Text Example
White with #B6393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6393C; }
p { color: rgb(182,57,60); }
H1.HeaderClassName
{
color: #B6393C;
}
.AnyTagClassName
{
color: #B6393C;
}
</style>
background-color css
<style>
a { background-color: #B6393C; }
a { background-color: rgb(182,57,60); }
div.DivClassName
{
background-color: #B6393C;
}
.BgClassName
{
background-color: #B6393C;
}
</style>
border-color css
<style>
span { border-color: #B6393C; }
span { border-color: rgb(182,57,60); }
td.TdClassName
{
border-color: #B6393C;
}
.TagClassName
{
border-color: #B6393C;
}
</style>