Shades of Pueblo #722B15
Tints of Pueblo #722B15
RGB
CMYK
RGB Variations
Color information
#722B15 (or 0x722B15) is known color: Pueblo. HEX triplet: 72, 2B and 15. RGB value is (114,43,21). Sum of RGB (Red+Green+Blue) = 114+43+21=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #722B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722B15 is #8DD4EA. Grayscale: #3D3D3D. Windows color (decimal): -9295083 or 1387378. OLE color: 1387378.
HSL color Cylindrical-coordinate representation of color #722B15: hue angle of 14.19º 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 #722B15 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 43 | 21 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.55 |
| HSL | 14.19º | 0.69% | 0.26% | - |
| HSV(B) | 14.19º | 0.82% | 0.45% | - |
| XYZ | 7.94 | 5.36 | 1.33 | - |
| YUV | 61.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 21 | 0 | 0.62 | 0.82 | 0.55 | 14.19 | 0.69 | 0.26 |
| Hex | 72 | 2B | 15 | 0 | 3E | 52 | 37 | E | 45 | 1A |
| Octal | 162 | 53 | 25 | 0 | 76 | 122 | 67 | 16 | 105 | 32 |
| Binary | 1110010 | 101011 | 10101 | 0 | 111110 | 1010010 | 110111 | 1110 | 1000101 | 11010 |
Color Harmonies of #722B15
Complementary color
Monochromatic Colors of #722B15
Black with #722B15
Text Example
Text Example
White with #722B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722B15; }
p { color: rgb(114,43,21); }
H1.HeaderClassName
{
color: #722B15;
}
.AnyTagClassName
{
color: #722B15;
}
</style>
background-color css
<style>
a { background-color: #722B15; }
a { background-color: rgb(114,43,21); }
div.DivClassName
{
background-color: #722B15;
}
.BgClassName
{
background-color: #722B15;
}
</style>
border-color css
<style>
span { border-color: #722B15; }
span { border-color: rgb(114,43,21); }
td.TdClassName
{
border-color: #722B15;
}
.TagClassName
{
border-color: #722B15;
}
</style>