Shades of Pompadour #671234
Tints of Pompadour #671234
RGB
CMYK
RGB Variations
Color information
#671234 (or 0x671234) is known color: Pompadour. HEX triplet: 67, 12 and 34. RGB value is (103,18,52). Sum of RGB (Red+Green+Blue) = 103+18+52=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #671234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671234 is #98EDCB. Grayscale: #2F2F2F. Windows color (decimal): -10022348 or 3412583. OLE color: 3412583.
HSL color Cylindrical-coordinate representation of color #671234: hue angle of 336º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671234 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 18 | 52 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.60 |
| HSL | 336º | 0.7% | 0.24% | - |
| HSV(B) | 336º | 0.83% | 0.4% | - |
| XYZ | 6.43 | 3.56 | 3.6 | - |
| YUV | 47.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 52 | 0 | 0.83 | 0.50 | 0.60 | 336 | 0.7 | 0.24 |
| Hex | 67 | 12 | 34 | 0 | 53 | 32 | 3C | 150 | 46 | 18 |
| Octal | 147 | 22 | 64 | 0 | 123 | 62 | 74 | 520 | 106 | 30 |
| Binary | 1100111 | 10010 | 110100 | 0 | 1010011 | 110010 | 111100 | 101010000 | 1000110 | 11000 |
Color Harmonies of #671234
Complementary color
Monochromatic Colors of #671234
Black with #671234
Text Example
Text Example
White with #671234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671234; }
p { color: rgb(103,18,52); }
H1.HeaderClassName
{
color: #671234;
}
.AnyTagClassName
{
color: #671234;
}
</style>
background-color css
<style>
a { background-color: #671234; }
a { background-color: rgb(103,18,52); }
div.DivClassName
{
background-color: #671234;
}
.BgClassName
{
background-color: #671234;
}
</style>
border-color css
<style>
span { border-color: #671234; }
span { border-color: rgb(103,18,52); }
td.TdClassName
{
border-color: #671234;
}
.TagClassName
{
border-color: #671234;
}
</style>