Shades of Pueblo #75270D
Tints of Pueblo #75270D
RGB
CMYK
RGB Variations
Color information
#75270D (or 0x75270D) is known color: Pueblo. HEX triplet: 75, 27 and 0D. RGB value is (117,39,13). Sum of RGB (Red+Green+Blue) = 117+39+13=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #75270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75270D is #8AD8F2. Grayscale: #3B3B3B. Windows color (decimal): -9099507 or 862069. OLE color: 862069.
HSL color Cylindrical-coordinate representation of color #75270D: hue angle of 15º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75270D is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 39 | 13 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.54 |
| HSL | 15º | 0.8% | 0.25% | - |
| HSV(B) | 15º | 0.89% | 0.46% | - |
| XYZ | 8.13 | 5.26 | 0.97 | - |
| YUV | 59.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 13 | 0 | 0.67 | 0.89 | 0.54 | 15 | 0.8 | 0.25 |
| Hex | 75 | 27 | D | 0 | 43 | 59 | 36 | F | 50 | 19 |
| Octal | 165 | 47 | 15 | 0 | 103 | 131 | 66 | 17 | 120 | 31 |
| Binary | 1110101 | 100111 | 1101 | 0 | 1000011 | 1011001 | 110110 | 1111 | 1010000 | 11001 |
Color Harmonies of #75270D
Complementary color
Monochromatic Colors of #75270D
Black with #75270D
Text Example
Text Example
White with #75270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75270D; }
p { color: rgb(117,39,13); }
H1.HeaderClassName
{
color: #75270D;
}
.AnyTagClassName
{
color: #75270D;
}
</style>
background-color css
<style>
a { background-color: #75270D; }
a { background-color: rgb(117,39,13); }
div.DivClassName
{
background-color: #75270D;
}
.BgClassName
{
background-color: #75270D;
}
</style>
border-color css
<style>
span { border-color: #75270D; }
span { border-color: rgb(117,39,13); }
td.TdClassName
{
border-color: #75270D;
}
.TagClassName
{
border-color: #75270D;
}
</style>