Shades of Pueblo #722A15
Tints of Pueblo #722A15
RGB
CMYK
RGB Variations
Color information
#722A15 (or 0x722A15) is known color: Pueblo. HEX triplet: 72, 2A and 15. RGB value is (114,42,21). Sum of RGB (Red+Green+Blue) = 114+42+21=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #722A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722A15 is #8DD5EA. Grayscale: #3D3D3D. Windows color (decimal): -9295339 or 1387122. OLE color: 1387122.
HSL color Cylindrical-coordinate representation of color #722A15: hue angle of 13.55º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #722A15 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 21 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.55 |
| HSL | 13.55º | 0.69% | 0.26% | - |
| HSV(B) | 13.55º | 0.82% | 0.45% | - |
| XYZ | 7.9 | 5.29 | 1.31 | - |
| YUV | 61.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 21 | 0 | 0.63 | 0.82 | 0.55 | 13.55 | 0.69 | 0.26 |
| Hex | 72 | 2A | 15 | 0 | 3F | 52 | 37 | E | 45 | 1A |
| Octal | 162 | 52 | 25 | 0 | 77 | 122 | 67 | 16 | 105 | 32 |
| Binary | 1110010 | 101010 | 10101 | 0 | 111111 | 1010010 | 110111 | 1110 | 1000101 | 11010 |
Color Harmonies of #722A15
Complementary color
Monochromatic Colors of #722A15
Black with #722A15
Text Example
Text Example
White with #722A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A15; }
p { color: rgb(114,42,21); }
H1.HeaderClassName
{
color: #722A15;
}
.AnyTagClassName
{
color: #722A15;
}
</style>
background-color css
<style>
a { background-color: #722A15; }
a { background-color: rgb(114,42,21); }
div.DivClassName
{
background-color: #722A15;
}
.BgClassName
{
background-color: #722A15;
}
</style>
border-color css
<style>
span { border-color: #722A15; }
span { border-color: rgb(114,42,21); }
td.TdClassName
{
border-color: #722A15;
}
.TagClassName
{
border-color: #722A15;
}
</style>