Shades of Auburn #732C2B
Tints of Auburn #732C2B
RGB
CMYK
RGB Variations
Color information
#732C2B (or 0x732C2B) is known color: Auburn. HEX triplet: 73, 2C and 2B. RGB value is (115,44,43). Sum of RGB (Red+Green+Blue) = 115+44+43=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #732C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732C2B is #8CD3D4. Grayscale: #414141. Windows color (decimal): -9229269 or 2829427. OLE color: 2829427.
HSL color Cylindrical-coordinate representation of color #732C2B: hue angle of 0.83º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732C2B is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 44 | 43 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.55 |
| HSL | 0.83º | 0.46% | 0.31% | - |
| HSV(B) | 0.83º | 0.63% | 0.45% | - |
| XYZ | 8.41 | 5.62 | 2.93 | - |
| YUV | 65.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 43 | 0 | 0.62 | 0.63 | 0.55 | 0.83 | 0.46 | 0.31 |
| Hex | 73 | 2C | 2B | 0 | 3E | 3F | 37 | 1 | 2E | 1F |
| Octal | 163 | 54 | 53 | 0 | 76 | 77 | 67 | 1 | 56 | 37 |
| Binary | 1110011 | 101100 | 101011 | 0 | 111110 | 111111 | 110111 | 1 | 101110 | 11111 |
Color Harmonies of #732C2B
Complementary color
Monochromatic Colors of #732C2B
Black with #732C2B
Text Example
Text Example
White with #732C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C2B; }
p { color: rgb(115,44,43); }
H1.HeaderClassName
{
color: #732C2B;
}
.AnyTagClassName
{
color: #732C2B;
}
</style>
background-color css
<style>
a { background-color: #732C2B; }
a { background-color: rgb(115,44,43); }
div.DivClassName
{
background-color: #732C2B;
}
.BgClassName
{
background-color: #732C2B;
}
</style>
border-color css
<style>
span { border-color: #732C2B; }
span { border-color: rgb(115,44,43); }
td.TdClassName
{
border-color: #732C2B;
}
.TagClassName
{
border-color: #732C2B;
}
</style>