Shades of Pompadour #5C183D
Tints of Pompadour #5C183D
RGB
CMYK
RGB Variations
Color information
#5C183D (or 0x5C183D) is known color: Pompadour. HEX triplet: 5C, 18 and 3D. RGB value is (92,24,61). Sum of RGB (Red+Green+Blue) = 92+24+61=177 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.98% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 92 - color contains mainly: red. Hex color #5C183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C183D is #A3E7C2. Grayscale: #303030. Windows color (decimal): -10741699 or 4003932. OLE color: 4003932.
HSL color Cylindrical-coordinate representation of color #5C183D: hue angle of 327.35º 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 #5C183D is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 24 | 61 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.64 |
| HSL | 327.35º | 0.59% | 0.23% | - |
| HSV(B) | 327.35º | 0.74% | 0.36% | - |
| XYZ | 5.58 | 3.27 | 4.75 | - |
| YUV | 48.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 24 | 61 | 0 | 0.74 | 0.34 | 0.64 | 327.35 | 0.59 | 0.23 |
| Hex | 5C | 18 | 3D | 0 | 4A | 22 | 40 | 147 | 3B | 17 |
| Octal | 134 | 30 | 75 | 0 | 112 | 42 | 100 | 507 | 73 | 27 |
| Binary | 1011100 | 11000 | 111101 | 0 | 1001010 | 100010 | 1000000 | 101000111 | 111011 | 10111 |
Color Harmonies of #5C183D
Complementary color
Monochromatic Colors of #5C183D
Black with #5C183D
Text Example
Text Example
White with #5C183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C183D; }
p { color: rgb(92,24,61); }
H1.HeaderClassName
{
color: #5C183D;
}
.AnyTagClassName
{
color: #5C183D;
}
</style>
background-color css
<style>
a { background-color: #5C183D; }
a { background-color: rgb(92,24,61); }
div.DivClassName
{
background-color: #5C183D;
}
.BgClassName
{
background-color: #5C183D;
}
</style>
border-color css
<style>
span { border-color: #5C183D; }
span { border-color: rgb(92,24,61); }
td.TdClassName
{
border-color: #5C183D;
}
.TagClassName
{
border-color: #5C183D;
}
</style>