Shades of Mahogany #C7323B
Tints of Mahogany #C7323B
RGB
CMYK
RGB Variations
Color information
#C7323B (or 0xC7323B) is known color: Mahogany. HEX triplet: C7, 32 and 3B. RGB value is (199,50,59). Sum of RGB (Red+Green+Blue) = 199+50+59=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7323B is #38CDC4. Grayscale: #5F5F5F. Windows color (decimal): -3722693 or 3879623. OLE color: 3879623.
HSL color Cylindrical-coordinate representation of color #C7323B: hue angle of 356.38º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7323B is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 59 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.22 |
| HSL | 356.38º | 0.6% | 0.49% | - |
| HSV(B) | 356.38º | 0.75% | 0.78% | - |
| XYZ | 25.48 | 14.74 | 5.64 | - |
| YUV | 95.58 | 107.36 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 59 | 0 | 0.75 | 0.70 | 0.22 | 356.38 | 0.6 | 0.49 |
| Hex | C7 | 32 | 3B | 0 | 4B | 46 | 16 | 164 | 3C | 31 |
| Octal | 307 | 62 | 73 | 0 | 113 | 106 | 26 | 544 | 74 | 61 |
| Binary | 11000111 | 110010 | 111011 | 0 | 1001011 | 1000110 | 10110 | 101100100 | 111100 | 110001 |
Color Harmonies of #C7323B
Complementary color
Monochromatic Colors of #C7323B
Black with #C7323B
Text Example
Text Example
White with #C7323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7323B; }
p { color: rgb(199,50,59); }
H1.HeaderClassName
{
color: #C7323B;
}
.AnyTagClassName
{
color: #C7323B;
}
</style>
background-color css
<style>
a { background-color: #C7323B; }
a { background-color: rgb(199,50,59); }
div.DivClassName
{
background-color: #C7323B;
}
.BgClassName
{
background-color: #C7323B;
}
</style>
border-color css
<style>
span { border-color: #C7323B; }
span { border-color: rgb(199,50,59); }
td.TdClassName
{
border-color: #C7323B;
}
.TagClassName
{
border-color: #C7323B;
}
</style>