Shades of Auburn #732C2C
Tints of Auburn #732C2C
RGB
CMYK
RGB Variations
Color information
#732C2C (or 0x732C2C) is known color: Auburn. HEX triplet: 73, 2C and 2C. RGB value is (115,44,44). Sum of RGB (Red+Green+Blue) = 115+44+44=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #732C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732C2C is #8CD3D3. Grayscale: #414141. Windows color (decimal): -9229268 or 2894963. OLE color: 2894963.
HSL color Cylindrical-coordinate representation of color #732C2C: hue angle of 0º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #732C2C is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 44 | 44 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.55 |
| HSL | 0º | 0.45% | 0.31% | - |
| HSV(B) | 0º | 0.62% | 0.45% | - |
| XYZ | 8.43 | 5.63 | 3.03 | - |
| YUV | 65.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 44 | 0 | 0.62 | 0.62 | 0.55 | 0 | 0.45 | 0.31 |
| Hex | 73 | 2C | 2C | 0 | 3E | 3E | 37 | 0 | 2D | 1F |
| Octal | 163 | 54 | 54 | 0 | 76 | 76 | 67 | 0 | 55 | 37 |
| Binary | 1110011 | 101100 | 101100 | 0 | 111110 | 111110 | 110111 | 0 | 101101 | 11111 |
Color Harmonies of #732C2C
Complementary color
Monochromatic Colors of #732C2C
Black with #732C2C
Text Example
Text Example
White with #732C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C2C; }
p { color: rgb(115,44,44); }
H1.HeaderClassName
{
color: #732C2C;
}
.AnyTagClassName
{
color: #732C2C;
}
</style>
background-color css
<style>
a { background-color: #732C2C; }
a { background-color: rgb(115,44,44); }
div.DivClassName
{
background-color: #732C2C;
}
.BgClassName
{
background-color: #732C2C;
}
</style>
border-color css
<style>
span { border-color: #732C2C; }
span { border-color: rgb(115,44,44); }
td.TdClassName
{
border-color: #732C2C;
}
.TagClassName
{
border-color: #732C2C;
}
</style>