Shades of Pompadour #83123E
Tints of Pompadour #83123E
RGB
CMYK
RGB Variations
Color information
#83123E (or 0x83123E) is known color: Pompadour. HEX triplet: 83, 12 and 3E. RGB value is (131,18,62). Sum of RGB (Red+Green+Blue) = 131+18+62=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #83123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83123E is #7CEDC1. Grayscale: #383838. Windows color (decimal): -8187330 or 4067971. OLE color: 4067971.
HSL color Cylindrical-coordinate representation of color #83123E: hue angle of 336.64º 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 #83123E is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 18 | 62 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.49 |
| HSL | 336.64º | 0.76% | 0.29% | - |
| HSV(B) | 336.64º | 0.86% | 0.51% | - |
| XYZ | 10.45 | 5.61 | 5.09 | - |
| YUV | 56.8 | 130.94 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 62 | 0 | 0.86 | 0.53 | 0.49 | 336.64 | 0.76 | 0.29 |
| Hex | 83 | 12 | 3E | 0 | 56 | 35 | 31 | 151 | 4C | 1D |
| Octal | 203 | 22 | 76 | 0 | 126 | 65 | 61 | 521 | 114 | 35 |
| Binary | 10000011 | 10010 | 111110 | 0 | 1010110 | 110101 | 110001 | 101010001 | 1001100 | 11101 |
Color Harmonies of #83123E
Complementary color
Monochromatic Colors of #83123E
Black with #83123E
Text Example
Text Example
White with #83123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83123E; }
p { color: rgb(131,18,62); }
H1.HeaderClassName
{
color: #83123E;
}
.AnyTagClassName
{
color: #83123E;
}
</style>
background-color css
<style>
a { background-color: #83123E; }
a { background-color: rgb(131,18,62); }
div.DivClassName
{
background-color: #83123E;
}
.BgClassName
{
background-color: #83123E;
}
</style>
border-color css
<style>
span { border-color: #83123E; }
span { border-color: rgb(131,18,62); }
td.TdClassName
{
border-color: #83123E;
}
.TagClassName
{
border-color: #83123E;
}
</style>