Shades of Pueblo #72261D
Tints of Pueblo #72261D
RGB
CMYK
RGB Variations
Color information
#72261D (or 0x72261D) is known color: Pueblo. HEX triplet: 72, 26 and 1D. RGB value is (114,38,29). Sum of RGB (Red+Green+Blue) = 114+38+29=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #72261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72261D is #8DD9E2. Grayscale: #3B3B3B. Windows color (decimal): -9296355 or 1910386. OLE color: 1910386.
HSL color Cylindrical-coordinate representation of color #72261D: hue angle of 6.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72261D is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 38 | 29 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.55 |
| HSL | 6.35º | 0.59% | 0.28% | - |
| HSV(B) | 6.35º | 0.75% | 0.45% | - |
| XYZ | 7.85 | 5.05 | 1.72 | - |
| YUV | 59.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 29 | 0 | 0.67 | 0.75 | 0.55 | 6.35 | 0.59 | 0.28 |
| Hex | 72 | 26 | 1D | 0 | 43 | 4B | 37 | 6 | 3B | 1C |
| Octal | 162 | 46 | 35 | 0 | 103 | 113 | 67 | 6 | 73 | 34 |
| Binary | 1110010 | 100110 | 11101 | 0 | 1000011 | 1001011 | 110111 | 110 | 111011 | 11100 |
Color Harmonies of #72261D
Complementary color
Monochromatic Colors of #72261D
Black with #72261D
Text Example
Text Example
White with #72261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72261D; }
p { color: rgb(114,38,29); }
H1.HeaderClassName
{
color: #72261D;
}
.AnyTagClassName
{
color: #72261D;
}
</style>
background-color css
<style>
a { background-color: #72261D; }
a { background-color: rgb(114,38,29); }
div.DivClassName
{
background-color: #72261D;
}
.BgClassName
{
background-color: #72261D;
}
</style>
border-color css
<style>
span { border-color: #72261D; }
span { border-color: rgb(114,38,29); }
td.TdClassName
{
border-color: #72261D;
}
.TagClassName
{
border-color: #72261D;
}
</style>