Shades of Pompadour #6B2C4A
Tints of Pompadour #6B2C4A
RGB
CMYK
RGB Variations
Color information
#6B2C4A (or 0x6B2C4A) is known color: Pompadour. HEX triplet: 6B, 2C and 4A. RGB value is (107,44,74). Sum of RGB (Red+Green+Blue) = 107+44+74=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2C4A is #94D3B5. Grayscale: #424242. Windows color (decimal): -9753526 or 4861035. OLE color: 4861035.
HSL color Cylindrical-coordinate representation of color #6B2C4A: hue angle of 331.43º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B2C4A is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 44 | 74 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.58 |
| HSL | 331.43º | 0.42% | 0.3% | - |
| HSV(B) | 331.43º | 0.59% | 0.42% | - |
| XYZ | 8.2 | 5.42 | 7.09 | - |
| YUV | 66.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 44 | 74 | 0 | 0.59 | 0.31 | 0.58 | 331.43 | 0.42 | 0.3 |
| Hex | 6B | 2C | 4A | 0 | 3B | 1F | 3A | 14B | 2A | 1E |
| Octal | 153 | 54 | 112 | 0 | 73 | 37 | 72 | 513 | 52 | 36 |
| Binary | 1101011 | 101100 | 1001010 | 0 | 111011 | 11111 | 111010 | 101001011 | 101010 | 11110 |
Color Harmonies of #6B2C4A
Complementary color
Monochromatic Colors of #6B2C4A
Black with #6B2C4A
Text Example
Text Example
White with #6B2C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2C4A; }
p { color: rgb(107,44,74); }
H1.HeaderClassName
{
color: #6B2C4A;
}
.AnyTagClassName
{
color: #6B2C4A;
}
</style>
background-color css
<style>
a { background-color: #6B2C4A; }
a { background-color: rgb(107,44,74); }
div.DivClassName
{
background-color: #6B2C4A;
}
.BgClassName
{
background-color: #6B2C4A;
}
</style>
border-color css
<style>
span { border-color: #6B2C4A; }
span { border-color: rgb(107,44,74); }
td.TdClassName
{
border-color: #6B2C4A;
}
.TagClassName
{
border-color: #6B2C4A;
}
</style>