Shades of Scarlet Gum #450F58
Tints of Scarlet Gum #450F58
RGB
CMYK
RGB Variations
Color information
#450F58 (or 0x450F58) is known color: Scarlet Gum. HEX triplet: 45, 0F and 58. RGB value is (69,15,88). Sum of RGB (Red+Green+Blue) = 69+15+88=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #450F58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450F58 is #BAF0A7. Grayscale: #272727. Windows color (decimal): -12251304 or 5771077. OLE color: 5771077.
HSL color Cylindrical-coordinate representation of color #450F58: hue angle of 284.38º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #450F58 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 15 | 88 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.65 |
| HSL | 284.38º | 0.71% | 0.2% | - |
| HSV(B) | 284.38º | 0.83% | 0.35% | - |
| XYZ | 4.39 | 2.31 | 9.45 | - |
| YUV | 39.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 88 | 0.22 | 0.83 | 0 | 0.65 | 284.38 | 0.71 | 0.2 |
| Hex | 45 | F | 58 | 16 | 53 | 0 | 41 | 11C | 47 | 14 |
| Octal | 105 | 17 | 130 | 26 | 123 | 0 | 101 | 434 | 107 | 24 |
| Binary | 1000101 | 1111 | 1011000 | 10110 | 1010011 | 0 | 1000001 | 100011100 | 1000111 | 10100 |
Color Harmonies of #450F58
Complementary color
Monochromatic Colors of #450F58
Black with #450F58
Text Example
Text Example
White with #450F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F58; }
p { color: rgb(69,15,88); }
H1.HeaderClassName
{
color: #450F58;
}
.AnyTagClassName
{
color: #450F58;
}
</style>
background-color css
<style>
a { background-color: #450F58; }
a { background-color: rgb(69,15,88); }
div.DivClassName
{
background-color: #450F58;
}
.BgClassName
{
background-color: #450F58;
}
</style>
border-color css
<style>
span { border-color: #450F58; }
span { border-color: rgb(69,15,88); }
td.TdClassName
{
border-color: #450F58;
}
.TagClassName
{
border-color: #450F58;
}
</style>