Shades of Pompadour #6D1D3C
Tints of Pompadour #6D1D3C
RGB
CMYK
RGB Variations
Color information
#6D1D3C (or 0x6D1D3C) is known color: Pompadour. HEX triplet: 6D, 1D and 3C. RGB value is (109,29,60). Sum of RGB (Red+Green+Blue) = 109+29+60=198 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.05% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1D3C is #92E2C3. Grayscale: #383838. Windows color (decimal): -9626308 or 3939693. OLE color: 3939693.
HSL color Cylindrical-coordinate representation of color #6D1D3C: hue angle of 336.75º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D1D3C is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 29 | 60 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.57 |
| HSL | 336.75º | 0.58% | 0.27% | - |
| HSV(B) | 336.75º | 0.73% | 0.43% | - |
| XYZ | 7.56 | 4.46 | 4.74 | - |
| YUV | 56.45 | 130 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 60 | 0 | 0.73 | 0.45 | 0.57 | 336.75 | 0.58 | 0.27 |
| Hex | 6D | 1D | 3C | 0 | 49 | 2D | 39 | 151 | 3A | 1B |
| Octal | 155 | 35 | 74 | 0 | 111 | 55 | 71 | 521 | 72 | 33 |
| Binary | 1101101 | 11101 | 111100 | 0 | 1001001 | 101101 | 111001 | 101010001 | 111010 | 11011 |
Color Harmonies of #6D1D3C
Complementary color
Monochromatic Colors of #6D1D3C
Black with #6D1D3C
Text Example
Text Example
White with #6D1D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1D3C; }
p { color: rgb(109,29,60); }
H1.HeaderClassName
{
color: #6D1D3C;
}
.AnyTagClassName
{
color: #6D1D3C;
}
</style>
background-color css
<style>
a { background-color: #6D1D3C; }
a { background-color: rgb(109,29,60); }
div.DivClassName
{
background-color: #6D1D3C;
}
.BgClassName
{
background-color: #6D1D3C;
}
</style>
border-color css
<style>
span { border-color: #6D1D3C; }
span { border-color: rgb(109,29,60); }
td.TdClassName
{
border-color: #6D1D3C;
}
.TagClassName
{
border-color: #6D1D3C;
}
</style>