Shades of Jagger #432D50
Tints of Jagger #432D50
RGB
CMYK
RGB Variations
Color information
#432D50 (or 0x432D50) is known color: Jagger. HEX triplet: 43, 2D and 50. RGB value is (67,45,80). Sum of RGB (Red+Green+Blue) = 67+45+80=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #432D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432D50 is #BCD2AF. Grayscale: #373737. Windows color (decimal): -12374704 or 5254467. OLE color: 5254467.
HSL color Cylindrical-coordinate representation of color #432D50: hue angle of 277.71º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #432D50 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 45 | 80 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.69 |
| HSL | 277.71º | 0.28% | 0.25% | - |
| HSV(B) | 277.71º | 0.44% | 0.31% | - |
| XYZ | 4.7 | 3.65 | 8.05 | - |
| YUV | 55.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 80 | 0.16 | 0.44 | 0 | 0.69 | 277.71 | 0.28 | 0.25 |
| Hex | 43 | 2D | 50 | 10 | 2C | 0 | 45 | 116 | 1C | 19 |
| Octal | 103 | 55 | 120 | 20 | 54 | 0 | 105 | 426 | 34 | 31 |
| Binary | 1000011 | 101101 | 1010000 | 10000 | 101100 | 0 | 1000101 | 100010110 | 11100 | 11001 |
Color Harmonies of #432D50
Complementary color
Monochromatic Colors of #432D50
Black with #432D50
Text Example
Text Example
White with #432D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432D50; }
p { color: rgb(67,45,80); }
H1.HeaderClassName
{
color: #432D50;
}
.AnyTagClassName
{
color: #432D50;
}
</style>
background-color css
<style>
a { background-color: #432D50; }
a { background-color: rgb(67,45,80); }
div.DivClassName
{
background-color: #432D50;
}
.BgClassName
{
background-color: #432D50;
}
</style>
border-color css
<style>
span { border-color: #432D50; }
span { border-color: rgb(67,45,80); }
td.TdClassName
{
border-color: #432D50;
}
.TagClassName
{
border-color: #432D50;
}
</style>