Shades of Pueblo #742D1F
Tints of Pueblo #742D1F
RGB
CMYK
RGB Variations
Color information
#742D1F (or 0x742D1F) is known color: Pueblo. HEX triplet: 74, 2D and 1F. RGB value is (116,45,31). Sum of RGB (Red+Green+Blue) = 116+45+31=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #742D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742D1F is #8BD2E0. Grayscale: #404040. Windows color (decimal): -9163489 or 2043252. OLE color: 2043252.
HSL color Cylindrical-coordinate representation of color #742D1F: hue angle of 9.88º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742D1F is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 45 | 31 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.55 |
| HSL | 9.88º | 0.58% | 0.29% | - |
| HSV(B) | 9.88º | 0.73% | 0.45% | - |
| XYZ | 8.39 | 5.69 | 1.95 | - |
| YUV | 64.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 31 | 0 | 0.61 | 0.73 | 0.55 | 9.88 | 0.58 | 0.29 |
| Hex | 74 | 2D | 1F | 0 | 3D | 49 | 37 | A | 3A | 1D |
| Octal | 164 | 55 | 37 | 0 | 75 | 111 | 67 | 12 | 72 | 35 |
| Binary | 1110100 | 101101 | 11111 | 0 | 111101 | 1001001 | 110111 | 1010 | 111010 | 11101 |
Color Harmonies of #742D1F
Complementary color
Monochromatic Colors of #742D1F
Black with #742D1F
Text Example
Text Example
White with #742D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742D1F; }
p { color: rgb(116,45,31); }
H1.HeaderClassName
{
color: #742D1F;
}
.AnyTagClassName
{
color: #742D1F;
}
</style>
background-color css
<style>
a { background-color: #742D1F; }
a { background-color: rgb(116,45,31); }
div.DivClassName
{
background-color: #742D1F;
}
.BgClassName
{
background-color: #742D1F;
}
</style>
border-color css
<style>
span { border-color: #742D1F; }
span { border-color: rgb(116,45,31); }
td.TdClassName
{
border-color: #742D1F;
}
.TagClassName
{
border-color: #742D1F;
}
</style>