Shades of Pompadour #6B174B
Tints of Pompadour #6B174B
RGB
CMYK
RGB Variations
Color information
#6B174B (or 0x6B174B) is known color: Pompadour. HEX triplet: 6B, 17 and 4B. RGB value is (107,23,75). Sum of RGB (Red+Green+Blue) = 107+23+75=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B174B is #94E8B4. Grayscale: #353535. Windows color (decimal): -9758901 or 4921195. OLE color: 4921195.
HSL color Cylindrical-coordinate representation of color #6B174B: hue angle of 322.86º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B174B is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 23 | 75 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.58 |
| HSL | 322.86º | 0.65% | 0.25% | - |
| HSV(B) | 322.86º | 0.79% | 0.42% | - |
| XYZ | 7.64 | 4.25 | 7.07 | - |
| YUV | 54.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 23 | 75 | 0 | 0.79 | 0.30 | 0.58 | 322.86 | 0.65 | 0.25 |
| Hex | 6B | 17 | 4B | 0 | 4F | 1E | 3A | 143 | 41 | 19 |
| Octal | 153 | 27 | 113 | 0 | 117 | 36 | 72 | 503 | 101 | 31 |
| Binary | 1101011 | 10111 | 1001011 | 0 | 1001111 | 11110 | 111010 | 101000011 | 1000001 | 11001 |
Color Harmonies of #6B174B
Complementary color
Monochromatic Colors of #6B174B
Black with #6B174B
Text Example
Text Example
White with #6B174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B174B; }
p { color: rgb(107,23,75); }
H1.HeaderClassName
{
color: #6B174B;
}
.AnyTagClassName
{
color: #6B174B;
}
</style>
background-color css
<style>
a { background-color: #6B174B; }
a { background-color: rgb(107,23,75); }
div.DivClassName
{
background-color: #6B174B;
}
.BgClassName
{
background-color: #6B174B;
}
</style>
border-color css
<style>
span { border-color: #6B174B; }
span { border-color: rgb(107,23,75); }
td.TdClassName
{
border-color: #6B174B;
}
.TagClassName
{
border-color: #6B174B;
}
</style>