Shades of Pueblo #722A1F
Tints of Pueblo #722A1F
RGB
CMYK
RGB Variations
Color information
#722A1F (or 0x722A1F) is known color: Pueblo. HEX triplet: 72, 2A and 1F. RGB value is (114,42,31). Sum of RGB (Red+Green+Blue) = 114+42+31=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #722A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A1F is #8DD5E0. Grayscale: #3E3E3E. Windows color (decimal): -9295329 or 2042482. OLE color: 2042482.
HSL color Cylindrical-coordinate representation of color #722A1F: hue angle of 7.95º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #722A1F is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 31 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.55 |
| HSL | 7.95º | 0.57% | 0.28% | - |
| HSV(B) | 7.95º | 0.73% | 0.45% | - |
| XYZ | 8.01 | 5.33 | 1.9 | - |
| YUV | 62.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 31 | 0 | 0.63 | 0.73 | 0.55 | 7.95 | 0.57 | 0.28 |
| Hex | 72 | 2A | 1F | 0 | 3F | 49 | 37 | 8 | 39 | 1C |
| Octal | 162 | 52 | 37 | 0 | 77 | 111 | 67 | 10 | 71 | 34 |
| Binary | 1110010 | 101010 | 11111 | 0 | 111111 | 1001001 | 110111 | 1000 | 111001 | 11100 |
Color Harmonies of #722A1F
Complementary color
Monochromatic Colors of #722A1F
Black with #722A1F
Text Example
Text Example
White with #722A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A1F; }
p { color: rgb(114,42,31); }
H1.HeaderClassName
{
color: #722A1F;
}
.AnyTagClassName
{
color: #722A1F;
}
</style>
background-color css
<style>
a { background-color: #722A1F; }
a { background-color: rgb(114,42,31); }
div.DivClassName
{
background-color: #722A1F;
}
.BgClassName
{
background-color: #722A1F;
}
</style>
border-color css
<style>
span { border-color: #722A1F; }
span { border-color: rgb(114,42,31); }
td.TdClassName
{
border-color: #722A1F;
}
.TagClassName
{
border-color: #722A1F;
}
</style>