Shades of Pueblo #752A1C
Tints of Pueblo #752A1C
RGB
CMYK
RGB Variations
Color information
#752A1C (or 0x752A1C) is known color: Pueblo. HEX triplet: 75, 2A and 1C. RGB value is (117,42,28). Sum of RGB (Red+Green+Blue) = 117+42+28=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #752A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A1C is #8AD5E3. Grayscale: #3E3E3E. Windows color (decimal): -9098724 or 1845877. OLE color: 1845877.
HSL color Cylindrical-coordinate representation of color #752A1C: hue angle of 9.44º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752A1C is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 28 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.54 |
| HSL | 9.44º | 0.61% | 0.28% | - |
| HSV(B) | 9.44º | 0.76% | 0.46% | - |
| XYZ | 8.37 | 5.52 | 1.72 | - |
| YUV | 62.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 28 | 0 | 0.64 | 0.76 | 0.54 | 9.44 | 0.61 | 0.28 |
| Hex | 75 | 2A | 1C | 0 | 40 | 4C | 36 | 9 | 3D | 1C |
| Octal | 165 | 52 | 34 | 0 | 100 | 114 | 66 | 11 | 75 | 34 |
| Binary | 1110101 | 101010 | 11100 | 0 | 1000000 | 1001100 | 110110 | 1001 | 111101 | 11100 |
Color Harmonies of #752A1C
Complementary color
Monochromatic Colors of #752A1C
Black with #752A1C
Text Example
Text Example
White with #752A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A1C; }
p { color: rgb(117,42,28); }
H1.HeaderClassName
{
color: #752A1C;
}
.AnyTagClassName
{
color: #752A1C;
}
</style>
background-color css
<style>
a { background-color: #752A1C; }
a { background-color: rgb(117,42,28); }
div.DivClassName
{
background-color: #752A1C;
}
.BgClassName
{
background-color: #752A1C;
}
</style>
border-color css
<style>
span { border-color: #752A1C; }
span { border-color: rgb(117,42,28); }
td.TdClassName
{
border-color: #752A1C;
}
.TagClassName
{
border-color: #752A1C;
}
</style>