Shades of Pueblo #722B1C
Tints of Pueblo #722B1C
RGB
CMYK
RGB Variations
Color information
#722B1C (or 0x722B1C) is known color: Pueblo. HEX triplet: 72, 2B and 1C. RGB value is (114,43,28). Sum of RGB (Red+Green+Blue) = 114+43+28=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #722B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B1C is #8DD4E3. Grayscale: #3E3E3E. Windows color (decimal): -9295076 or 1846130. OLE color: 1846130.
HSL color Cylindrical-coordinate representation of color #722B1C: hue angle of 10.47º 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 #722B1C is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 43 | 28 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.55 |
| HSL | 10.47º | 0.61% | 0.28% | - |
| HSV(B) | 10.47º | 0.75% | 0.45% | - |
| XYZ | 8.01 | 5.39 | 1.72 | - |
| YUV | 62.52 | 108.52 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 28 | 0 | 0.62 | 0.75 | 0.55 | 10.47 | 0.61 | 0.28 |
| Hex | 72 | 2B | 1C | 0 | 3E | 4B | 37 | A | 3D | 1C |
| Octal | 162 | 53 | 34 | 0 | 76 | 113 | 67 | 12 | 75 | 34 |
| Binary | 1110010 | 101011 | 11100 | 0 | 111110 | 1001011 | 110111 | 1010 | 111101 | 11100 |
Color Harmonies of #722B1C
Complementary color
Monochromatic Colors of #722B1C
Black with #722B1C
Text Example
Text Example
White with #722B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722B1C; }
p { color: rgb(114,43,28); }
H1.HeaderClassName
{
color: #722B1C;
}
.AnyTagClassName
{
color: #722B1C;
}
</style>
background-color css
<style>
a { background-color: #722B1C; }
a { background-color: rgb(114,43,28); }
div.DivClassName
{
background-color: #722B1C;
}
.BgClassName
{
background-color: #722B1C;
}
</style>
border-color css
<style>
span { border-color: #722B1C; }
span { border-color: rgb(114,43,28); }
td.TdClassName
{
border-color: #722B1C;
}
.TagClassName
{
border-color: #722B1C;
}
</style>