Shades of Pompadour #67234C
Tints of Pompadour #67234C
RGB
CMYK
RGB Variations
Color information
#67234C (or 0x67234C) is known color: Pompadour. HEX triplet: 67, 23 and 4C. RGB value is (103,35,76). Sum of RGB (Red+Green+Blue) = 103+35+76=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 103 - color contains mainly: red. Hex color #67234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67234C is #98DCB3. Grayscale: #3B3B3B. Windows color (decimal): -10017972 or 4989799. OLE color: 4989799.
HSL color Cylindrical-coordinate representation of color #67234C: hue angle of 323.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67234C is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 35 | 76 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.60 |
| HSL | 323.82º | 0.49% | 0.27% | - |
| HSV(B) | 323.82º | 0.66% | 0.4% | - |
| XYZ | 7.5 | 4.61 | 7.33 | - |
| YUV | 60.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 35 | 76 | 0 | 0.66 | 0.26 | 0.60 | 323.82 | 0.49 | 0.27 |
| Hex | 67 | 23 | 4C | 0 | 42 | 1A | 3C | 144 | 31 | 1B |
| Octal | 147 | 43 | 114 | 0 | 102 | 32 | 74 | 504 | 61 | 33 |
| Binary | 1100111 | 100011 | 1001100 | 0 | 1000010 | 11010 | 111100 | 101000100 | 110001 | 11011 |
Color Harmonies of #67234C
Complementary color
Monochromatic Colors of #67234C
Black with #67234C
Text Example
Text Example
White with #67234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67234C; }
p { color: rgb(103,35,76); }
H1.HeaderClassName
{
color: #67234C;
}
.AnyTagClassName
{
color: #67234C;
}
</style>
background-color css
<style>
a { background-color: #67234C; }
a { background-color: rgb(103,35,76); }
div.DivClassName
{
background-color: #67234C;
}
.BgClassName
{
background-color: #67234C;
}
</style>
border-color css
<style>
span { border-color: #67234C; }
span { border-color: rgb(103,35,76); }
td.TdClassName
{
border-color: #67234C;
}
.TagClassName
{
border-color: #67234C;
}
</style>