Shades of Pueblo #742B21
Tints of Pueblo #742B21
RGB
CMYK
RGB Variations
Color information
#742B21 (or 0x742B21) is known color: Pueblo. HEX triplet: 74, 2B and 21. RGB value is (116,43,33). Sum of RGB (Red+Green+Blue) = 116+43+33=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #742B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B21 is #8BD4DE. Grayscale: #3F3F3F. Windows color (decimal): -9163999 or 2173812. OLE color: 2173812.
HSL color Cylindrical-coordinate representation of color #742B21: hue angle of 7.23º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742B21 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 43 | 33 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.55 |
| HSL | 7.23º | 0.56% | 0.29% | - |
| HSV(B) | 7.23º | 0.72% | 0.45% | - |
| XYZ | 8.34 | 5.55 | 2.07 | - |
| YUV | 63.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 33 | 0 | 0.63 | 0.72 | 0.55 | 7.23 | 0.56 | 0.29 |
| Hex | 74 | 2B | 21 | 0 | 3F | 48 | 37 | 7 | 38 | 1D |
| Octal | 164 | 53 | 41 | 0 | 77 | 110 | 67 | 7 | 70 | 35 |
| Binary | 1110100 | 101011 | 100001 | 0 | 111111 | 1001000 | 110111 | 111 | 111000 | 11101 |
Color Harmonies of #742B21
Complementary color
Monochromatic Colors of #742B21
Black with #742B21
Text Example
Text Example
White with #742B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742B21; }
p { color: rgb(116,43,33); }
H1.HeaderClassName
{
color: #742B21;
}
.AnyTagClassName
{
color: #742B21;
}
</style>
background-color css
<style>
a { background-color: #742B21; }
a { background-color: rgb(116,43,33); }
div.DivClassName
{
background-color: #742B21;
}
.BgClassName
{
background-color: #742B21;
}
</style>
border-color css
<style>
span { border-color: #742B21; }
span { border-color: rgb(116,43,33); }
td.TdClassName
{
border-color: #742B21;
}
.TagClassName
{
border-color: #742B21;
}
</style>