Shades of Pueblo #722F23
Tints of Pueblo #722F23
RGB
CMYK
RGB Variations
Color information
#722F23 (or 0x722F23) is known color: Pueblo. HEX triplet: 72, 2F and 23. RGB value is (114,47,35). Sum of RGB (Red+Green+Blue) = 114+47+35=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #722F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F23 is #8DD0DC. Grayscale: #414141. Windows color (decimal): -9294045 or 2305906. OLE color: 2305906.
HSL color Cylindrical-coordinate representation of color #722F23: hue angle of 9.11º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #722F23 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 35 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.55 |
| HSL | 9.11º | 0.53% | 0.29% | - |
| HSV(B) | 9.11º | 0.69% | 0.45% | - |
| XYZ | 8.26 | 5.73 | 2.26 | - |
| YUV | 65.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 35 | 0 | 0.59 | 0.69 | 0.55 | 9.11 | 0.53 | 0.29 |
| Hex | 72 | 2F | 23 | 0 | 3B | 45 | 37 | 9 | 35 | 1D |
| Octal | 162 | 57 | 43 | 0 | 73 | 105 | 67 | 11 | 65 | 35 |
| Binary | 1110010 | 101111 | 100011 | 0 | 111011 | 1000101 | 110111 | 1001 | 110101 | 11101 |
Color Harmonies of #722F23
Complementary color
Monochromatic Colors of #722F23
Black with #722F23
Text Example
Text Example
White with #722F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F23; }
p { color: rgb(114,47,35); }
H1.HeaderClassName
{
color: #722F23;
}
.AnyTagClassName
{
color: #722F23;
}
</style>
background-color css
<style>
a { background-color: #722F23; }
a { background-color: rgb(114,47,35); }
div.DivClassName
{
background-color: #722F23;
}
.BgClassName
{
background-color: #722F23;
}
</style>
border-color css
<style>
span { border-color: #722F23; }
span { border-color: rgb(114,47,35); }
td.TdClassName
{
border-color: #722F23;
}
.TagClassName
{
border-color: #722F23;
}
</style>