Shades of Pompadour #612A4B
Tints of Pompadour #612A4B
RGB
CMYK
RGB Variations
Color information
#612A4B (or 0x612A4B) is known color: Pompadour. HEX triplet: 61, 2A and 4B. RGB value is (97,42,75). Sum of RGB (Red+Green+Blue) = 97+42+75=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #612A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A4B is #9ED5B4. Grayscale: #3E3E3E. Windows color (decimal): -10409397 or 4926049. OLE color: 4926049.
HSL color Cylindrical-coordinate representation of color #612A4B: hue angle of 324º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #612A4B is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 75 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.62 |
| HSL | 324º | 0.4% | 0.27% | - |
| HSV(B) | 324º | 0.57% | 0.38% | - |
| XYZ | 7.03 | 4.71 | 7.19 | - |
| YUV | 62.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 75 | 0 | 0.57 | 0.23 | 0.62 | 324 | 0.4 | 0.27 |
| Hex | 61 | 2A | 4B | 0 | 39 | 17 | 3E | 144 | 28 | 1B |
| Octal | 141 | 52 | 113 | 0 | 71 | 27 | 76 | 504 | 50 | 33 |
| Binary | 1100001 | 101010 | 1001011 | 0 | 111001 | 10111 | 111110 | 101000100 | 101000 | 11011 |
Color Harmonies of #612A4B
Complementary color
Monochromatic Colors of #612A4B
Black with #612A4B
Text Example
Text Example
White with #612A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A4B; }
p { color: rgb(97,42,75); }
H1.HeaderClassName
{
color: #612A4B;
}
.AnyTagClassName
{
color: #612A4B;
}
</style>
background-color css
<style>
a { background-color: #612A4B; }
a { background-color: rgb(97,42,75); }
div.DivClassName
{
background-color: #612A4B;
}
.BgClassName
{
background-color: #612A4B;
}
</style>
border-color css
<style>
span { border-color: #612A4B; }
span { border-color: rgb(97,42,75); }
td.TdClassName
{
border-color: #612A4B;
}
.TagClassName
{
border-color: #612A4B;
}
</style>