Shades of Pompadour #691A38
Tints of Pompadour #691A38
RGB
CMYK
RGB Variations
Color information
#691A38 (or 0x691A38) is known color: Pompadour. HEX triplet: 69, 1A and 38. RGB value is (105,26,56). Sum of RGB (Red+Green+Blue) = 105+26+56=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 56 (22.27% from 255 or 29.95% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #691A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691A38 is #96E5C7. Grayscale: #353535. Windows color (decimal): -9889224 or 3676777. OLE color: 3676777.
HSL color Cylindrical-coordinate representation of color #691A38: hue angle of 337.22º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691A38 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 26 | 56 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.59 |
| HSL | 337.22º | 0.6% | 0.26% | - |
| HSV(B) | 337.22º | 0.75% | 0.41% | - |
| XYZ | 6.91 | 4.03 | 4.15 | - |
| YUV | 53.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 56 | 0 | 0.75 | 0.47 | 0.59 | 337.22 | 0.6 | 0.26 |
| Hex | 69 | 1A | 38 | 0 | 4B | 2F | 3B | 151 | 3C | 1A |
| Octal | 151 | 32 | 70 | 0 | 113 | 57 | 73 | 521 | 74 | 32 |
| Binary | 1101001 | 11010 | 111000 | 0 | 1001011 | 101111 | 111011 | 101010001 | 111100 | 11010 |
Color Harmonies of #691A38
Complementary color
Monochromatic Colors of #691A38
Black with #691A38
Text Example
Text Example
White with #691A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691A38; }
p { color: rgb(105,26,56); }
H1.HeaderClassName
{
color: #691A38;
}
.AnyTagClassName
{
color: #691A38;
}
</style>
background-color css
<style>
a { background-color: #691A38; }
a { background-color: rgb(105,26,56); }
div.DivClassName
{
background-color: #691A38;
}
.BgClassName
{
background-color: #691A38;
}
</style>
border-color css
<style>
span { border-color: #691A38; }
span { border-color: rgb(105,26,56); }
td.TdClassName
{
border-color: #691A38;
}
.TagClassName
{
border-color: #691A38;
}
</style>