Shades of Pueblo #712A1C
Tints of Pueblo #712A1C
RGB
CMYK
RGB Variations
Color information
#712A1C (or 0x712A1C) is known color: Pueblo. HEX triplet: 71, 2A and 1C. RGB value is (113,42,28). Sum of RGB (Red+Green+Blue) = 113+42+28=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #712A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A1C is #8ED5E3. Grayscale: #3D3D3D. Windows color (decimal): -9360868 or 1845873. OLE color: 1845873.
HSL color Cylindrical-coordinate representation of color #712A1C: hue angle of 9.88º 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 #712A1C is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 28 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.56 |
| HSL | 9.88º | 0.6% | 0.28% | - |
| HSV(B) | 9.88º | 0.75% | 0.44% | - |
| XYZ | 7.85 | 5.25 | 1.7 | - |
| YUV | 61.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 28 | 0 | 0.63 | 0.75 | 0.56 | 9.88 | 0.6 | 0.28 |
| Hex | 71 | 2A | 1C | 0 | 3F | 4B | 38 | A | 3C | 1C |
| Octal | 161 | 52 | 34 | 0 | 77 | 113 | 70 | 12 | 74 | 34 |
| Binary | 1110001 | 101010 | 11100 | 0 | 111111 | 1001011 | 111000 | 1010 | 111100 | 11100 |
Color Harmonies of #712A1C
Complementary color
Monochromatic Colors of #712A1C
Black with #712A1C
Text Example
Text Example
White with #712A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A1C; }
p { color: rgb(113,42,28); }
H1.HeaderClassName
{
color: #712A1C;
}
.AnyTagClassName
{
color: #712A1C;
}
</style>
background-color css
<style>
a { background-color: #712A1C; }
a { background-color: rgb(113,42,28); }
div.DivClassName
{
background-color: #712A1C;
}
.BgClassName
{
background-color: #712A1C;
}
</style>
border-color css
<style>
span { border-color: #712A1C; }
span { border-color: rgb(113,42,28); }
td.TdClassName
{
border-color: #712A1C;
}
.TagClassName
{
border-color: #712A1C;
}
</style>