Shades of Scarlet Gum #451F5E
Tints of Scarlet Gum #451F5E
RGB
CMYK
RGB Variations
Color information
#451F5E (or 0x451F5E) is known color: Scarlet Gum. HEX triplet: 45, 1F and 5E. RGB value is (69,31,94). Sum of RGB (Red+Green+Blue) = 69+31+94=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 94 (37.11% from 255 or 48.45% from 194); Max value from RGB is 94 - color contains mainly: blue. Hex color #451F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451F5E is #BAE0A1. Grayscale: #313131. Windows color (decimal): -12247202 or 6168389. OLE color: 6168389.
HSL color Cylindrical-coordinate representation of color #451F5E: hue angle of 276.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #451F5E is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 31 | 94 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.63 |
| HSL | 276.19º | 0.5% | 0.25% | - |
| HSV(B) | 276.19º | 0.67% | 0.37% | - |
| XYZ | 4.96 | 3.05 | 10.92 | - |
| YUV | 49.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 94 | 0.27 | 0.67 | 0 | 0.63 | 276.19 | 0.5 | 0.25 |
| Hex | 45 | 1F | 5E | 1B | 43 | 0 | 3F | 114 | 32 | 19 |
| Octal | 105 | 37 | 136 | 33 | 103 | 0 | 77 | 424 | 62 | 31 |
| Binary | 1000101 | 11111 | 1011110 | 11011 | 1000011 | 0 | 111111 | 100010100 | 110010 | 11001 |
Color Harmonies of #451F5E
Complementary color
Monochromatic Colors of #451F5E
Black with #451F5E
Text Example
Text Example
White with #451F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451F5E; }
p { color: rgb(69,31,94); }
H1.HeaderClassName
{
color: #451F5E;
}
.AnyTagClassName
{
color: #451F5E;
}
</style>
background-color css
<style>
a { background-color: #451F5E; }
a { background-color: rgb(69,31,94); }
div.DivClassName
{
background-color: #451F5E;
}
.BgClassName
{
background-color: #451F5E;
}
</style>
border-color css
<style>
span { border-color: #451F5E; }
span { border-color: rgb(69,31,94); }
td.TdClassName
{
border-color: #451F5E;
}
.TagClassName
{
border-color: #451F5E;
}
</style>