Shades of Pueblo #733123
Tints of Pueblo #733123
RGB
CMYK
RGB Variations
Color information
#733123 (or 0x733123) is known color: Pueblo. HEX triplet: 73, 31 and 23. RGB value is (115,49,35). Sum of RGB (Red+Green+Blue) = 115+49+35=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #733123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733123 is #8CCEDC. Grayscale: #434343. Windows color (decimal): -9227997 or 2306419. OLE color: 2306419.
HSL color Cylindrical-coordinate representation of color #733123: hue angle of 10.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #733123 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 49 | 35 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.55 |
| HSL | 10.5º | 0.53% | 0.29% | - |
| HSV(B) | 10.5º | 0.7% | 0.45% | - |
| XYZ | 8.47 | 5.96 | 2.29 | - |
| YUV | 67.14 | 109.87 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 35 | 0 | 0.57 | 0.70 | 0.55 | 10.5 | 0.53 | 0.29 |
| Hex | 73 | 31 | 23 | 0 | 39 | 46 | 37 | A | 35 | 1D |
| Octal | 163 | 61 | 43 | 0 | 71 | 106 | 67 | 12 | 65 | 35 |
| Binary | 1110011 | 110001 | 100011 | 0 | 111001 | 1000110 | 110111 | 1010 | 110101 | 11101 |
Color Harmonies of #733123
Complementary color
Monochromatic Colors of #733123
Black with #733123
Text Example
Text Example
White with #733123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733123; }
p { color: rgb(115,49,35); }
H1.HeaderClassName
{
color: #733123;
}
.AnyTagClassName
{
color: #733123;
}
</style>
background-color css
<style>
a { background-color: #733123; }
a { background-color: rgb(115,49,35); }
div.DivClassName
{
background-color: #733123;
}
.BgClassName
{
background-color: #733123;
}
</style>
border-color css
<style>
span { border-color: #733123; }
span { border-color: rgb(115,49,35); }
td.TdClassName
{
border-color: #733123;
}
.TagClassName
{
border-color: #733123;
}
</style>