Shades of Pueblo #75291F
Tints of Pueblo #75291F
RGB
CMYK
RGB Variations
Color information
#75291F (or 0x75291F) is known color: Pueblo. HEX triplet: 75, 29 and 1F. RGB value is (117,41,31). Sum of RGB (Red+Green+Blue) = 117+41+31=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #75291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75291F is #8AD6E0. Grayscale: #3E3E3E. Windows color (decimal): -9098977 or 2042229. OLE color: 2042229.
HSL color Cylindrical-coordinate representation of color #75291F: hue angle of 6.98º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75291F is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 41 | 31 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.54 |
| HSL | 6.98º | 0.58% | 0.29% | - |
| HSV(B) | 6.98º | 0.74% | 0.46% | - |
| XYZ | 8.38 | 5.47 | 1.91 | - |
| YUV | 62.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 31 | 0 | 0.65 | 0.74 | 0.54 | 6.98 | 0.58 | 0.29 |
| Hex | 75 | 29 | 1F | 0 | 41 | 4A | 36 | 7 | 3A | 1D |
| Octal | 165 | 51 | 37 | 0 | 101 | 112 | 66 | 7 | 72 | 35 |
| Binary | 1110101 | 101001 | 11111 | 0 | 1000001 | 1001010 | 110110 | 111 | 111010 | 11101 |
Color Harmonies of #75291F
Complementary color
Monochromatic Colors of #75291F
Black with #75291F
Text Example
Text Example
White with #75291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75291F; }
p { color: rgb(117,41,31); }
H1.HeaderClassName
{
color: #75291F;
}
.AnyTagClassName
{
color: #75291F;
}
</style>
background-color css
<style>
a { background-color: #75291F; }
a { background-color: rgb(117,41,31); }
div.DivClassName
{
background-color: #75291F;
}
.BgClassName
{
background-color: #75291F;
}
</style>
border-color css
<style>
span { border-color: #75291F; }
span { border-color: rgb(117,41,31); }
td.TdClassName
{
border-color: #75291F;
}
.TagClassName
{
border-color: #75291F;
}
</style>