Shades of Pompadour #6F264A
Tints of Pompadour #6F264A
RGB
CMYK
RGB Variations
Color information
#6F264A (or 0x6F264A) is known color: Pompadour. HEX triplet: 6F, 26 and 4A. RGB value is (111,38,74). Sum of RGB (Red+Green+Blue) = 111+38+74=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F264A is #90D9B5. Grayscale: #3F3F3F. Windows color (decimal): -9492918 or 4859503. OLE color: 4859503.
HSL color Cylindrical-coordinate representation of color #6F264A: hue angle of 330.41º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F264A is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 38 | 74 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.56 |
| HSL | 330.41º | 0.49% | 0.29% | - |
| HSV(B) | 330.41º | 0.66% | 0.44% | - |
| XYZ | 8.48 | 5.26 | 7.05 | - |
| YUV | 63.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 74 | 0 | 0.66 | 0.33 | 0.56 | 330.41 | 0.49 | 0.29 |
| Hex | 6F | 26 | 4A | 0 | 42 | 21 | 38 | 14A | 31 | 1D |
| Octal | 157 | 46 | 112 | 0 | 102 | 41 | 70 | 512 | 61 | 35 |
| Binary | 1101111 | 100110 | 1001010 | 0 | 1000010 | 100001 | 111000 | 101001010 | 110001 | 11101 |
Color Harmonies of #6F264A
Complementary color
Monochromatic Colors of #6F264A
Black with #6F264A
Text Example
Text Example
White with #6F264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F264A; }
p { color: rgb(111,38,74); }
H1.HeaderClassName
{
color: #6F264A;
}
.AnyTagClassName
{
color: #6F264A;
}
</style>
background-color css
<style>
a { background-color: #6F264A; }
a { background-color: rgb(111,38,74); }
div.DivClassName
{
background-color: #6F264A;
}
.BgClassName
{
background-color: #6F264A;
}
</style>
border-color css
<style>
span { border-color: #6F264A; }
span { border-color: rgb(111,38,74); }
td.TdClassName
{
border-color: #6F264A;
}
.TagClassName
{
border-color: #6F264A;
}
</style>