Shades of Pueblo #742B1D
Tints of Pueblo #742B1D
RGB
CMYK
RGB Variations
Color information
#742B1D (or 0x742B1D) is known color: Pueblo. HEX triplet: 74, 2B and 1D. RGB value is (116,43,29). Sum of RGB (Red+Green+Blue) = 116+43+29=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #742B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B1D is #8BD4E2. Grayscale: #3F3F3F. Windows color (decimal): -9164003 or 1911668. OLE color: 1911668.
HSL color Cylindrical-coordinate representation of color #742B1D: hue angle of 9.66º degrees, saturation: 0.6, 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 #742B1D is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 43 | 29 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.55 |
| HSL | 9.66º | 0.6% | 0.28% | - |
| HSV(B) | 9.66º | 0.75% | 0.45% | - |
| XYZ | 8.29 | 5.53 | 1.79 | - |
| YUV | 63.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 29 | 0 | 0.63 | 0.75 | 0.55 | 9.66 | 0.6 | 0.28 |
| Hex | 74 | 2B | 1D | 0 | 3F | 4B | 37 | A | 3C | 1C |
| Octal | 164 | 53 | 35 | 0 | 77 | 113 | 67 | 12 | 74 | 34 |
| Binary | 1110100 | 101011 | 11101 | 0 | 111111 | 1001011 | 110111 | 1010 | 111100 | 11100 |
Color Harmonies of #742B1D
Complementary color
Monochromatic Colors of #742B1D
Black with #742B1D
Text Example
Text Example
White with #742B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742B1D; }
p { color: rgb(116,43,29); }
H1.HeaderClassName
{
color: #742B1D;
}
.AnyTagClassName
{
color: #742B1D;
}
</style>
background-color css
<style>
a { background-color: #742B1D; }
a { background-color: rgb(116,43,29); }
div.DivClassName
{
background-color: #742B1D;
}
.BgClassName
{
background-color: #742B1D;
}
</style>
border-color css
<style>
span { border-color: #742B1D; }
span { border-color: rgb(116,43,29); }
td.TdClassName
{
border-color: #742B1D;
}
.TagClassName
{
border-color: #742B1D;
}
</style>