Shades of Pueblo #75291D
Tints of Pueblo #75291D
RGB
CMYK
RGB Variations
Color information
#75291D (or 0x75291D) is known color: Pueblo. HEX triplet: 75, 29 and 1D. RGB value is (117,41,29). Sum of RGB (Red+Green+Blue) = 117+41+29=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #75291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75291D is #8AD6E2. Grayscale: #3E3E3E. Windows color (decimal): -9098979 or 1911157. OLE color: 1911157.
HSL color Cylindrical-coordinate representation of color #75291D: hue angle of 8.18º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75291D is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 41 | 29 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.54 |
| HSL | 8.18º | 0.6% | 0.29% | - |
| HSV(B) | 8.18º | 0.75% | 0.46% | - |
| XYZ | 8.35 | 5.46 | 1.78 | - |
| YUV | 62.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 29 | 0 | 0.65 | 0.75 | 0.54 | 8.18 | 0.6 | 0.29 |
| Hex | 75 | 29 | 1D | 0 | 41 | 4B | 36 | 8 | 3C | 1D |
| Octal | 165 | 51 | 35 | 0 | 101 | 113 | 66 | 10 | 74 | 35 |
| Binary | 1110101 | 101001 | 11101 | 0 | 1000001 | 1001011 | 110110 | 1000 | 111100 | 11101 |
Color Harmonies of #75291D
Complementary color
Monochromatic Colors of #75291D
Black with #75291D
Text Example
Text Example
White with #75291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75291D; }
p { color: rgb(117,41,29); }
H1.HeaderClassName
{
color: #75291D;
}
.AnyTagClassName
{
color: #75291D;
}
</style>
background-color css
<style>
a { background-color: #75291D; }
a { background-color: rgb(117,41,29); }
div.DivClassName
{
background-color: #75291D;
}
.BgClassName
{
background-color: #75291D;
}
</style>
border-color css
<style>
span { border-color: #75291D; }
span { border-color: rgb(117,41,29); }
td.TdClassName
{
border-color: #75291D;
}
.TagClassName
{
border-color: #75291D;
}
</style>