Shades of Pompadour #6D153F
Tints of Pompadour #6D153F
RGB
CMYK
RGB Variations
Color information
#6D153F (or 0x6D153F) is known color: Pompadour. HEX triplet: 6D, 15 and 3F. RGB value is (109,21,63). Sum of RGB (Red+Green+Blue) = 109+21+63=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D153F is #92EAC0. Grayscale: #343434. Windows color (decimal): -9628353 or 4134253. OLE color: 4134253.
HSL color Cylindrical-coordinate representation of color #6D153F: hue angle of 331.36º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D153F is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 21 | 63 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.57 |
| HSL | 331.36º | 0.68% | 0.25% | - |
| HSV(B) | 331.36º | 0.81% | 0.43% | - |
| XYZ | 7.47 | 4.15 | 5.11 | - |
| YUV | 52.1 | 134.15 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 63 | 0 | 0.81 | 0.42 | 0.57 | 331.36 | 0.68 | 0.25 |
| Hex | 6D | 15 | 3F | 0 | 51 | 2A | 39 | 14B | 44 | 19 |
| Octal | 155 | 25 | 77 | 0 | 121 | 52 | 71 | 513 | 104 | 31 |
| Binary | 1101101 | 10101 | 111111 | 0 | 1010001 | 101010 | 111001 | 101001011 | 1000100 | 11001 |
Color Harmonies of #6D153F
Complementary color
Monochromatic Colors of #6D153F
Black with #6D153F
Text Example
Text Example
White with #6D153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D153F; }
p { color: rgb(109,21,63); }
H1.HeaderClassName
{
color: #6D153F;
}
.AnyTagClassName
{
color: #6D153F;
}
</style>
background-color css
<style>
a { background-color: #6D153F; }
a { background-color: rgb(109,21,63); }
div.DivClassName
{
background-color: #6D153F;
}
.BgClassName
{
background-color: #6D153F;
}
</style>
border-color css
<style>
span { border-color: #6D153F; }
span { border-color: rgb(109,21,63); }
td.TdClassName
{
border-color: #6D153F;
}
.TagClassName
{
border-color: #6D153F;
}
</style>