Shades of Jagger #453252
Tints of Jagger #453252
RGB
CMYK
RGB Variations
Color information
#453252 (or 0x453252) is known color: Jagger. HEX triplet: 45, 32 and 52. RGB value is (69,50,82). Sum of RGB (Red+Green+Blue) = 69+50+82=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #453252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453252 is #BACDAD. Grayscale: #3B3B3B. Windows color (decimal): -12242350 or 5386821. OLE color: 5386821.
HSL color Cylindrical-coordinate representation of color #453252: hue angle of 275.62º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #453252 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 50 | 82 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.68 |
| HSL | 275.63º | 0.24% | 0.26% | - |
| HSV(B) | 275.63º | 0.39% | 0.32% | - |
| XYZ | 5.12 | 4.16 | 8.52 | - |
| YUV | 59.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 82 | 0.16 | 0.39 | 0 | 0.68 | 275.63 | 0.24 | 0.26 |
| Hex | 45 | 32 | 52 | 10 | 27 | 0 | 44 | 114 | 18 | 1A |
| Octal | 105 | 62 | 122 | 20 | 47 | 0 | 104 | 424 | 30 | 32 |
| Binary | 1000101 | 110010 | 1010010 | 10000 | 100111 | 0 | 1000100 | 100010100 | 11000 | 11010 |
Color Harmonies of #453252
Complementary color
Monochromatic Colors of #453252
Black with #453252
Text Example
Text Example
White with #453252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453252; }
p { color: rgb(69,50,82); }
H1.HeaderClassName
{
color: #453252;
}
.AnyTagClassName
{
color: #453252;
}
</style>
background-color css
<style>
a { background-color: #453252; }
a { background-color: rgb(69,50,82); }
div.DivClassName
{
background-color: #453252;
}
.BgClassName
{
background-color: #453252;
}
</style>
border-color css
<style>
span { border-color: #453252; }
span { border-color: rgb(69,50,82); }
td.TdClassName
{
border-color: #453252;
}
.TagClassName
{
border-color: #453252;
}
</style>