Shades of Pompadour #6F234B
Tints of Pompadour #6F234B
RGB
CMYK
RGB Variations
Color information
#6F234B (or 0x6F234B) is known color: Pompadour. HEX triplet: 6F, 23 and 4B. RGB value is (111,35,75). Sum of RGB (Red+Green+Blue) = 111+35+75=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F234B is #90DCB4. Grayscale: #3E3E3E. Windows color (decimal): -9493685 or 4924271. OLE color: 4924271.
HSL color Cylindrical-coordinate representation of color #6F234B: hue angle of 328.42º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F234B is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 75 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.56 |
| HSL | 328.42º | 0.52% | 0.29% | - |
| HSV(B) | 328.42º | 0.68% | 0.44% | - |
| XYZ | 8.43 | 5.09 | 7.19 | - |
| YUV | 62.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 75 | 0 | 0.68 | 0.32 | 0.56 | 328.42 | 0.52 | 0.29 |
| Hex | 6F | 23 | 4B | 0 | 44 | 20 | 38 | 148 | 34 | 1D |
| Octal | 157 | 43 | 113 | 0 | 104 | 40 | 70 | 510 | 64 | 35 |
| Binary | 1101111 | 100011 | 1001011 | 0 | 1000100 | 100000 | 111000 | 101001000 | 110100 | 11101 |
Color Harmonies of #6F234B
Complementary color
Monochromatic Colors of #6F234B
Black with #6F234B
Text Example
Text Example
White with #6F234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F234B; }
p { color: rgb(111,35,75); }
H1.HeaderClassName
{
color: #6F234B;
}
.AnyTagClassName
{
color: #6F234B;
}
</style>
background-color css
<style>
a { background-color: #6F234B; }
a { background-color: rgb(111,35,75); }
div.DivClassName
{
background-color: #6F234B;
}
.BgClassName
{
background-color: #6F234B;
}
</style>
border-color css
<style>
span { border-color: #6F234B; }
span { border-color: rgb(111,35,75); }
td.TdClassName
{
border-color: #6F234B;
}
.TagClassName
{
border-color: #6F234B;
}
</style>