Shades of Scarlet Gum #451C54
Tints of Scarlet Gum #451C54
RGB
CMYK
RGB Variations
Color information
#451C54 (or 0x451C54) is known color: Scarlet Gum. HEX triplet: 45, 1C and 54. RGB value is (69,28,84). Sum of RGB (Red+Green+Blue) = 69+28+84=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #451C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451C54 is #BAE3AB. Grayscale: #2E2E2E. Windows color (decimal): -12247980 or 5512261. OLE color: 5512261.
HSL color Cylindrical-coordinate representation of color #451C54: hue angle of 283.93º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #451C54 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 28 | 84 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.67 |
| HSL | 283.93º | 0.5% | 0.22% | - |
| HSV(B) | 283.93º | 0.67% | 0.33% | - |
| XYZ | 4.47 | 2.74 | 8.68 | - |
| YUV | 46.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 84 | 0.18 | 0.67 | 0 | 0.67 | 283.93 | 0.5 | 0.22 |
| Hex | 45 | 1C | 54 | 12 | 43 | 0 | 43 | 11C | 32 | 16 |
| Octal | 105 | 34 | 124 | 22 | 103 | 0 | 103 | 434 | 62 | 26 |
| Binary | 1000101 | 11100 | 1010100 | 10010 | 1000011 | 0 | 1000011 | 100011100 | 110010 | 10110 |
Color Harmonies of #451C54
Complementary color
Monochromatic Colors of #451C54
Black with #451C54
Text Example
Text Example
White with #451C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451C54; }
p { color: rgb(69,28,84); }
H1.HeaderClassName
{
color: #451C54;
}
.AnyTagClassName
{
color: #451C54;
}
</style>
background-color css
<style>
a { background-color: #451C54; }
a { background-color: rgb(69,28,84); }
div.DivClassName
{
background-color: #451C54;
}
.BgClassName
{
background-color: #451C54;
}
</style>
border-color css
<style>
span { border-color: #451C54; }
span { border-color: rgb(69,28,84); }
td.TdClassName
{
border-color: #451C54;
}
.TagClassName
{
border-color: #451C54;
}
</style>