Shades of Auburn #722A25
Tints of Auburn #722A25
RGB
CMYK
RGB Variations
Color information
#722A25 (or 0x722A25) is known color: Auburn. HEX triplet: 72, 2A and 25. RGB value is (114,42,37). Sum of RGB (Red+Green+Blue) = 114+42+37=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #722A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A25 is #8DD5DA. Grayscale: #3F3F3F. Windows color (decimal): -9295323 or 2435698. OLE color: 2435698.
HSL color Cylindrical-coordinate representation of color #722A25: hue angle of 3.9º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #722A25 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 37 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.55 |
| HSL | 3.9º | 0.51% | 0.3% | - |
| HSV(B) | 3.9º | 0.68% | 0.45% | - |
| XYZ | 8.1 | 5.37 | 2.36 | - |
| YUV | 62.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 37 | 0 | 0.63 | 0.68 | 0.55 | 3.9 | 0.51 | 0.3 |
| Hex | 72 | 2A | 25 | 0 | 3F | 44 | 37 | 4 | 33 | 1E |
| Octal | 162 | 52 | 45 | 0 | 77 | 104 | 67 | 4 | 63 | 36 |
| Binary | 1110010 | 101010 | 100101 | 0 | 111111 | 1000100 | 110111 | 100 | 110011 | 11110 |
Color Harmonies of #722A25
Complementary color
Monochromatic Colors of #722A25
Black with #722A25
Text Example
Text Example
White with #722A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A25; }
p { color: rgb(114,42,37); }
H1.HeaderClassName
{
color: #722A25;
}
.AnyTagClassName
{
color: #722A25;
}
</style>
background-color css
<style>
a { background-color: #722A25; }
a { background-color: rgb(114,42,37); }
div.DivClassName
{
background-color: #722A25;
}
.BgClassName
{
background-color: #722A25;
}
</style>
border-color css
<style>
span { border-color: #722A25; }
span { border-color: rgb(114,42,37); }
td.TdClassName
{
border-color: #722A25;
}
.TagClassName
{
border-color: #722A25;
}
</style>