Shades of Pueblo #732A1C
Tints of Pueblo #732A1C
RGB
CMYK
RGB Variations
Color information
#732A1C (or 0x732A1C) is known color: Pueblo. HEX triplet: 73, 2A and 1C. RGB value is (115,42,28). Sum of RGB (Red+Green+Blue) = 115+42+28=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #732A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732A1C is #8CD5E3. Grayscale: #3E3E3E. Windows color (decimal): -9229796 or 1845875. OLE color: 1845875.
HSL color Cylindrical-coordinate representation of color #732A1C: hue angle of 9.66º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #732A1C is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 28 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.55 |
| HSL | 9.66º | 0.61% | 0.28% | - |
| HSV(B) | 9.66º | 0.76% | 0.45% | - |
| XYZ | 8.11 | 5.38 | 1.71 | - |
| YUV | 62.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 28 | 0 | 0.63 | 0.76 | 0.55 | 9.66 | 0.61 | 0.28 |
| Hex | 73 | 2A | 1C | 0 | 3F | 4C | 37 | A | 3D | 1C |
| Octal | 163 | 52 | 34 | 0 | 77 | 114 | 67 | 12 | 75 | 34 |
| Binary | 1110011 | 101010 | 11100 | 0 | 111111 | 1001100 | 110111 | 1010 | 111101 | 11100 |
Color Harmonies of #732A1C
Complementary color
Monochromatic Colors of #732A1C
Black with #732A1C
Text Example
Text Example
White with #732A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A1C; }
p { color: rgb(115,42,28); }
H1.HeaderClassName
{
color: #732A1C;
}
.AnyTagClassName
{
color: #732A1C;
}
</style>
background-color css
<style>
a { background-color: #732A1C; }
a { background-color: rgb(115,42,28); }
div.DivClassName
{
background-color: #732A1C;
}
.BgClassName
{
background-color: #732A1C;
}
</style>
border-color css
<style>
span { border-color: #732A1C; }
span { border-color: rgb(115,42,28); }
td.TdClassName
{
border-color: #732A1C;
}
.TagClassName
{
border-color: #732A1C;
}
</style>