Shades of Scarlet Gum #451D57
Tints of Scarlet Gum #451D57
RGB
CMYK
RGB Variations
Color information
#451D57 (or 0x451D57) is known color: Scarlet Gum. HEX triplet: 45, 1D and 57. RGB value is (69,29,87). Sum of RGB (Red+Green+Blue) = 69+29+87=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #451D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D57 is #BAE2A8. Grayscale: #2F2F2F. Windows color (decimal): -12247721 or 5709125. OLE color: 5709125.
HSL color Cylindrical-coordinate representation of color #451D57: hue angle of 281.38º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #451D57 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 29 | 87 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.66 |
| HSL | 281.38º | 0.5% | 0.23% | - |
| HSV(B) | 281.38º | 0.67% | 0.34% | - |
| XYZ | 4.61 | 2.83 | 9.32 | - |
| YUV | 47.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 87 | 0.21 | 0.67 | 0 | 0.66 | 281.38 | 0.5 | 0.23 |
| Hex | 45 | 1D | 57 | 15 | 43 | 0 | 42 | 119 | 32 | 17 |
| Octal | 105 | 35 | 127 | 25 | 103 | 0 | 102 | 431 | 62 | 27 |
| Binary | 1000101 | 11101 | 1010111 | 10101 | 1000011 | 0 | 1000010 | 100011001 | 110010 | 10111 |
Color Harmonies of #451D57
Complementary color
Monochromatic Colors of #451D57
Black with #451D57
Text Example
Text Example
White with #451D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D57; }
p { color: rgb(69,29,87); }
H1.HeaderClassName
{
color: #451D57;
}
.AnyTagClassName
{
color: #451D57;
}
</style>
background-color css
<style>
a { background-color: #451D57; }
a { background-color: rgb(69,29,87); }
div.DivClassName
{
background-color: #451D57;
}
.BgClassName
{
background-color: #451D57;
}
</style>
border-color css
<style>
span { border-color: #451D57; }
span { border-color: rgb(69,29,87); }
td.TdClassName
{
border-color: #451D57;
}
.TagClassName
{
border-color: #451D57;
}
</style>