Shades of Mahogany #C62B33
Tints of Mahogany #C62B33
RGB
CMYK
RGB Variations
Color information
#C62B33 (or 0xC62B33) is known color: Mahogany. HEX triplet: C6, 2B and 33. RGB value is (198,43,51). Sum of RGB (Red+Green+Blue) = 198+43+51=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62B33 is #39D4CC. Grayscale: #5A5A5A. Windows color (decimal): -3790029 or 3353542. OLE color: 3353542.
HSL color Cylindrical-coordinate representation of color #C62B33: hue angle of 356.9º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62B33 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 43 | 51 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.22 |
| HSL | 356.9º | 0.64% | 0.47% | - |
| HSV(B) | 356.9º | 0.78% | 0.78% | - |
| XYZ | 24.75 | 13.97 | 4.52 | - |
| YUV | 90.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 51 | 0 | 0.78 | 0.74 | 0.22 | 356.9 | 0.64 | 0.47 |
| Hex | C6 | 2B | 33 | 0 | 4E | 4A | 16 | 165 | 40 | 2F |
| Octal | 306 | 53 | 63 | 0 | 116 | 112 | 26 | 545 | 100 | 57 |
| Binary | 11000110 | 101011 | 110011 | 0 | 1001110 | 1001010 | 10110 | 101100101 | 1000000 | 101111 |
Color Harmonies of #C62B33
Complementary color
Monochromatic Colors of #C62B33
Black with #C62B33
Text Example
Text Example
White with #C62B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62B33; }
p { color: rgb(198,43,51); }
H1.HeaderClassName
{
color: #C62B33;
}
.AnyTagClassName
{
color: #C62B33;
}
</style>
background-color css
<style>
a { background-color: #C62B33; }
a { background-color: rgb(198,43,51); }
div.DivClassName
{
background-color: #C62B33;
}
.BgClassName
{
background-color: #C62B33;
}
</style>
border-color css
<style>
span { border-color: #C62B33; }
span { border-color: rgb(198,43,51); }
td.TdClassName
{
border-color: #C62B33;
}
.TagClassName
{
border-color: #C62B33;
}
</style>