Shades of Scarlet Gum #451C5A
Tints of Scarlet Gum #451C5A
RGB
CMYK
RGB Variations
Color information
#451C5A (or 0x451C5A) is known color: Scarlet Gum. HEX triplet: 45, 1C and 5A. RGB value is (69,28,90). Sum of RGB (Red+Green+Blue) = 69+28+90=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #451C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451C5A is #BAE3A5. Grayscale: #2F2F2F. Windows color (decimal): -12247974 or 5905477. OLE color: 5905477.
HSL color Cylindrical-coordinate representation of color #451C5A: hue angle of 279.68º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #451C5A is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 28 | 90 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.65 |
| HSL | 279.68º | 0.53% | 0.23% | - |
| HSV(B) | 279.68º | 0.69% | 0.35% | - |
| XYZ | 4.71 | 2.83 | 9.97 | - |
| YUV | 47.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 90 | 0.23 | 0.69 | 0 | 0.65 | 279.68 | 0.53 | 0.23 |
| Hex | 45 | 1C | 5A | 17 | 45 | 0 | 41 | 118 | 35 | 17 |
| Octal | 105 | 34 | 132 | 27 | 105 | 0 | 101 | 430 | 65 | 27 |
| Binary | 1000101 | 11100 | 1011010 | 10111 | 1000101 | 0 | 1000001 | 100011000 | 110101 | 10111 |
Color Harmonies of #451C5A
Complementary color
Monochromatic Colors of #451C5A
Black with #451C5A
Text Example
Text Example
White with #451C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451C5A; }
p { color: rgb(69,28,90); }
H1.HeaderClassName
{
color: #451C5A;
}
.AnyTagClassName
{
color: #451C5A;
}
</style>
background-color css
<style>
a { background-color: #451C5A; }
a { background-color: rgb(69,28,90); }
div.DivClassName
{
background-color: #451C5A;
}
.BgClassName
{
background-color: #451C5A;
}
</style>
border-color css
<style>
span { border-color: #451C5A; }
span { border-color: rgb(69,28,90); }
td.TdClassName
{
border-color: #451C5A;
}
.TagClassName
{
border-color: #451C5A;
}
</style>