Shades of Pompadour #6D264B
Tints of Pompadour #6D264B
RGB
CMYK
RGB Variations
Color information
#6D264B (or 0x6D264B) is known color: Pompadour. HEX triplet: 6D, 26 and 4B. RGB value is (109,38,75). Sum of RGB (Red+Green+Blue) = 109+38+75=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D264B is #92D9B4. Grayscale: #3F3F3F. Windows color (decimal): -9623989 or 4925037. OLE color: 4925037.
HSL color Cylindrical-coordinate representation of color #6D264B: hue angle of 328.73º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D264B is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 38 | 75 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.57 |
| HSL | 328.73º | 0.48% | 0.29% | - |
| HSV(B) | 328.73º | 0.65% | 0.43% | - |
| XYZ | 8.27 | 5.15 | 7.21 | - |
| YUV | 63.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 75 | 0 | 0.65 | 0.31 | 0.57 | 328.73 | 0.48 | 0.29 |
| Hex | 6D | 26 | 4B | 0 | 41 | 1F | 39 | 149 | 30 | 1D |
| Octal | 155 | 46 | 113 | 0 | 101 | 37 | 71 | 511 | 60 | 35 |
| Binary | 1101101 | 100110 | 1001011 | 0 | 1000001 | 11111 | 111001 | 101001001 | 110000 | 11101 |
Color Harmonies of #6D264B
Complementary color
Monochromatic Colors of #6D264B
Black with #6D264B
Text Example
Text Example
White with #6D264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D264B; }
p { color: rgb(109,38,75); }
H1.HeaderClassName
{
color: #6D264B;
}
.AnyTagClassName
{
color: #6D264B;
}
</style>
background-color css
<style>
a { background-color: #6D264B; }
a { background-color: rgb(109,38,75); }
div.DivClassName
{
background-color: #6D264B;
}
.BgClassName
{
background-color: #6D264B;
}
</style>
border-color css
<style>
span { border-color: #6D264B; }
span { border-color: rgb(109,38,75); }
td.TdClassName
{
border-color: #6D264B;
}
.TagClassName
{
border-color: #6D264B;
}
</style>