Shades of Scarlet Gum #44304C
Tints of Scarlet Gum #44304C
RGB
CMYK
RGB Variations
Color information
#44304C (or 0x44304C) is known color: Scarlet Gum. HEX triplet: 44, 30 and 4C. RGB value is (68,48,76). Sum of RGB (Red+Green+Blue) = 68+48+76=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 76 - color contains mainly: blue. Hex color #44304C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44304C is #BBCFB3. Grayscale: #393939. Windows color (decimal): -12308404 or 4993092. OLE color: 4993092.
HSL color Cylindrical-coordinate representation of color #44304C: hue angle of 282.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #44304C is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 48 | 76 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.70 |
| HSL | 282.86º | 0.23% | 0.24% | - |
| HSV(B) | 282.86º | 0.37% | 0.3% | - |
| XYZ | 4.75 | 3.86 | 7.33 | - |
| YUV | 57.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 76 | 0.11 | 0.37 | 0 | 0.70 | 282.86 | 0.23 | 0.24 |
| Hex | 44 | 30 | 4C | B | 25 | 0 | 46 | 11B | 17 | 18 |
| Octal | 104 | 60 | 114 | 13 | 45 | 0 | 106 | 433 | 27 | 30 |
| Binary | 1000100 | 110000 | 1001100 | 1011 | 100101 | 0 | 1000110 | 100011011 | 10111 | 11000 |
Color Harmonies of #44304C
Complementary color
Monochromatic Colors of #44304C
Black with #44304C
Text Example
Text Example
White with #44304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44304C; }
p { color: rgb(68,48,76); }
H1.HeaderClassName
{
color: #44304C;
}
.AnyTagClassName
{
color: #44304C;
}
</style>
background-color css
<style>
a { background-color: #44304C; }
a { background-color: rgb(68,48,76); }
div.DivClassName
{
background-color: #44304C;
}
.BgClassName
{
background-color: #44304C;
}
</style>
border-color css
<style>
span { border-color: #44304C; }
span { border-color: rgb(68,48,76); }
td.TdClassName
{
border-color: #44304C;
}
.TagClassName
{
border-color: #44304C;
}
</style>