Shades of Auburn #722A23
Tints of Auburn #722A23
RGB
CMYK
RGB Variations
Color information
#722A23 (or 0x722A23) is known color: Auburn. HEX triplet: 72, 2A and 23. RGB value is (114,42,35). Sum of RGB (Red+Green+Blue) = 114+42+35=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #722A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A23 is #8DD5DC. Grayscale: #3E3E3E. Windows color (decimal): -9295325 or 2304626. OLE color: 2304626.
HSL color Cylindrical-coordinate representation of color #722A23: hue angle of 5.32º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #722A23 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 35 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.55 |
| HSL | 5.32º | 0.53% | 0.29% | - |
| HSV(B) | 5.32º | 0.69% | 0.45% | - |
| XYZ | 8.07 | 5.35 | 2.2 | - |
| YUV | 62.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 35 | 0 | 0.63 | 0.69 | 0.55 | 5.32 | 0.53 | 0.29 |
| Hex | 72 | 2A | 23 | 0 | 3F | 45 | 37 | 5 | 35 | 1D |
| Octal | 162 | 52 | 43 | 0 | 77 | 105 | 67 | 5 | 65 | 35 |
| Binary | 1110010 | 101010 | 100011 | 0 | 111111 | 1000101 | 110111 | 101 | 110101 | 11101 |
Color Harmonies of #722A23
Complementary color
Monochromatic Colors of #722A23
Black with #722A23
Text Example
Text Example
White with #722A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A23; }
p { color: rgb(114,42,35); }
H1.HeaderClassName
{
color: #722A23;
}
.AnyTagClassName
{
color: #722A23;
}
</style>
background-color css
<style>
a { background-color: #722A23; }
a { background-color: rgb(114,42,35); }
div.DivClassName
{
background-color: #722A23;
}
.BgClassName
{
background-color: #722A23;
}
</style>
border-color css
<style>
span { border-color: #722A23; }
span { border-color: rgb(114,42,35); }
td.TdClassName
{
border-color: #722A23;
}
.TagClassName
{
border-color: #722A23;
}
</style>