Shades of Pompadour #6D1339
Tints of Pompadour #6D1339
RGB
CMYK
RGB Variations
Color information
#6D1339 (or 0x6D1339) is known color: Pompadour. HEX triplet: 6D, 13 and 39. RGB value is (109,19,57). Sum of RGB (Red+Green+Blue) = 109+19+57=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1339 is #92ECC6. Grayscale: #323232. Windows color (decimal): -9628871 or 3740525. OLE color: 3740525.
HSL color Cylindrical-coordinate representation of color #6D1339: hue angle of 334.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1339 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 57 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.57 |
| HSL | 334.67º | 0.7% | 0.25% | - |
| HSV(B) | 334.67º | 0.83% | 0.43% | - |
| XYZ | 7.28 | 4.01 | 4.26 | - |
| YUV | 50.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 57 | 0 | 0.83 | 0.48 | 0.57 | 334.67 | 0.7 | 0.25 |
| Hex | 6D | 13 | 39 | 0 | 53 | 30 | 39 | 14F | 46 | 19 |
| Octal | 155 | 23 | 71 | 0 | 123 | 60 | 71 | 517 | 106 | 31 |
| Binary | 1101101 | 10011 | 111001 | 0 | 1010011 | 110000 | 111001 | 101001111 | 1000110 | 11001 |
Color Harmonies of #6D1339
Complementary color
Monochromatic Colors of #6D1339
Black with #6D1339
Text Example
Text Example
White with #6D1339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1339; }
p { color: rgb(109,19,57); }
H1.HeaderClassName
{
color: #6D1339;
}
.AnyTagClassName
{
color: #6D1339;
}
</style>
background-color css
<style>
a { background-color: #6D1339; }
a { background-color: rgb(109,19,57); }
div.DivClassName
{
background-color: #6D1339;
}
.BgClassName
{
background-color: #6D1339;
}
</style>
border-color css
<style>
span { border-color: #6D1339; }
span { border-color: rgb(109,19,57); }
td.TdClassName
{
border-color: #6D1339;
}
.TagClassName
{
border-color: #6D1339;
}
</style>