Shades of Pueblo #72281C
Tints of Pueblo #72281C
RGB
CMYK
RGB Variations
Color information
#72281C (or 0x72281C) is known color: Pueblo. HEX triplet: 72, 28 and 1C. RGB value is (114,40,28). Sum of RGB (Red+Green+Blue) = 114+40+28=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #72281C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72281C is #8DD7E3. Grayscale: #3C3C3C. Windows color (decimal): -9295844 or 1845362. OLE color: 1845362.
HSL color Cylindrical-coordinate representation of color #72281C: hue angle of 8.37º 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 #72281C is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 40 | 28 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.55 |
| HSL | 8.37º | 0.61% | 0.28% | - |
| HSV(B) | 8.37º | 0.75% | 0.45% | - |
| XYZ | 7.91 | 5.18 | 1.68 | - |
| YUV | 60.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 28 | 0 | 0.65 | 0.75 | 0.55 | 8.37 | 0.61 | 0.28 |
| Hex | 72 | 28 | 1C | 0 | 41 | 4B | 37 | 8 | 3D | 1C |
| Octal | 162 | 50 | 34 | 0 | 101 | 113 | 67 | 10 | 75 | 34 |
| Binary | 1110010 | 101000 | 11100 | 0 | 1000001 | 1001011 | 110111 | 1000 | 111101 | 11100 |
Color Harmonies of #72281C
Complementary color
Monochromatic Colors of #72281C
Black with #72281C
Text Example
Text Example
White with #72281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72281C; }
p { color: rgb(114,40,28); }
H1.HeaderClassName
{
color: #72281C;
}
.AnyTagClassName
{
color: #72281C;
}
</style>
background-color css
<style>
a { background-color: #72281C; }
a { background-color: rgb(114,40,28); }
div.DivClassName
{
background-color: #72281C;
}
.BgClassName
{
background-color: #72281C;
}
</style>
border-color css
<style>
span { border-color: #72281C; }
span { border-color: rgb(114,40,28); }
td.TdClassName
{
border-color: #72281C;
}
.TagClassName
{
border-color: #72281C;
}
</style>