Shades of Pueblo #74290F
Tints of Pueblo #74290F
RGB
CMYK
RGB Variations
Color information
#74290F (or 0x74290F) is known color: Pueblo. HEX triplet: 74, 29 and 0F. RGB value is (116,41,15). Sum of RGB (Red+Green+Blue) = 116+41+15=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #74290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74290F is #8BD6F0. Grayscale: #3C3C3C. Windows color (decimal): -9164529 or 993652. OLE color: 993652.
HSL color Cylindrical-coordinate representation of color #74290F: hue angle of 15.45º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74290F is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 15 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.55 |
| HSL | 15.45º | 0.77% | 0.26% | - |
| HSV(B) | 15.45º | 0.87% | 0.45% | - |
| XYZ | 8.08 | 5.33 | 1.06 | - |
| YUV | 60.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 15 | 0 | 0.65 | 0.87 | 0.55 | 15.45 | 0.77 | 0.26 |
| Hex | 74 | 29 | F | 0 | 41 | 57 | 37 | F | 4D | 1A |
| Octal | 164 | 51 | 17 | 0 | 101 | 127 | 67 | 17 | 115 | 32 |
| Binary | 1110100 | 101001 | 1111 | 0 | 1000001 | 1010111 | 110111 | 1111 | 1001101 | 11010 |
Color Harmonies of #74290F
Complementary color
Monochromatic Colors of #74290F
Black with #74290F
Text Example
Text Example
White with #74290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74290F; }
p { color: rgb(116,41,15); }
H1.HeaderClassName
{
color: #74290F;
}
.AnyTagClassName
{
color: #74290F;
}
</style>
background-color css
<style>
a { background-color: #74290F; }
a { background-color: rgb(116,41,15); }
div.DivClassName
{
background-color: #74290F;
}
.BgClassName
{
background-color: #74290F;
}
</style>
border-color css
<style>
span { border-color: #74290F; }
span { border-color: rgb(116,41,15); }
td.TdClassName
{
border-color: #74290F;
}
.TagClassName
{
border-color: #74290F;
}
</style>