Shades of Scarlet Gum #451363
Tints of Scarlet Gum #451363
RGB
CMYK
RGB Variations
Color information
#451363 (or 0x451363) is known color: Scarlet Gum. HEX triplet: 45, 13 and 63. RGB value is (69,19,99). Sum of RGB (Red+Green+Blue) = 69+19+99=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #451363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451363 is #BAEC9C. Grayscale: #2A2A2A. Windows color (decimal): -12250269 or 6492997. OLE color: 6492997.
HSL color Cylindrical-coordinate representation of color #451363: hue angle of 277.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451363 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 19 | 99 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.61 |
| HSL | 277.5º | 0.68% | 0.23% | - |
| HSV(B) | 277.5º | 0.81% | 0.39% | - |
| XYZ | 4.94 | 2.63 | 12.05 | - |
| YUV | 43.07 | 159.57 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 99 | 0.30 | 0.81 | 0 | 0.61 | 277.5 | 0.68 | 0.23 |
| Hex | 45 | 13 | 63 | 1E | 51 | 0 | 3D | 116 | 44 | 17 |
| Octal | 105 | 23 | 143 | 36 | 121 | 0 | 75 | 426 | 104 | 27 |
| Binary | 1000101 | 10011 | 1100011 | 11110 | 1010001 | 0 | 111101 | 100010110 | 1000100 | 10111 |
Color Harmonies of #451363
Complementary color
Monochromatic Colors of #451363
Black with #451363
Text Example
Text Example
White with #451363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451363; }
p { color: rgb(69,19,99); }
H1.HeaderClassName
{
color: #451363;
}
.AnyTagClassName
{
color: #451363;
}
</style>
background-color css
<style>
a { background-color: #451363; }
a { background-color: rgb(69,19,99); }
div.DivClassName
{
background-color: #451363;
}
.BgClassName
{
background-color: #451363;
}
</style>
border-color css
<style>
span { border-color: #451363; }
span { border-color: rgb(69,19,99); }
td.TdClassName
{
border-color: #451363;
}
.TagClassName
{
border-color: #451363;
}
</style>