Shades of Pompadour #6D134B
Tints of Pompadour #6D134B
RGB
CMYK
RGB Variations
Color information
#6D134B (or 0x6D134B) is known color: Pompadour. HEX triplet: 6D, 13 and 4B. RGB value is (109,19,75). Sum of RGB (Red+Green+Blue) = 109+19+75=203 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.69% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 109 - color contains mainly: red. Hex color #6D134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D134B is #92ECB4. Grayscale: #343434. Windows color (decimal): -9628853 or 4920173. OLE color: 4920173.
HSL color Cylindrical-coordinate representation of color #6D134B: hue angle of 322.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D134B is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 75 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.57 |
| HSL | 322.67º | 0.7% | 0.25% | - |
| HSV(B) | 322.67º | 0.83% | 0.43% | - |
| XYZ | 7.81 | 4.22 | 7.06 | - |
| YUV | 52.29 | 140.82 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 75 | 0 | 0.83 | 0.31 | 0.57 | 322.67 | 0.7 | 0.25 |
| Hex | 6D | 13 | 4B | 0 | 53 | 1F | 39 | 143 | 46 | 19 |
| Octal | 155 | 23 | 113 | 0 | 123 | 37 | 71 | 503 | 106 | 31 |
| Binary | 1101101 | 10011 | 1001011 | 0 | 1010011 | 11111 | 111001 | 101000011 | 1000110 | 11001 |
Color Harmonies of #6D134B
Complementary color
Monochromatic Colors of #6D134B
Black with #6D134B
Text Example
Text Example
White with #6D134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D134B; }
p { color: rgb(109,19,75); }
H1.HeaderClassName
{
color: #6D134B;
}
.AnyTagClassName
{
color: #6D134B;
}
</style>
background-color css
<style>
a { background-color: #6D134B; }
a { background-color: rgb(109,19,75); }
div.DivClassName
{
background-color: #6D134B;
}
.BgClassName
{
background-color: #6D134B;
}
</style>
border-color css
<style>
span { border-color: #6D134B; }
span { border-color: rgb(109,19,75); }
td.TdClassName
{
border-color: #6D134B;
}
.TagClassName
{
border-color: #6D134B;
}
</style>