Shades of Auburn #722C2B
Tints of Auburn #722C2B
RGB
CMYK
RGB Variations
Color information
#722C2B (or 0x722C2B) is known color: Auburn. HEX triplet: 72, 2C and 2B. RGB value is (114,44,43). Sum of RGB (Red+Green+Blue) = 114+44+43=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #722C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C2B is #8DD3D4. Grayscale: #404040. Windows color (decimal): -9294805 or 2829426. OLE color: 2829426.
HSL color Cylindrical-coordinate representation of color #722C2B: hue angle of 0.85º 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 #722C2B is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 43 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.55 |
| HSL | 0.85º | 0.45% | 0.31% | - |
| HSV(B) | 0.85º | 0.62% | 0.45% | - |
| XYZ | 8.28 | 5.55 | 2.92 | - |
| YUV | 64.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 43 | 0 | 0.61 | 0.62 | 0.55 | 0.85 | 0.45 | 0.31 |
| Hex | 72 | 2C | 2B | 0 | 3D | 3E | 37 | 1 | 2D | 1F |
| Octal | 162 | 54 | 53 | 0 | 75 | 76 | 67 | 1 | 55 | 37 |
| Binary | 1110010 | 101100 | 101011 | 0 | 111101 | 111110 | 110111 | 1 | 101101 | 11111 |
Color Harmonies of #722C2B
Complementary color
Monochromatic Colors of #722C2B
Black with #722C2B
Text Example
Text Example
White with #722C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C2B; }
p { color: rgb(114,44,43); }
H1.HeaderClassName
{
color: #722C2B;
}
.AnyTagClassName
{
color: #722C2B;
}
</style>
background-color css
<style>
a { background-color: #722C2B; }
a { background-color: rgb(114,44,43); }
div.DivClassName
{
background-color: #722C2B;
}
.BgClassName
{
background-color: #722C2B;
}
</style>
border-color css
<style>
span { border-color: #722C2B; }
span { border-color: rgb(114,44,43); }
td.TdClassName
{
border-color: #722C2B;
}
.TagClassName
{
border-color: #722C2B;
}
</style>