Shades of Pompadour #5C183F
Tints of Pompadour #5C183F
RGB
CMYK
RGB Variations
Color information
#5C183F (or 0x5C183F) is known color: Pompadour. HEX triplet: 5C, 18 and 3F. RGB value is (92,24,63). Sum of RGB (Red+Green+Blue) = 92+24+63=179 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.40% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 92 - color contains mainly: red. Hex color #5C183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C183F is #A3E7C0. Grayscale: #303030. Windows color (decimal): -10741697 or 4135004. OLE color: 4135004.
HSL color Cylindrical-coordinate representation of color #5C183F: hue angle of 325.59º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C183F is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 24 | 63 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.64 |
| HSL | 325.59º | 0.59% | 0.23% | - |
| HSV(B) | 325.59º | 0.74% | 0.36% | - |
| XYZ | 5.64 | 3.29 | 5.04 | - |
| YUV | 48.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 24 | 63 | 0 | 0.74 | 0.32 | 0.64 | 325.59 | 0.59 | 0.23 |
| Hex | 5C | 18 | 3F | 0 | 4A | 20 | 40 | 146 | 3B | 17 |
| Octal | 134 | 30 | 77 | 0 | 112 | 40 | 100 | 506 | 73 | 27 |
| Binary | 1011100 | 11000 | 111111 | 0 | 1001010 | 100000 | 1000000 | 101000110 | 111011 | 10111 |
Color Harmonies of #5C183F
Complementary color
Monochromatic Colors of #5C183F
Black with #5C183F
Text Example
Text Example
White with #5C183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C183F; }
p { color: rgb(92,24,63); }
H1.HeaderClassName
{
color: #5C183F;
}
.AnyTagClassName
{
color: #5C183F;
}
</style>
background-color css
<style>
a { background-color: #5C183F; }
a { background-color: rgb(92,24,63); }
div.DivClassName
{
background-color: #5C183F;
}
.BgClassName
{
background-color: #5C183F;
}
</style>
border-color css
<style>
span { border-color: #5C183F; }
span { border-color: rgb(92,24,63); }
td.TdClassName
{
border-color: #5C183F;
}
.TagClassName
{
border-color: #5C183F;
}
</style>