Shades of Scarlet Gum #441453
Tints of Scarlet Gum #441453
RGB
CMYK
RGB Variations
Color information
#441453 (or 0x441453) is known color: Scarlet Gum. HEX triplet: 44, 14 and 53. RGB value is (68,20,83). Sum of RGB (Red+Green+Blue) = 68+20+83=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #441453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441453 is #BBEBAC. Grayscale: #292929. Windows color (decimal): -12315565 or 5444676. OLE color: 5444676.
HSL color Cylindrical-coordinate representation of color #441453: hue angle of 285.71º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441453 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 20 | 83 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.67 |
| HSL | 285.71º | 0.61% | 0.2% | - |
| HSV(B) | 285.71º | 0.76% | 0.33% | - |
| XYZ | 4.2 | 2.35 | 8.42 | - |
| YUV | 41.53 | 151.4 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 83 | 0.18 | 0.76 | 0 | 0.67 | 285.71 | 0.61 | 0.2 |
| Hex | 44 | 14 | 53 | 12 | 4C | 0 | 43 | 11E | 3D | 14 |
| Octal | 104 | 24 | 123 | 22 | 114 | 0 | 103 | 436 | 75 | 24 |
| Binary | 1000100 | 10100 | 1010011 | 10010 | 1001100 | 0 | 1000011 | 100011110 | 111101 | 10100 |
Color Harmonies of #441453
Complementary color
Monochromatic Colors of #441453
Black with #441453
Text Example
Text Example
White with #441453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441453; }
p { color: rgb(68,20,83); }
H1.HeaderClassName
{
color: #441453;
}
.AnyTagClassName
{
color: #441453;
}
</style>
background-color css
<style>
a { background-color: #441453; }
a { background-color: rgb(68,20,83); }
div.DivClassName
{
background-color: #441453;
}
.BgClassName
{
background-color: #441453;
}
</style>
border-color css
<style>
span { border-color: #441453; }
span { border-color: rgb(68,20,83); }
td.TdClassName
{
border-color: #441453;
}
.TagClassName
{
border-color: #441453;
}
</style>