Shades of Pueblo #732A1F
Tints of Pueblo #732A1F
RGB
CMYK
RGB Variations
Color information
#732A1F (or 0x732A1F) is known color: Pueblo. HEX triplet: 73, 2A and 1F. RGB value is (115,42,31). Sum of RGB (Red+Green+Blue) = 115+42+31=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #732A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732A1F is #8CD5E0. Grayscale: #3E3E3E. Windows color (decimal): -9229793 or 2042483. OLE color: 2042483.
HSL color Cylindrical-coordinate representation of color #732A1F: hue angle of 7.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #732A1F is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 31 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.55 |
| HSL | 7.86º | 0.58% | 0.29% | - |
| HSV(B) | 7.86º | 0.73% | 0.45% | - |
| XYZ | 8.15 | 5.4 | 1.91 | - |
| YUV | 62.57 | 110.18 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 31 | 0 | 0.63 | 0.73 | 0.55 | 7.86 | 0.58 | 0.29 |
| Hex | 73 | 2A | 1F | 0 | 3F | 49 | 37 | 8 | 3A | 1D |
| Octal | 163 | 52 | 37 | 0 | 77 | 111 | 67 | 10 | 72 | 35 |
| Binary | 1110011 | 101010 | 11111 | 0 | 111111 | 1001001 | 110111 | 1000 | 111010 | 11101 |
Color Harmonies of #732A1F
Complementary color
Monochromatic Colors of #732A1F
Black with #732A1F
Text Example
Text Example
White with #732A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A1F; }
p { color: rgb(115,42,31); }
H1.HeaderClassName
{
color: #732A1F;
}
.AnyTagClassName
{
color: #732A1F;
}
</style>
background-color css
<style>
a { background-color: #732A1F; }
a { background-color: rgb(115,42,31); }
div.DivClassName
{
background-color: #732A1F;
}
.BgClassName
{
background-color: #732A1F;
}
</style>
border-color css
<style>
span { border-color: #732A1F; }
span { border-color: rgb(115,42,31); }
td.TdClassName
{
border-color: #732A1F;
}
.TagClassName
{
border-color: #732A1F;
}
</style>