Shades of Pompadour #6B234D
Tints of Pompadour #6B234D
RGB
CMYK
RGB Variations
Color information
#6B234D (or 0x6B234D) is known color: Pompadour. HEX triplet: 6B, 23 and 4D. RGB value is (107,35,77). Sum of RGB (Red+Green+Blue) = 107+35+77=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B234D is #94DCB2. Grayscale: #3D3D3D. Windows color (decimal): -9755827 or 5055339. OLE color: 5055339.
HSL color Cylindrical-coordinate representation of color #6B234D: hue angle of 325º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B234D is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 35 | 77 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.58 |
| HSL | 325º | 0.51% | 0.28% | - |
| HSV(B) | 325º | 0.67% | 0.42% | - |
| XYZ | 8 | 4.86 | 7.54 | - |
| YUV | 61.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 35 | 77 | 0 | 0.67 | 0.28 | 0.58 | 325 | 0.51 | 0.28 |
| Hex | 6B | 23 | 4D | 0 | 43 | 1C | 3A | 145 | 33 | 1C |
| Octal | 153 | 43 | 115 | 0 | 103 | 34 | 72 | 505 | 63 | 34 |
| Binary | 1101011 | 100011 | 1001101 | 0 | 1000011 | 11100 | 111010 | 101000101 | 110011 | 11100 |
Color Harmonies of #6B234D
Complementary color
Monochromatic Colors of #6B234D
Black with #6B234D
Text Example
Text Example
White with #6B234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B234D; }
p { color: rgb(107,35,77); }
H1.HeaderClassName
{
color: #6B234D;
}
.AnyTagClassName
{
color: #6B234D;
}
</style>
background-color css
<style>
a { background-color: #6B234D; }
a { background-color: rgb(107,35,77); }
div.DivClassName
{
background-color: #6B234D;
}
.BgClassName
{
background-color: #6B234D;
}
</style>
border-color css
<style>
span { border-color: #6B234D; }
span { border-color: rgb(107,35,77); }
td.TdClassName
{
border-color: #6B234D;
}
.TagClassName
{
border-color: #6B234D;
}
</style>