Shades of Pueblo #72331D
Tints of Pueblo #72331D
RGB
CMYK
RGB Variations
Color information
#72331D (or 0x72331D) is known color: Pueblo. HEX triplet: 72, 33 and 1D. RGB value is (114,51,29). Sum of RGB (Red+Green+Blue) = 114+51+29=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72331D is #8DCCE2. Grayscale: #434343. Windows color (decimal): -9293027 or 1913714. OLE color: 1913714.
HSL color Cylindrical-coordinate representation of color #72331D: hue angle of 15.53º 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 #72331D is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 51 | 29 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.55 |
| HSL | 15.53º | 0.59% | 0.28% | - |
| HSV(B) | 15.53º | 0.75% | 0.45% | - |
| XYZ | 8.35 | 6.03 | 1.89 | - |
| YUV | 67.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 29 | 0 | 0.55 | 0.75 | 0.55 | 15.53 | 0.59 | 0.28 |
| Hex | 72 | 33 | 1D | 0 | 37 | 4B | 37 | 10 | 3B | 1C |
| Octal | 162 | 63 | 35 | 0 | 67 | 113 | 67 | 20 | 73 | 34 |
| Binary | 1110010 | 110011 | 11101 | 0 | 110111 | 1001011 | 110111 | 10000 | 111011 | 11100 |
Color Harmonies of #72331D
Complementary color
Monochromatic Colors of #72331D
Black with #72331D
Text Example
Text Example
White with #72331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72331D; }
p { color: rgb(114,51,29); }
H1.HeaderClassName
{
color: #72331D;
}
.AnyTagClassName
{
color: #72331D;
}
</style>
background-color css
<style>
a { background-color: #72331D; }
a { background-color: rgb(114,51,29); }
div.DivClassName
{
background-color: #72331D;
}
.BgClassName
{
background-color: #72331D;
}
</style>
border-color css
<style>
span { border-color: #72331D; }
span { border-color: rgb(114,51,29); }
td.TdClassName
{
border-color: #72331D;
}
.TagClassName
{
border-color: #72331D;
}
</style>