Shades of Scarlet Gum #451562
Tints of Scarlet Gum #451562
RGB
CMYK
RGB Variations
Color information
#451562 (or 0x451562) is known color: Scarlet Gum. HEX triplet: 45, 15 and 62. RGB value is (69,21,98). Sum of RGB (Red+Green+Blue) = 69+21+98=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #451562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451562 is #BAEA9D. Grayscale: #2B2B2B. Windows color (decimal): -12249758 or 6427973. OLE color: 6427973.
HSL color Cylindrical-coordinate representation of color #451562: hue angle of 277.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #451562 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 21 | 98 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.62 |
| HSL | 277.4º | 0.65% | 0.23% | - |
| HSV(B) | 277.4º | 0.79% | 0.38% | - |
| XYZ | 4.93 | 2.68 | 11.81 | - |
| YUV | 44.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 98 | 0.30 | 0.79 | 0 | 0.62 | 277.4 | 0.65 | 0.23 |
| Hex | 45 | 15 | 62 | 1E | 4F | 0 | 3E | 115 | 41 | 17 |
| Octal | 105 | 25 | 142 | 36 | 117 | 0 | 76 | 425 | 101 | 27 |
| Binary | 1000101 | 10101 | 1100010 | 11110 | 1001111 | 0 | 111110 | 100010101 | 1000001 | 10111 |
Color Harmonies of #451562
Complementary color
Monochromatic Colors of #451562
Black with #451562
Text Example
Text Example
White with #451562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451562; }
p { color: rgb(69,21,98); }
H1.HeaderClassName
{
color: #451562;
}
.AnyTagClassName
{
color: #451562;
}
</style>
background-color css
<style>
a { background-color: #451562; }
a { background-color: rgb(69,21,98); }
div.DivClassName
{
background-color: #451562;
}
.BgClassName
{
background-color: #451562;
}
</style>
border-color css
<style>
span { border-color: #451562; }
span { border-color: rgb(69,21,98); }
td.TdClassName
{
border-color: #451562;
}
.TagClassName
{
border-color: #451562;
}
</style>