Shades of Pompadour #6B2745
Tints of Pompadour #6B2745
RGB
CMYK
RGB Variations
Color information
#6B2745 (or 0x6B2745) is known color: Pompadour. HEX triplet: 6B, 27 and 45. RGB value is (107,39,69). Sum of RGB (Red+Green+Blue) = 107+39+69=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2745 is #94D8BA. Grayscale: #3E3E3E. Windows color (decimal): -9754811 or 4532075. OLE color: 4532075.
HSL color Cylindrical-coordinate representation of color #6B2745: hue angle of 333.53º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B2745 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 39 | 69 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.58 |
| HSL | 333.53º | 0.47% | 0.29% | - |
| HSV(B) | 333.53º | 0.64% | 0.42% | - |
| XYZ | 7.86 | 5.01 | 6.18 | - |
| YUV | 62.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 39 | 69 | 0 | 0.64 | 0.36 | 0.58 | 333.53 | 0.47 | 0.29 |
| Hex | 6B | 27 | 45 | 0 | 40 | 24 | 3A | 14E | 2F | 1D |
| Octal | 153 | 47 | 105 | 0 | 100 | 44 | 72 | 516 | 57 | 35 |
| Binary | 1101011 | 100111 | 1000101 | 0 | 1000000 | 100100 | 111010 | 101001110 | 101111 | 11101 |
Color Harmonies of #6B2745
Complementary color
Monochromatic Colors of #6B2745
Black with #6B2745
Text Example
Text Example
White with #6B2745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2745; }
p { color: rgb(107,39,69); }
H1.HeaderClassName
{
color: #6B2745;
}
.AnyTagClassName
{
color: #6B2745;
}
</style>
background-color css
<style>
a { background-color: #6B2745; }
a { background-color: rgb(107,39,69); }
div.DivClassName
{
background-color: #6B2745;
}
.BgClassName
{
background-color: #6B2745;
}
</style>
border-color css
<style>
span { border-color: #6B2745; }
span { border-color: rgb(107,39,69); }
td.TdClassName
{
border-color: #6B2745;
}
.TagClassName
{
border-color: #6B2745;
}
</style>