Shades of Pueblo #71241C
Tints of Pueblo #71241C
RGB
CMYK
RGB Variations
Color information
#71241C (or 0x71241C) is known color: Pueblo. HEX triplet: 71, 24 and 1C. RGB value is (113,36,28). Sum of RGB (Red+Green+Blue) = 113+36+28=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #71241C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71241C is #8EDBE3. Grayscale: #3A3A3A. Windows color (decimal): -9362404 or 1844337. OLE color: 1844337.
HSL color Cylindrical-coordinate representation of color #71241C: hue angle of 5.65º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71241C is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 36 | 28 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.56 |
| HSL | 5.65º | 0.6% | 0.28% | - |
| HSV(B) | 5.65º | 0.75% | 0.44% | - |
| XYZ | 7.65 | 4.86 | 1.63 | - |
| YUV | 58.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 28 | 0 | 0.68 | 0.75 | 0.56 | 5.65 | 0.6 | 0.28 |
| Hex | 71 | 24 | 1C | 0 | 44 | 4B | 38 | 6 | 3C | 1C |
| Octal | 161 | 44 | 34 | 0 | 104 | 113 | 70 | 6 | 74 | 34 |
| Binary | 1110001 | 100100 | 11100 | 0 | 1000100 | 1001011 | 111000 | 110 | 111100 | 11100 |
Color Harmonies of #71241C
Complementary color
Monochromatic Colors of #71241C
Black with #71241C
Text Example
Text Example
White with #71241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71241C; }
p { color: rgb(113,36,28); }
H1.HeaderClassName
{
color: #71241C;
}
.AnyTagClassName
{
color: #71241C;
}
</style>
background-color css
<style>
a { background-color: #71241C; }
a { background-color: rgb(113,36,28); }
div.DivClassName
{
background-color: #71241C;
}
.BgClassName
{
background-color: #71241C;
}
</style>
border-color css
<style>
span { border-color: #71241C; }
span { border-color: rgb(113,36,28); }
td.TdClassName
{
border-color: #71241C;
}
.TagClassName
{
border-color: #71241C;
}
</style>