Shades of Pompadour #83123F
Tints of Pompadour #83123F
RGB
CMYK
RGB Variations
Color information
#83123F (or 0x83123F) is known color: Pompadour. HEX triplet: 83, 12 and 3F. RGB value is (131,18,63). Sum of RGB (Red+Green+Blue) = 131+18+63=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #83123F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83123F is #7CEDC0. Grayscale: #383838. Windows color (decimal): -8187329 or 4133507. OLE color: 4133507.
HSL color Cylindrical-coordinate representation of color #83123F: hue angle of 336.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83123F is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 18 | 63 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.49 |
| HSL | 336.11º | 0.76% | 0.29% | - |
| HSV(B) | 336.11º | 0.86% | 0.51% | - |
| XYZ | 10.47 | 5.62 | 5.23 | - |
| YUV | 56.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 63 | 0 | 0.86 | 0.52 | 0.49 | 336.11 | 0.76 | 0.29 |
| Hex | 83 | 12 | 3F | 0 | 56 | 34 | 31 | 150 | 4C | 1D |
| Octal | 203 | 22 | 77 | 0 | 126 | 64 | 61 | 520 | 114 | 35 |
| Binary | 10000011 | 10010 | 111111 | 0 | 1010110 | 110100 | 110001 | 101010000 | 1001100 | 11101 |
Color Harmonies of #83123F
Complementary color
Monochromatic Colors of #83123F
Black with #83123F
Text Example
Text Example
White with #83123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83123F; }
p { color: rgb(131,18,63); }
H1.HeaderClassName
{
color: #83123F;
}
.AnyTagClassName
{
color: #83123F;
}
</style>
background-color css
<style>
a { background-color: #83123F; }
a { background-color: rgb(131,18,63); }
div.DivClassName
{
background-color: #83123F;
}
.BgClassName
{
background-color: #83123F;
}
</style>
border-color css
<style>
span { border-color: #83123F; }
span { border-color: rgb(131,18,63); }
td.TdClassName
{
border-color: #83123F;
}
.TagClassName
{
border-color: #83123F;
}
</style>