Shades of Pompadour #6D183D
Tints of Pompadour #6D183D
RGB
CMYK
RGB Variations
Color information
#6D183D (or 0x6D183D) is known color: Pompadour. HEX triplet: 6D, 18 and 3D. RGB value is (109,24,61). Sum of RGB (Red+Green+Blue) = 109+24+61=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D183D is #92E7C2. Grayscale: #353535. Windows color (decimal): -9627587 or 4003949. OLE color: 4003949.
HSL color Cylindrical-coordinate representation of color #6D183D: hue angle of 333.88º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D183D is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 24 | 61 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.57 |
| HSL | 333.88º | 0.64% | 0.26% | - |
| HSV(B) | 333.88º | 0.78% | 0.43% | - |
| XYZ | 7.48 | 4.24 | 4.84 | - |
| YUV | 53.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 61 | 0 | 0.78 | 0.44 | 0.57 | 333.88 | 0.64 | 0.26 |
| Hex | 6D | 18 | 3D | 0 | 4E | 2C | 39 | 14E | 40 | 1A |
| Octal | 155 | 30 | 75 | 0 | 116 | 54 | 71 | 516 | 100 | 32 |
| Binary | 1101101 | 11000 | 111101 | 0 | 1001110 | 101100 | 111001 | 101001110 | 1000000 | 11010 |
Color Harmonies of #6D183D
Complementary color
Monochromatic Colors of #6D183D
Black with #6D183D
Text Example
Text Example
White with #6D183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D183D; }
p { color: rgb(109,24,61); }
H1.HeaderClassName
{
color: #6D183D;
}
.AnyTagClassName
{
color: #6D183D;
}
</style>
background-color css
<style>
a { background-color: #6D183D; }
a { background-color: rgb(109,24,61); }
div.DivClassName
{
background-color: #6D183D;
}
.BgClassName
{
background-color: #6D183D;
}
</style>
border-color css
<style>
span { border-color: #6D183D; }
span { border-color: rgb(109,24,61); }
td.TdClassName
{
border-color: #6D183D;
}
.TagClassName
{
border-color: #6D183D;
}
</style>