Shades of Pompadour #6A184B
Tints of Pompadour #6A184B
RGB
CMYK
RGB Variations
Color information
#6A184B (or 0x6A184B) is known color: Pompadour. HEX triplet: 6A, 18 and 4B. RGB value is (106,24,75). Sum of RGB (Red+Green+Blue) = 106+24+75=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A184B is #95E7B4. Grayscale: #363636. Windows color (decimal): -9824181 or 4921450. OLE color: 4921450.
HSL color Cylindrical-coordinate representation of color #6A184B: hue angle of 322.68º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A184B is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 24 | 75 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.58 |
| HSL | 322.68º | 0.63% | 0.25% | - |
| HSV(B) | 322.68º | 0.77% | 0.42% | - |
| XYZ | 7.54 | 4.23 | 7.07 | - |
| YUV | 54.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 24 | 75 | 0 | 0.77 | 0.29 | 0.58 | 322.68 | 0.63 | 0.25 |
| Hex | 6A | 18 | 4B | 0 | 4D | 1D | 3A | 143 | 3F | 19 |
| Octal | 152 | 30 | 113 | 0 | 115 | 35 | 72 | 503 | 77 | 31 |
| Binary | 1101010 | 11000 | 1001011 | 0 | 1001101 | 11101 | 111010 | 101000011 | 111111 | 11001 |
Color Harmonies of #6A184B
Complementary color
Monochromatic Colors of #6A184B
Black with #6A184B
Text Example
Text Example
White with #6A184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A184B; }
p { color: rgb(106,24,75); }
H1.HeaderClassName
{
color: #6A184B;
}
.AnyTagClassName
{
color: #6A184B;
}
</style>
background-color css
<style>
a { background-color: #6A184B; }
a { background-color: rgb(106,24,75); }
div.DivClassName
{
background-color: #6A184B;
}
.BgClassName
{
background-color: #6A184B;
}
</style>
border-color css
<style>
span { border-color: #6A184B; }
span { border-color: rgb(106,24,75); }
td.TdClassName
{
border-color: #6A184B;
}
.TagClassName
{
border-color: #6A184B;
}
</style>