Shades of Pompadour #571C3A
Tints of Pompadour #571C3A
RGB
CMYK
RGB Variations
Color information
#571C3A (or 0x571C3A) is known color: Pompadour. HEX triplet: 57, 1C and 3A. RGB value is (87,28,58). Sum of RGB (Red+Green+Blue) = 87+28+58=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #571C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C3A is #A8E3C5. Grayscale: #313131. Windows color (decimal): -11068358 or 3808343. OLE color: 3808343.
HSL color Cylindrical-coordinate representation of color #571C3A: hue angle of 329.49º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C3A is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 28 | 58 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.66 |
| HSL | 329.49º | 0.51% | 0.23% | - |
| HSV(B) | 329.49º | 0.68% | 0.34% | - |
| XYZ | 5.11 | 3.16 | 4.34 | - |
| YUV | 49.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 58 | 0 | 0.68 | 0.33 | 0.66 | 329.49 | 0.51 | 0.23 |
| Hex | 57 | 1C | 3A | 0 | 44 | 21 | 42 | 149 | 33 | 17 |
| Octal | 127 | 34 | 72 | 0 | 104 | 41 | 102 | 511 | 63 | 27 |
| Binary | 1010111 | 11100 | 111010 | 0 | 1000100 | 100001 | 1000010 | 101001001 | 110011 | 10111 |
Color Harmonies of #571C3A
Complementary color
Monochromatic Colors of #571C3A
Black with #571C3A
Text Example
Text Example
White with #571C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571C3A; }
p { color: rgb(87,28,58); }
H1.HeaderClassName
{
color: #571C3A;
}
.AnyTagClassName
{
color: #571C3A;
}
</style>
background-color css
<style>
a { background-color: #571C3A; }
a { background-color: rgb(87,28,58); }
div.DivClassName
{
background-color: #571C3A;
}
.BgClassName
{
background-color: #571C3A;
}
</style>
border-color css
<style>
span { border-color: #571C3A; }
span { border-color: rgb(87,28,58); }
td.TdClassName
{
border-color: #571C3A;
}
.TagClassName
{
border-color: #571C3A;
}
</style>