Shades of Scarlet Gum #442B54
Tints of Scarlet Gum #442B54
RGB
CMYK
RGB Variations
Color information
#442B54 (or 0x442B54) is known color: Scarlet Gum. HEX triplet: 44, 2B and 54. RGB value is (68,43,84). Sum of RGB (Red+Green+Blue) = 68+43+84=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #442B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B54 is #BBD4AB. Grayscale: #373737. Windows color (decimal): -12309676 or 5516100. OLE color: 5516100.
HSL color Cylindrical-coordinate representation of color #442B54: hue angle of 276.59º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #442B54 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 43 | 84 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.67 |
| HSL | 276.59º | 0.32% | 0.25% | - |
| HSV(B) | 276.59º | 0.49% | 0.33% | - |
| XYZ | 4.85 | 3.6 | 8.83 | - |
| YUV | 55.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 84 | 0.19 | 0.49 | 0 | 0.67 | 276.59 | 0.32 | 0.25 |
| Hex | 44 | 2B | 54 | 13 | 31 | 0 | 43 | 115 | 20 | 19 |
| Octal | 104 | 53 | 124 | 23 | 61 | 0 | 103 | 425 | 40 | 31 |
| Binary | 1000100 | 101011 | 1010100 | 10011 | 110001 | 0 | 1000011 | 100010101 | 100000 | 11001 |
Color Harmonies of #442B54
Complementary color
Monochromatic Colors of #442B54
Black with #442B54
Text Example
Text Example
White with #442B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B54; }
p { color: rgb(68,43,84); }
H1.HeaderClassName
{
color: #442B54;
}
.AnyTagClassName
{
color: #442B54;
}
</style>
background-color css
<style>
a { background-color: #442B54; }
a { background-color: rgb(68,43,84); }
div.DivClassName
{
background-color: #442B54;
}
.BgClassName
{
background-color: #442B54;
}
</style>
border-color css
<style>
span { border-color: #442B54; }
span { border-color: rgb(68,43,84); }
td.TdClassName
{
border-color: #442B54;
}
.TagClassName
{
border-color: #442B54;
}
</style>