Shades of Pueblo #75321B
Tints of Pueblo #75321B
RGB
CMYK
RGB Variations
Color information
#75321B (or 0x75321B) is known color: Pueblo. HEX triplet: 75, 32 and 1B. RGB value is (117,50,27). Sum of RGB (Red+Green+Blue) = 117+50+27=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #75321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75321B is #8ACDE4. Grayscale: #434343. Windows color (decimal): -9096677 or 1782389. OLE color: 1782389.
HSL color Cylindrical-coordinate representation of color #75321B: hue angle of 15.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75321B is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 27 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.54 |
| HSL | 15.33º | 0.63% | 0.28% | - |
| HSV(B) | 15.33º | 0.77% | 0.46% | - |
| XYZ | 8.67 | 6.14 | 1.77 | - |
| YUV | 67.41 | 105.2 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 27 | 0 | 0.57 | 0.77 | 0.54 | 15.33 | 0.63 | 0.28 |
| Hex | 75 | 32 | 1B | 0 | 39 | 4D | 36 | F | 3E | 1C |
| Octal | 165 | 62 | 33 | 0 | 71 | 115 | 66 | 17 | 76 | 34 |
| Binary | 1110101 | 110010 | 11011 | 0 | 111001 | 1001101 | 110110 | 1111 | 111110 | 11100 |
Color Harmonies of #75321B
Complementary color
Monochromatic Colors of #75321B
Black with #75321B
Text Example
Text Example
White with #75321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75321B; }
p { color: rgb(117,50,27); }
H1.HeaderClassName
{
color: #75321B;
}
.AnyTagClassName
{
color: #75321B;
}
</style>
background-color css
<style>
a { background-color: #75321B; }
a { background-color: rgb(117,50,27); }
div.DivClassName
{
background-color: #75321B;
}
.BgClassName
{
background-color: #75321B;
}
</style>
border-color css
<style>
span { border-color: #75321B; }
span { border-color: rgb(117,50,27); }
td.TdClassName
{
border-color: #75321B;
}
.TagClassName
{
border-color: #75321B;
}
</style>