Shades of Pompadour #6D284B
Tints of Pompadour #6D284B
RGB
CMYK
RGB Variations
Color information
#6D284B (or 0x6D284B) is known color: Pompadour. HEX triplet: 6D, 28 and 4B. RGB value is (109,40,75). Sum of RGB (Red+Green+Blue) = 109+40+75=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D284B is #92D7B4. Grayscale: #404040. Windows color (decimal): -9623477 or 4925549. OLE color: 4925549.
HSL color Cylindrical-coordinate representation of color #6D284B: hue angle of 329.57º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D284B is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 75 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.57 |
| HSL | 329.57º | 0.46% | 0.29% | - |
| HSV(B) | 329.57º | 0.63% | 0.43% | - |
| XYZ | 8.34 | 5.28 | 7.24 | - |
| YUV | 64.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 75 | 0 | 0.63 | 0.31 | 0.57 | 329.57 | 0.46 | 0.29 |
| Hex | 6D | 28 | 4B | 0 | 3F | 1F | 39 | 14A | 2E | 1D |
| Octal | 155 | 50 | 113 | 0 | 77 | 37 | 71 | 512 | 56 | 35 |
| Binary | 1101101 | 101000 | 1001011 | 0 | 111111 | 11111 | 111001 | 101001010 | 101110 | 11101 |
Color Harmonies of #6D284B
Complementary color
Monochromatic Colors of #6D284B
Black with #6D284B
Text Example
Text Example
White with #6D284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D284B; }
p { color: rgb(109,40,75); }
H1.HeaderClassName
{
color: #6D284B;
}
.AnyTagClassName
{
color: #6D284B;
}
</style>
background-color css
<style>
a { background-color: #6D284B; }
a { background-color: rgb(109,40,75); }
div.DivClassName
{
background-color: #6D284B;
}
.BgClassName
{
background-color: #6D284B;
}
</style>
border-color css
<style>
span { border-color: #6D284B; }
span { border-color: rgb(109,40,75); }
td.TdClassName
{
border-color: #6D284B;
}
.TagClassName
{
border-color: #6D284B;
}
</style>