Shades of Pompadour #830A4B
Tints of Pompadour #830A4B
RGB
CMYK
RGB Variations
Color information
#830A4B (or 0x830A4B) is known color: Pompadour. HEX triplet: 83, 0A and 4B. RGB value is (131,10,75). Sum of RGB (Red+Green+Blue) = 131+10+75=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #830A4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #830A4B is #7CF5B4. Grayscale: #353535. Windows color (decimal): -8189365 or 4917891. OLE color: 4917891.
HSL color Cylindrical-coordinate representation of color #830A4B: hue angle of 327.77º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830A4B is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 10 | 75 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.49 |
| HSL | 327.77º | 0.86% | 0.28% | - |
| HSV(B) | 327.77º | 0.92% | 0.51% | - |
| XYZ | 10.74 | 5.55 | 7.16 | - |
| YUV | 53.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 75 | 0 | 0.92 | 0.43 | 0.49 | 327.77 | 0.86 | 0.28 |
| Hex | 83 | A | 4B | 0 | 5C | 2B | 31 | 148 | 56 | 1C |
| Octal | 203 | 12 | 113 | 0 | 134 | 53 | 61 | 510 | 126 | 34 |
| Binary | 10000011 | 1010 | 1001011 | 0 | 1011100 | 101011 | 110001 | 101001000 | 1010110 | 11100 |
Color Harmonies of #830A4B
Complementary color
Monochromatic Colors of #830A4B
Black with #830A4B
Text Example
Text Example
White with #830A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830A4B; }
p { color: rgb(131,10,75); }
H1.HeaderClassName
{
color: #830A4B;
}
.AnyTagClassName
{
color: #830A4B;
}
</style>
background-color css
<style>
a { background-color: #830A4B; }
a { background-color: rgb(131,10,75); }
div.DivClassName
{
background-color: #830A4B;
}
.BgClassName
{
background-color: #830A4B;
}
</style>
border-color css
<style>
span { border-color: #830A4B; }
span { border-color: rgb(131,10,75); }
td.TdClassName
{
border-color: #830A4B;
}
.TagClassName
{
border-color: #830A4B;
}
</style>