Shades of Pompadour #7B183F
Tints of Pompadour #7B183F
RGB
CMYK
RGB Variations
Color information
#7B183F (or 0x7B183F) is known color: Pompadour. HEX triplet: 7B, 18 and 3F. RGB value is (123,24,63). Sum of RGB (Red+Green+Blue) = 123+24+63=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B183F is #84E7C0. Grayscale: #393939. Windows color (decimal): -8710081 or 4135035. OLE color: 4135035.
HSL color Cylindrical-coordinate representation of color #7B183F: hue angle of 336.36º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B183F is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 24 | 63 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.52 |
| HSL | 336.36º | 0.67% | 0.29% | - |
| HSV(B) | 336.36º | 0.8% | 0.48% | - |
| XYZ | 9.39 | 5.22 | 5.22 | - |
| YUV | 58.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 24 | 63 | 0 | 0.80 | 0.49 | 0.52 | 336.36 | 0.67 | 0.29 |
| Hex | 7B | 18 | 3F | 0 | 50 | 31 | 34 | 150 | 43 | 1D |
| Octal | 173 | 30 | 77 | 0 | 120 | 61 | 64 | 520 | 103 | 35 |
| Binary | 1111011 | 11000 | 111111 | 0 | 1010000 | 110001 | 110100 | 101010000 | 1000011 | 11101 |
Color Harmonies of #7B183F
Complementary color
Monochromatic Colors of #7B183F
Black with #7B183F
Text Example
Text Example
White with #7B183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B183F; }
p { color: rgb(123,24,63); }
H1.HeaderClassName
{
color: #7B183F;
}
.AnyTagClassName
{
color: #7B183F;
}
</style>
background-color css
<style>
a { background-color: #7B183F; }
a { background-color: rgb(123,24,63); }
div.DivClassName
{
background-color: #7B183F;
}
.BgClassName
{
background-color: #7B183F;
}
</style>
border-color css
<style>
span { border-color: #7B183F; }
span { border-color: rgb(123,24,63); }
td.TdClassName
{
border-color: #7B183F;
}
.TagClassName
{
border-color: #7B183F;
}
</style>