Shades of Pueblo #722A1E
Tints of Pueblo #722A1E
RGB
CMYK
RGB Variations
Color information
#722A1E (or 0x722A1E) is known color: Pueblo. HEX triplet: 72, 2A and 1E. RGB value is (114,42,30). Sum of RGB (Red+Green+Blue) = 114+42+30=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #722A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A1E is #8DD5E1. Grayscale: #3E3E3E. Windows color (decimal): -9295330 or 1976946. OLE color: 1976946.
HSL color Cylindrical-coordinate representation of color #722A1E: hue angle of 8.57º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #722A1E is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 30 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.55 |
| HSL | 8.57º | 0.58% | 0.28% | - |
| HSV(B) | 8.57º | 0.74% | 0.45% | - |
| XYZ | 8 | 5.33 | 1.83 | - |
| YUV | 62.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 30 | 0 | 0.63 | 0.74 | 0.55 | 8.57 | 0.58 | 0.28 |
| Hex | 72 | 2A | 1E | 0 | 3F | 4A | 37 | 9 | 3A | 1C |
| Octal | 162 | 52 | 36 | 0 | 77 | 112 | 67 | 11 | 72 | 34 |
| Binary | 1110010 | 101010 | 11110 | 0 | 111111 | 1001010 | 110111 | 1001 | 111010 | 11100 |
Color Harmonies of #722A1E
Complementary color
Monochromatic Colors of #722A1E
Black with #722A1E
Text Example
Text Example
White with #722A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A1E; }
p { color: rgb(114,42,30); }
H1.HeaderClassName
{
color: #722A1E;
}
.AnyTagClassName
{
color: #722A1E;
}
</style>
background-color css
<style>
a { background-color: #722A1E; }
a { background-color: rgb(114,42,30); }
div.DivClassName
{
background-color: #722A1E;
}
.BgClassName
{
background-color: #722A1E;
}
</style>
border-color css
<style>
span { border-color: #722A1E; }
span { border-color: rgb(114,42,30); }
td.TdClassName
{
border-color: #722A1E;
}
.TagClassName
{
border-color: #722A1E;
}
</style>