Shades of Pompadour #691B43
Tints of Pompadour #691B43
RGB
CMYK
RGB Variations
Color information
#691B43 (or 0x691B43) is known color: Pompadour. HEX triplet: 69, 1B and 43. RGB value is (105,27,67). Sum of RGB (Red+Green+Blue) = 105+27+67=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #691B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691B43 is #96E4BC. Grayscale: #363636. Windows color (decimal): -9888957 or 4397929. OLE color: 4397929.
HSL color Cylindrical-coordinate representation of color #691B43: hue angle of 329.23º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #691B43 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 27 | 67 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.59 |
| HSL | 329.23º | 0.59% | 0.26% | - |
| HSV(B) | 329.23º | 0.74% | 0.41% | - |
| XYZ | 7.23 | 4.19 | 5.74 | - |
| YUV | 54.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 67 | 0 | 0.74 | 0.36 | 0.59 | 329.23 | 0.59 | 0.26 |
| Hex | 69 | 1B | 43 | 0 | 4A | 24 | 3B | 149 | 3B | 1A |
| Octal | 151 | 33 | 103 | 0 | 112 | 44 | 73 | 511 | 73 | 32 |
| Binary | 1101001 | 11011 | 1000011 | 0 | 1001010 | 100100 | 111011 | 101001001 | 111011 | 11010 |
Color Harmonies of #691B43
Complementary color
Monochromatic Colors of #691B43
Black with #691B43
Text Example
Text Example
White with #691B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691B43; }
p { color: rgb(105,27,67); }
H1.HeaderClassName
{
color: #691B43;
}
.AnyTagClassName
{
color: #691B43;
}
</style>
background-color css
<style>
a { background-color: #691B43; }
a { background-color: rgb(105,27,67); }
div.DivClassName
{
background-color: #691B43;
}
.BgClassName
{
background-color: #691B43;
}
</style>
border-color css
<style>
span { border-color: #691B43; }
span { border-color: rgb(105,27,67); }
td.TdClassName
{
border-color: #691B43;
}
.TagClassName
{
border-color: #691B43;
}
</style>