Shades of Quincy #71584B
Tints of Quincy #71584B
RGB
CMYK
RGB Variations
Color information
#71584B (or 0x71584B) is known color: Quincy. HEX triplet: 71, 58 and 4B. RGB value is (113,88,75). Sum of RGB (Red+Green+Blue) = 113+88+75=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #71584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71584B is #8EA7B4. Grayscale: #5E5E5E. Windows color (decimal): -9349045 or 4937841. OLE color: 4937841.
HSL color Cylindrical-coordinate representation of color #71584B: hue angle of 20.53º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71584B is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 88 | 75 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.56 |
| HSL | 20.53º | 0.2% | 0.37% | - |
| HSV(B) | 20.53º | 0.34% | 0.44% | - |
| XYZ | 11.57 | 11 | 8.17 | - |
| YUV | 93.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 88 | 75 | 0 | 0.22 | 0.34 | 0.56 | 20.53 | 0.2 | 0.37 |
| Hex | 71 | 58 | 4B | 0 | 16 | 22 | 38 | 15 | 14 | 25 |
| Octal | 161 | 130 | 113 | 0 | 26 | 42 | 70 | 25 | 24 | 45 |
| Binary | 1110001 | 1011000 | 1001011 | 0 | 10110 | 100010 | 111000 | 10101 | 10100 | 100101 |
Color Harmonies of #71584B
Complementary color
Monochromatic Colors of #71584B
Black with #71584B
Text Example
Text Example
White with #71584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71584B; }
p { color: rgb(113,88,75); }
H1.HeaderClassName
{
color: #71584B;
}
.AnyTagClassName
{
color: #71584B;
}
</style>
background-color css
<style>
a { background-color: #71584B; }
a { background-color: rgb(113,88,75); }
div.DivClassName
{
background-color: #71584B;
}
.BgClassName
{
background-color: #71584B;
}
</style>
border-color css
<style>
span { border-color: #71584B; }
span { border-color: rgb(113,88,75); }
td.TdClassName
{
border-color: #71584B;
}
.TagClassName
{
border-color: #71584B;
}
</style>