Shades of Scarlet Gum #440853
Tints of Scarlet Gum #440853
RGB
CMYK
RGB Variations
Color information
#440853 (or 0x440853) is known color: Scarlet Gum. HEX triplet: 44, 08 and 53. RGB value is (68,8,83). Sum of RGB (Red+Green+Blue) = 68+8+83=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #440853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440853 is #BBF7AC. Grayscale: #222222. Windows color (decimal): -12318637 or 5441604. OLE color: 5441604.
HSL color Cylindrical-coordinate representation of color #440853: hue angle of 288º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440853 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 8 | 83 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.67 |
| HSL | 288º | 0.82% | 0.18% | - |
| HSV(B) | 288º | 0.9% | 0.33% | - |
| XYZ | 4.03 | 2.03 | 8.36 | - |
| YUV | 34.49 | 155.38 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 83 | 0.18 | 0.90 | 0 | 0.67 | 288 | 0.82 | 0.18 |
| Hex | 44 | 8 | 53 | 12 | 5A | 0 | 43 | 120 | 52 | 12 |
| Octal | 104 | 10 | 123 | 22 | 132 | 0 | 103 | 440 | 122 | 22 |
| Binary | 1000100 | 1000 | 1010011 | 10010 | 1011010 | 0 | 1000011 | 100100000 | 1010010 | 10010 |
Color Harmonies of #440853
Complementary color
Monochromatic Colors of #440853
Black with #440853
Text Example
Text Example
White with #440853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440853; }
p { color: rgb(68,8,83); }
H1.HeaderClassName
{
color: #440853;
}
.AnyTagClassName
{
color: #440853;
}
</style>
background-color css
<style>
a { background-color: #440853; }
a { background-color: rgb(68,8,83); }
div.DivClassName
{
background-color: #440853;
}
.BgClassName
{
background-color: #440853;
}
</style>
border-color css
<style>
span { border-color: #440853; }
span { border-color: rgb(68,8,83); }
td.TdClassName
{
border-color: #440853;
}
.TagClassName
{
border-color: #440853;
}
</style>