Shades of Pompadour #602148
Tints of Pompadour #602148
RGB
CMYK
RGB Variations
Color information
#602148 (or 0x602148) is known color: Pompadour. HEX triplet: 60, 21 and 48. RGB value is (96,33,72). Sum of RGB (Red+Green+Blue) = 96+33+72=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #602148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602148 is #9FDEB7. Grayscale: #383838. Windows color (decimal): -10477240 or 4727136. OLE color: 4727136.
HSL color Cylindrical-coordinate representation of color #602148: hue angle of 322.86º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602148 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 33 | 72 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.62 |
| HSL | 322.86º | 0.49% | 0.25% | - |
| HSV(B) | 322.86º | 0.66% | 0.38% | - |
| XYZ | 6.54 | 4.04 | 6.57 | - |
| YUV | 56.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 72 | 0 | 0.66 | 0.25 | 0.62 | 322.86 | 0.49 | 0.25 |
| Hex | 60 | 21 | 48 | 0 | 42 | 19 | 3E | 143 | 31 | 19 |
| Octal | 140 | 41 | 110 | 0 | 102 | 31 | 76 | 503 | 61 | 31 |
| Binary | 1100000 | 100001 | 1001000 | 0 | 1000010 | 11001 | 111110 | 101000011 | 110001 | 11001 |
Color Harmonies of #602148
Complementary color
Monochromatic Colors of #602148
Black with #602148
Text Example
Text Example
White with #602148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602148; }
p { color: rgb(96,33,72); }
H1.HeaderClassName
{
color: #602148;
}
.AnyTagClassName
{
color: #602148;
}
</style>
background-color css
<style>
a { background-color: #602148; }
a { background-color: rgb(96,33,72); }
div.DivClassName
{
background-color: #602148;
}
.BgClassName
{
background-color: #602148;
}
</style>
border-color css
<style>
span { border-color: #602148; }
span { border-color: rgb(96,33,72); }
td.TdClassName
{
border-color: #602148;
}
.TagClassName
{
border-color: #602148;
}
</style>