Shades of Pompadour #6C184B
Tints of Pompadour #6C184B
RGB
CMYK
RGB Variations
Color information
#6C184B (or 0x6C184B) is known color: Pompadour. HEX triplet: 6C, 18 and 4B. RGB value is (108,24,75). Sum of RGB (Red+Green+Blue) = 108+24+75=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C184B is #93E7B4. Grayscale: #363636. Windows color (decimal): -9693109 or 4921452. OLE color: 4921452.
HSL color Cylindrical-coordinate representation of color #6C184B: hue angle of 323.57º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C184B is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 24 | 75 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.58 |
| HSL | 323.57º | 0.64% | 0.26% | - |
| HSV(B) | 323.57º | 0.78% | 0.42% | - |
| XYZ | 7.78 | 4.35 | 7.09 | - |
| YUV | 54.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 24 | 75 | 0 | 0.78 | 0.31 | 0.58 | 323.57 | 0.64 | 0.26 |
| Hex | 6C | 18 | 4B | 0 | 4E | 1F | 3A | 144 | 40 | 1A |
| Octal | 154 | 30 | 113 | 0 | 116 | 37 | 72 | 504 | 100 | 32 |
| Binary | 1101100 | 11000 | 1001011 | 0 | 1001110 | 11111 | 111010 | 101000100 | 1000000 | 11010 |
Color Harmonies of #6C184B
Complementary color
Monochromatic Colors of #6C184B
Black with #6C184B
Text Example
Text Example
White with #6C184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C184B; }
p { color: rgb(108,24,75); }
H1.HeaderClassName
{
color: #6C184B;
}
.AnyTagClassName
{
color: #6C184B;
}
</style>
background-color css
<style>
a { background-color: #6C184B; }
a { background-color: rgb(108,24,75); }
div.DivClassName
{
background-color: #6C184B;
}
.BgClassName
{
background-color: #6C184B;
}
</style>
border-color css
<style>
span { border-color: #6C184B; }
span { border-color: rgb(108,24,75); }
td.TdClassName
{
border-color: #6C184B;
}
.TagClassName
{
border-color: #6C184B;
}
</style>