Shades of Pueblo #7A321F
Tints of Pueblo #7A321F
RGB
CMYK
RGB Variations
Color information
#7A321F (or 0x7A321F) is known color: Pueblo. HEX triplet: 7A, 32 and 1F. RGB value is (122,50,31). Sum of RGB (Red+Green+Blue) = 122+50+31=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A321F is #85CDE0. Grayscale: #454545. Windows color (decimal): -8768993 or 2044538. OLE color: 2044538.
HSL color Cylindrical-coordinate representation of color #7A321F: hue angle of 12.53º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A321F is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 50 | 31 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.52 |
| HSL | 12.53º | 0.59% | 0.3% | - |
| HSV(B) | 12.53º | 0.75% | 0.48% | - |
| XYZ | 9.41 | 6.52 | 2.06 | - |
| YUV | 69.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 31 | 0 | 0.59 | 0.75 | 0.52 | 12.53 | 0.59 | 0.3 |
| Hex | 7A | 32 | 1F | 0 | 3B | 4B | 34 | D | 3B | 1E |
| Octal | 172 | 62 | 37 | 0 | 73 | 113 | 64 | 15 | 73 | 36 |
| Binary | 1111010 | 110010 | 11111 | 0 | 111011 | 1001011 | 110100 | 1101 | 111011 | 11110 |
Color Harmonies of #7A321F
Complementary color
Monochromatic Colors of #7A321F
Black with #7A321F
Text Example
Text Example
White with #7A321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A321F; }
p { color: rgb(122,50,31); }
H1.HeaderClassName
{
color: #7A321F;
}
.AnyTagClassName
{
color: #7A321F;
}
</style>
background-color css
<style>
a { background-color: #7A321F; }
a { background-color: rgb(122,50,31); }
div.DivClassName
{
background-color: #7A321F;
}
.BgClassName
{
background-color: #7A321F;
}
</style>
border-color css
<style>
span { border-color: #7A321F; }
span { border-color: rgb(122,50,31); }
td.TdClassName
{
border-color: #7A321F;
}
.TagClassName
{
border-color: #7A321F;
}
</style>