Shades of Pompadour #5A1A42
Tints of Pompadour #5A1A42
RGB
CMYK
RGB Variations
Color information
#5A1A42 (or 0x5A1A42) is known color: Pompadour. HEX triplet: 5A, 1A and 42. RGB value is (90,26,66). Sum of RGB (Red+Green+Blue) = 90+26+66=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1A42 is #A5E5BD. Grayscale: #313131. Windows color (decimal): -10872254 or 4332122. OLE color: 4332122.
HSL color Cylindrical-coordinate representation of color #5A1A42: hue angle of 322.5º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A1A42 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 26 | 66 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.65 |
| HSL | 322.5º | 0.55% | 0.23% | - |
| HSV(B) | 322.5º | 0.71% | 0.35% | - |
| XYZ | 5.57 | 3.31 | 5.5 | - |
| YUV | 49.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 66 | 0 | 0.71 | 0.27 | 0.65 | 322.5 | 0.55 | 0.23 |
| Hex | 5A | 1A | 42 | 0 | 47 | 1B | 41 | 142 | 37 | 17 |
| Octal | 132 | 32 | 102 | 0 | 107 | 33 | 101 | 502 | 67 | 27 |
| Binary | 1011010 | 11010 | 1000010 | 0 | 1000111 | 11011 | 1000001 | 101000010 | 110111 | 10111 |
Color Harmonies of #5A1A42
Complementary color
Monochromatic Colors of #5A1A42
Black with #5A1A42
Text Example
Text Example
White with #5A1A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1A42; }
p { color: rgb(90,26,66); }
H1.HeaderClassName
{
color: #5A1A42;
}
.AnyTagClassName
{
color: #5A1A42;
}
</style>
background-color css
<style>
a { background-color: #5A1A42; }
a { background-color: rgb(90,26,66); }
div.DivClassName
{
background-color: #5A1A42;
}
.BgClassName
{
background-color: #5A1A42;
}
</style>
border-color css
<style>
span { border-color: #5A1A42; }
span { border-color: rgb(90,26,66); }
td.TdClassName
{
border-color: #5A1A42;
}
.TagClassName
{
border-color: #5A1A42;
}
</style>