Shades of Pueblo #71250D
Tints of Pueblo #71250D
RGB
CMYK
RGB Variations
Color information
#71250D (or 0x71250D) is known color: Pueblo. HEX triplet: 71, 25 and 0D. RGB value is (113,37,13). Sum of RGB (Red+Green+Blue) = 113+37+13=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #71250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71250D is #8EDAF2. Grayscale: #393939. Windows color (decimal): -9362163 or 861553. OLE color: 861553.
HSL color Cylindrical-coordinate representation of color #71250D: hue angle of 14.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71250D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 37 | 13 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.56 |
| HSL | 14.4º | 0.79% | 0.25% | - |
| HSV(B) | 14.4º | 0.88% | 0.44% | - |
| XYZ | 7.54 | 4.86 | 0.92 | - |
| YUV | 56.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 13 | 0 | 0.67 | 0.88 | 0.56 | 14.4 | 0.79 | 0.25 |
| Hex | 71 | 25 | D | 0 | 43 | 58 | 38 | E | 4F | 19 |
| Octal | 161 | 45 | 15 | 0 | 103 | 130 | 70 | 16 | 117 | 31 |
| Binary | 1110001 | 100101 | 1101 | 0 | 1000011 | 1011000 | 111000 | 1110 | 1001111 | 11001 |
Color Harmonies of #71250D
Complementary color
Monochromatic Colors of #71250D
Black with #71250D
Text Example
Text Example
White with #71250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71250D; }
p { color: rgb(113,37,13); }
H1.HeaderClassName
{
color: #71250D;
}
.AnyTagClassName
{
color: #71250D;
}
</style>
background-color css
<style>
a { background-color: #71250D; }
a { background-color: rgb(113,37,13); }
div.DivClassName
{
background-color: #71250D;
}
.BgClassName
{
background-color: #71250D;
}
</style>
border-color css
<style>
span { border-color: #71250D; }
span { border-color: rgb(113,37,13); }
td.TdClassName
{
border-color: #71250D;
}
.TagClassName
{
border-color: #71250D;
}
</style>