Shades of Pueblo #72251C
Tints of Pueblo #72251C
RGB
CMYK
RGB Variations
Color information
#72251C (or 0x72251C) is known color: Pueblo. HEX triplet: 72, 25 and 1C. RGB value is (114,37,28). Sum of RGB (Red+Green+Blue) = 114+37+28=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #72251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72251C is #8DDAE3. Grayscale: #3B3B3B. Windows color (decimal): -9296612 or 1844594. OLE color: 1844594.
HSL color Cylindrical-coordinate representation of color #72251C: hue angle of 6.28º degrees, saturation: 0.61, 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 #72251C is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 37 | 28 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.55 |
| HSL | 6.28º | 0.61% | 0.28% | - |
| HSV(B) | 6.28º | 0.75% | 0.45% | - |
| XYZ | 7.81 | 4.98 | 1.65 | - |
| YUV | 59 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 28 | 0 | 0.68 | 0.75 | 0.55 | 6.28 | 0.61 | 0.28 |
| Hex | 72 | 25 | 1C | 0 | 44 | 4B | 37 | 6 | 3D | 1C |
| Octal | 162 | 45 | 34 | 0 | 104 | 113 | 67 | 6 | 75 | 34 |
| Binary | 1110010 | 100101 | 11100 | 0 | 1000100 | 1001011 | 110111 | 110 | 111101 | 11100 |
Color Harmonies of #72251C
Complementary color
Monochromatic Colors of #72251C
Black with #72251C
Text Example
Text Example
White with #72251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72251C; }
p { color: rgb(114,37,28); }
H1.HeaderClassName
{
color: #72251C;
}
.AnyTagClassName
{
color: #72251C;
}
</style>
background-color css
<style>
a { background-color: #72251C; }
a { background-color: rgb(114,37,28); }
div.DivClassName
{
background-color: #72251C;
}
.BgClassName
{
background-color: #72251C;
}
</style>
border-color css
<style>
span { border-color: #72251C; }
span { border-color: rgb(114,37,28); }
td.TdClassName
{
border-color: #72251C;
}
.TagClassName
{
border-color: #72251C;
}
</style>