Shades of Pueblo #74291C
Tints of Pueblo #74291C
RGB
CMYK
RGB Variations
Color information
#74291C (or 0x74291C) is known color: Pueblo. HEX triplet: 74, 29 and 1C. RGB value is (116,41,28). Sum of RGB (Red+Green+Blue) = 116+41+28=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #74291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74291C is #8BD6E3. Grayscale: #3E3E3E. Windows color (decimal): -9164516 or 1845620. OLE color: 1845620.
HSL color Cylindrical-coordinate representation of color #74291C: hue angle of 8.86º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74291C is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 41 | 28 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.55 |
| HSL | 8.86º | 0.61% | 0.28% | - |
| HSV(B) | 8.86º | 0.76% | 0.45% | - |
| XYZ | 8.2 | 5.38 | 1.71 | - |
| YUV | 61.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 41 | 28 | 0 | 0.65 | 0.76 | 0.55 | 8.86 | 0.61 | 0.28 |
| Hex | 74 | 29 | 1C | 0 | 41 | 4C | 37 | 9 | 3D | 1C |
| Octal | 164 | 51 | 34 | 0 | 101 | 114 | 67 | 11 | 75 | 34 |
| Binary | 1110100 | 101001 | 11100 | 0 | 1000001 | 1001100 | 110111 | 1001 | 111101 | 11100 |
Color Harmonies of #74291C
Complementary color
Monochromatic Colors of #74291C
Black with #74291C
Text Example
Text Example
White with #74291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74291C; }
p { color: rgb(116,41,28); }
H1.HeaderClassName
{
color: #74291C;
}
.AnyTagClassName
{
color: #74291C;
}
</style>
background-color css
<style>
a { background-color: #74291C; }
a { background-color: rgb(116,41,28); }
div.DivClassName
{
background-color: #74291C;
}
.BgClassName
{
background-color: #74291C;
}
</style>
border-color css
<style>
span { border-color: #74291C; }
span { border-color: rgb(116,41,28); }
td.TdClassName
{
border-color: #74291C;
}
.TagClassName
{
border-color: #74291C;
}
</style>