Shades of Scarlet Gum #450C60
Tints of Scarlet Gum #450C60
RGB
CMYK
RGB Variations
Color information
#450C60 (or 0x450C60) is known color: Scarlet Gum. HEX triplet: 45, 0C and 60. RGB value is (69,12,96). Sum of RGB (Red+Green+Blue) = 69+12+96=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #450C60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450C60 is #BAF39F. Grayscale: #262626. Windows color (decimal): -12252064 or 6294597. OLE color: 6294597.
HSL color Cylindrical-coordinate representation of color #450C60: hue angle of 280.71º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450C60 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 12 | 96 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.62 |
| HSL | 280.71º | 0.78% | 0.21% | - |
| HSV(B) | 280.71º | 0.88% | 0.38% | - |
| XYZ | 4.7 | 2.37 | 11.28 | - |
| YUV | 38.62 | 160.38 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 96 | 0.28 | 0.88 | 0 | 0.62 | 280.71 | 0.78 | 0.21 |
| Hex | 45 | C | 60 | 1C | 58 | 0 | 3E | 119 | 4E | 15 |
| Octal | 105 | 14 | 140 | 34 | 130 | 0 | 76 | 431 | 116 | 25 |
| Binary | 1000101 | 1100 | 1100000 | 11100 | 1011000 | 0 | 111110 | 100011001 | 1001110 | 10101 |
Color Harmonies of #450C60
Complementary color
Monochromatic Colors of #450C60
Black with #450C60
Text Example
Text Example
White with #450C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C60; }
p { color: rgb(69,12,96); }
H1.HeaderClassName
{
color: #450C60;
}
.AnyTagClassName
{
color: #450C60;
}
</style>
background-color css
<style>
a { background-color: #450C60; }
a { background-color: rgb(69,12,96); }
div.DivClassName
{
background-color: #450C60;
}
.BgClassName
{
background-color: #450C60;
}
</style>
border-color css
<style>
span { border-color: #450C60; }
span { border-color: rgb(69,12,96); }
td.TdClassName
{
border-color: #450C60;
}
.TagClassName
{
border-color: #450C60;
}
</style>