Shades of Pompadour #6B274A
Tints of Pompadour #6B274A
RGB
CMYK
RGB Variations
Color information
#6B274A (or 0x6B274A) is known color: Pompadour. HEX triplet: 6B, 27 and 4A. RGB value is (107,39,74). Sum of RGB (Red+Green+Blue) = 107+39+74=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B274A is #94D8B5. Grayscale: #3F3F3F. Windows color (decimal): -9754806 or 4859755. OLE color: 4859755.
HSL color Cylindrical-coordinate representation of color #6B274A: hue angle of 329.12º 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 #6B274A is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 39 | 74 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.58 |
| HSL | 329.12º | 0.47% | 0.29% | - |
| HSV(B) | 329.12º | 0.64% | 0.42% | - |
| XYZ | 8.02 | 5.07 | 7.03 | - |
| YUV | 63.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 39 | 74 | 0 | 0.64 | 0.31 | 0.58 | 329.12 | 0.47 | 0.29 |
| Hex | 6B | 27 | 4A | 0 | 40 | 1F | 3A | 149 | 2F | 1D |
| Octal | 153 | 47 | 112 | 0 | 100 | 37 | 72 | 511 | 57 | 35 |
| Binary | 1101011 | 100111 | 1001010 | 0 | 1000000 | 11111 | 111010 | 101001001 | 101111 | 11101 |
Color Harmonies of #6B274A
Complementary color
Monochromatic Colors of #6B274A
Black with #6B274A
Text Example
Text Example
White with #6B274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B274A; }
p { color: rgb(107,39,74); }
H1.HeaderClassName
{
color: #6B274A;
}
.AnyTagClassName
{
color: #6B274A;
}
</style>
background-color css
<style>
a { background-color: #6B274A; }
a { background-color: rgb(107,39,74); }
div.DivClassName
{
background-color: #6B274A;
}
.BgClassName
{
background-color: #6B274A;
}
</style>
border-color css
<style>
span { border-color: #6B274A; }
span { border-color: rgb(107,39,74); }
td.TdClassName
{
border-color: #6B274A;
}
.TagClassName
{
border-color: #6B274A;
}
</style>