Shades of Mahogany #C3272B
Tints of Mahogany #C3272B
RGB
CMYK
RGB Variations
Color information
#C3272B (or 0xC3272B) is known color: Mahogany. HEX triplet: C3, 27 and 2B. RGB value is (195,39,43). Sum of RGB (Red+Green+Blue) = 195+39+43=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3272B is #3CD8D4. Grayscale: #565656. Windows color (decimal): -3987669 or 2828227. OLE color: 2828227.
HSL color Cylindrical-coordinate representation of color #C3272B: hue angle of 358.46º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3272B is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 39 | 43 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.24 |
| HSL | 358.46º | 0.67% | 0.46% | - |
| HSV(B) | 358.46º | 0.8% | 0.76% | - |
| XYZ | 23.67 | 13.23 | 3.59 | - |
| YUV | 86.1 | 103.68 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 43 | 0 | 0.80 | 0.78 | 0.24 | 358.46 | 0.67 | 0.46 |
| Hex | C3 | 27 | 2B | 0 | 50 | 4E | 18 | 166 | 43 | 2E |
| Octal | 303 | 47 | 53 | 0 | 120 | 116 | 30 | 546 | 103 | 56 |
| Binary | 11000011 | 100111 | 101011 | 0 | 1010000 | 1001110 | 11000 | 101100110 | 1000011 | 101110 |
Color Harmonies of #C3272B
Complementary color
Monochromatic Colors of #C3272B
Black with #C3272B
Text Example
Text Example
White with #C3272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3272B; }
p { color: rgb(195,39,43); }
H1.HeaderClassName
{
color: #C3272B;
}
.AnyTagClassName
{
color: #C3272B;
}
</style>
background-color css
<style>
a { background-color: #C3272B; }
a { background-color: rgb(195,39,43); }
div.DivClassName
{
background-color: #C3272B;
}
.BgClassName
{
background-color: #C3272B;
}
</style>
border-color css
<style>
span { border-color: #C3272B; }
span { border-color: rgb(195,39,43); }
td.TdClassName
{
border-color: #C3272B;
}
.TagClassName
{
border-color: #C3272B;
}
</style>