Shades of Pueblo #72321C
Tints of Pueblo #72321C
RGB
CMYK
RGB Variations
Color information
#72321C (or 0x72321C) is known color: Pueblo. HEX triplet: 72, 32 and 1C. RGB value is (114,50,28). Sum of RGB (Red+Green+Blue) = 114+50+28=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72321C is #8DCDE3. Grayscale: #424242. Windows color (decimal): -9293284 or 1847922. OLE color: 1847922.
HSL color Cylindrical-coordinate representation of color #72321C: hue angle of 15.35º 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 #72321C is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 28 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.55 |
| HSL | 15.35º | 0.61% | 0.28% | - |
| HSV(B) | 15.35º | 0.75% | 0.45% | - |
| XYZ | 8.29 | 5.94 | 1.81 | - |
| YUV | 66.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 28 | 0 | 0.56 | 0.75 | 0.55 | 15.35 | 0.61 | 0.28 |
| Hex | 72 | 32 | 1C | 0 | 38 | 4B | 37 | F | 3D | 1C |
| Octal | 162 | 62 | 34 | 0 | 70 | 113 | 67 | 17 | 75 | 34 |
| Binary | 1110010 | 110010 | 11100 | 0 | 111000 | 1001011 | 110111 | 1111 | 111101 | 11100 |
Color Harmonies of #72321C
Complementary color
Monochromatic Colors of #72321C
Black with #72321C
Text Example
Text Example
White with #72321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72321C; }
p { color: rgb(114,50,28); }
H1.HeaderClassName
{
color: #72321C;
}
.AnyTagClassName
{
color: #72321C;
}
</style>
background-color css
<style>
a { background-color: #72321C; }
a { background-color: rgb(114,50,28); }
div.DivClassName
{
background-color: #72321C;
}
.BgClassName
{
background-color: #72321C;
}
</style>
border-color css
<style>
span { border-color: #72321C; }
span { border-color: rgb(114,50,28); }
td.TdClassName
{
border-color: #72321C;
}
.TagClassName
{
border-color: #72321C;
}
</style>