Shades of Scarlet Gum #451D5F
Tints of Scarlet Gum #451D5F
RGB
CMYK
RGB Variations
Color information
#451D5F (or 0x451D5F) is known color: Scarlet Gum. HEX triplet: 45, 1D and 5F. RGB value is (69,29,95). Sum of RGB (Red+Green+Blue) = 69+29+95=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #451D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D5F is #BAE2A0. Grayscale: #303030. Windows color (decimal): -12247713 or 6233413. OLE color: 6233413.
HSL color Cylindrical-coordinate representation of color #451D5F: hue angle of 276.36º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #451D5F is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 29 | 95 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.63 |
| HSL | 276.36º | 0.53% | 0.24% | - |
| HSV(B) | 276.36º | 0.69% | 0.37% | - |
| XYZ | 4.96 | 2.97 | 11.14 | - |
| YUV | 48.48 | 154.25 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 95 | 0.27 | 0.69 | 0 | 0.63 | 276.36 | 0.53 | 0.24 |
| Hex | 45 | 1D | 5F | 1B | 45 | 0 | 3F | 114 | 35 | 18 |
| Octal | 105 | 35 | 137 | 33 | 105 | 0 | 77 | 424 | 65 | 30 |
| Binary | 1000101 | 11101 | 1011111 | 11011 | 1000101 | 0 | 111111 | 100010100 | 110101 | 11000 |
Color Harmonies of #451D5F
Complementary color
Monochromatic Colors of #451D5F
Black with #451D5F
Text Example
Text Example
White with #451D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D5F; }
p { color: rgb(69,29,95); }
H1.HeaderClassName
{
color: #451D5F;
}
.AnyTagClassName
{
color: #451D5F;
}
</style>
background-color css
<style>
a { background-color: #451D5F; }
a { background-color: rgb(69,29,95); }
div.DivClassName
{
background-color: #451D5F;
}
.BgClassName
{
background-color: #451D5F;
}
</style>
border-color css
<style>
span { border-color: #451D5F; }
span { border-color: rgb(69,29,95); }
td.TdClassName
{
border-color: #451D5F;
}
.TagClassName
{
border-color: #451D5F;
}
</style>