Shades of Pueblo #74291D
Tints of Pueblo #74291D
RGB
CMYK
RGB Variations
Color information
#74291D (or 0x74291D) is known color: Pueblo. HEX triplet: 74, 29 and 1D. RGB value is (116,41,29). Sum of RGB (Red+Green+Blue) = 116+41+29=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #74291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74291D is #8BD6E2. Grayscale: #3E3E3E. Windows color (decimal): -9164515 or 1911156. OLE color: 1911156.
HSL color Cylindrical-coordinate representation of color #74291D: hue angle of 8.28º 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 #74291D is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 29 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.55 |
| HSL | 8.28º | 0.6% | 0.28% | - |
| HSV(B) | 8.28º | 0.75% | 0.45% | - |
| XYZ | 8.22 | 5.39 | 1.77 | - |
| YUV | 62.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 29 | 0 | 0.65 | 0.75 | 0.55 | 8.28 | 0.6 | 0.28 |
| Hex | 74 | 29 | 1D | 0 | 41 | 4B | 37 | 8 | 3C | 1C |
| Octal | 164 | 51 | 35 | 0 | 101 | 113 | 67 | 10 | 74 | 34 |
| Binary | 1110100 | 101001 | 11101 | 0 | 1000001 | 1001011 | 110111 | 1000 | 111100 | 11100 |
Color Harmonies of #74291D
Complementary color
Monochromatic Colors of #74291D
Black with #74291D
Text Example
Text Example
White with #74291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74291D; }
p { color: rgb(116,41,29); }
H1.HeaderClassName
{
color: #74291D;
}
.AnyTagClassName
{
color: #74291D;
}
</style>
background-color css
<style>
a { background-color: #74291D; }
a { background-color: rgb(116,41,29); }
div.DivClassName
{
background-color: #74291D;
}
.BgClassName
{
background-color: #74291D;
}
</style>
border-color css
<style>
span { border-color: #74291D; }
span { border-color: rgb(116,41,29); }
td.TdClassName
{
border-color: #74291D;
}
.TagClassName
{
border-color: #74291D;
}
</style>