Shades of Scarlet Gum #45065A
Tints of Scarlet Gum #45065A
RGB
CMYK
RGB Variations
Color information
#45065A (or 0x45065A) is known color: Scarlet Gum. HEX triplet: 45, 06 and 5A. RGB value is (69,6,90). Sum of RGB (Red+Green+Blue) = 69+6+90=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #45065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45065A is #BAF9A5. Grayscale: #222222. Windows color (decimal): -12253606 or 5899845. OLE color: 5899845.
HSL color Cylindrical-coordinate representation of color #45065A: hue angle of 285º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45065A is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 6 | 90 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.65 |
| HSL | 285º | 0.88% | 0.19% | - |
| HSV(B) | 285º | 0.93% | 0.35% | - |
| XYZ | 4.36 | 2.13 | 9.85 | - |
| YUV | 34.41 | 159.37 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 6 | 90 | 0.23 | 0.93 | 0 | 0.65 | 285 | 0.88 | 0.19 |
| Hex | 45 | 6 | 5A | 17 | 5D | 0 | 41 | 11D | 58 | 13 |
| Octal | 105 | 6 | 132 | 27 | 135 | 0 | 101 | 435 | 130 | 23 |
| Binary | 1000101 | 110 | 1011010 | 10111 | 1011101 | 0 | 1000001 | 100011101 | 1011000 | 10011 |
Color Harmonies of #45065A
Complementary color
Monochromatic Colors of #45065A
Black with #45065A
Text Example
Text Example
White with #45065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45065A; }
p { color: rgb(69,6,90); }
H1.HeaderClassName
{
color: #45065A;
}
.AnyTagClassName
{
color: #45065A;
}
</style>
background-color css
<style>
a { background-color: #45065A; }
a { background-color: rgb(69,6,90); }
div.DivClassName
{
background-color: #45065A;
}
.BgClassName
{
background-color: #45065A;
}
</style>
border-color css
<style>
span { border-color: #45065A; }
span { border-color: rgb(69,6,90); }
td.TdClassName
{
border-color: #45065A;
}
.TagClassName
{
border-color: #45065A;
}
</style>