Shades of Pueblo #742F21
Tints of Pueblo #742F21
RGB
CMYK
RGB Variations
Color information
#742F21 (or 0x742F21) is known color: Pueblo. HEX triplet: 74, 2F and 21. RGB value is (116,47,33). Sum of RGB (Red+Green+Blue) = 116+47+33=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #742F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F21 is #8BD0DE. Grayscale: #424242. Windows color (decimal): -9162975 or 2174836. OLE color: 2174836.
HSL color Cylindrical-coordinate representation of color #742F21: hue angle of 10.12º 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 #742F21 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 47 | 33 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.55 |
| HSL | 10.12º | 0.56% | 0.29% | - |
| HSV(B) | 10.12º | 0.72% | 0.45% | - |
| XYZ | 8.49 | 5.86 | 2.12 | - |
| YUV | 66.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 33 | 0 | 0.59 | 0.72 | 0.55 | 10.12 | 0.56 | 0.29 |
| Hex | 74 | 2F | 21 | 0 | 3B | 48 | 37 | A | 38 | 1D |
| Octal | 164 | 57 | 41 | 0 | 73 | 110 | 67 | 12 | 70 | 35 |
| Binary | 1110100 | 101111 | 100001 | 0 | 111011 | 1001000 | 110111 | 1010 | 111000 | 11101 |
Color Harmonies of #742F21
Complementary color
Monochromatic Colors of #742F21
Black with #742F21
Text Example
Text Example
White with #742F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F21; }
p { color: rgb(116,47,33); }
H1.HeaderClassName
{
color: #742F21;
}
.AnyTagClassName
{
color: #742F21;
}
</style>
background-color css
<style>
a { background-color: #742F21; }
a { background-color: rgb(116,47,33); }
div.DivClassName
{
background-color: #742F21;
}
.BgClassName
{
background-color: #742F21;
}
</style>
border-color css
<style>
span { border-color: #742F21; }
span { border-color: rgb(116,47,33); }
td.TdClassName
{
border-color: #742F21;
}
.TagClassName
{
border-color: #742F21;
}
</style>