Shades of Scarlet Gum #450C53
Tints of Scarlet Gum #450C53
RGB
CMYK
RGB Variations
Color information
#450C53 (or 0x450C53) is known color: Scarlet Gum. HEX triplet: 45, 0C and 53. RGB value is (69,12,83). Sum of RGB (Red+Green+Blue) = 69+12+83=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #450C53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450C53 is #BAF3AC. Grayscale: #242424. Windows color (decimal): -12252077 or 5442629. OLE color: 5442629.
HSL color Cylindrical-coordinate representation of color #450C53: hue angle of 288.17º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #450C53 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 12 | 83 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.67 |
| HSL | 288.17º | 0.75% | 0.19% | - |
| HSV(B) | 288.17º | 0.86% | 0.33% | - |
| XYZ | 4.15 | 2.15 | 8.38 | - |
| YUV | 37.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 83 | 0.17 | 0.86 | 0 | 0.67 | 288.17 | 0.75 | 0.19 |
| Hex | 45 | C | 53 | 11 | 56 | 0 | 43 | 120 | 4B | 13 |
| Octal | 105 | 14 | 123 | 21 | 126 | 0 | 103 | 440 | 113 | 23 |
| Binary | 1000101 | 1100 | 1010011 | 10001 | 1010110 | 0 | 1000011 | 100100000 | 1001011 | 10011 |
Color Harmonies of #450C53
Complementary color
Monochromatic Colors of #450C53
Black with #450C53
Text Example
Text Example
White with #450C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C53; }
p { color: rgb(69,12,83); }
H1.HeaderClassName
{
color: #450C53;
}
.AnyTagClassName
{
color: #450C53;
}
</style>
background-color css
<style>
a { background-color: #450C53; }
a { background-color: rgb(69,12,83); }
div.DivClassName
{
background-color: #450C53;
}
.BgClassName
{
background-color: #450C53;
}
</style>
border-color css
<style>
span { border-color: #450C53; }
span { border-color: rgb(69,12,83); }
td.TdClassName
{
border-color: #450C53;
}
.TagClassName
{
border-color: #450C53;
}
</style>