Shades of Scarlet Gum #45075A
Tints of Scarlet Gum #45075A
RGB
CMYK
RGB Variations
Color information
#45075A (or 0x45075A) is known color: Scarlet Gum. HEX triplet: 45, 07 and 5A. RGB value is (69,7,90). Sum of RGB (Red+Green+Blue) = 69+7+90=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #45075A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45075A is #BAF8A5. Grayscale: #222222. Windows color (decimal): -12253350 or 5900101. OLE color: 5900101.
HSL color Cylindrical-coordinate representation of color #45075A: hue angle of 284.82º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #45075A is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 7 | 90 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.65 |
| HSL | 284.82º | 0.86% | 0.19% | - |
| HSV(B) | 284.82º | 0.92% | 0.35% | - |
| XYZ | 4.38 | 2.16 | 9.86 | - |
| YUV | 35 | 159.04 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 90 | 0.23 | 0.92 | 0 | 0.65 | 284.82 | 0.86 | 0.19 |
| Hex | 45 | 7 | 5A | 17 | 5C | 0 | 41 | 11D | 56 | 13 |
| Octal | 105 | 7 | 132 | 27 | 134 | 0 | 101 | 435 | 126 | 23 |
| Binary | 1000101 | 111 | 1011010 | 10111 | 1011100 | 0 | 1000001 | 100011101 | 1010110 | 10011 |
Color Harmonies of #45075A
Complementary color
Monochromatic Colors of #45075A
Black with #45075A
Text Example
Text Example
White with #45075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45075A; }
p { color: rgb(69,7,90); }
H1.HeaderClassName
{
color: #45075A;
}
.AnyTagClassName
{
color: #45075A;
}
</style>
background-color css
<style>
a { background-color: #45075A; }
a { background-color: rgb(69,7,90); }
div.DivClassName
{
background-color: #45075A;
}
.BgClassName
{
background-color: #45075A;
}
</style>
border-color css
<style>
span { border-color: #45075A; }
span { border-color: rgb(69,7,90); }
td.TdClassName
{
border-color: #45075A;
}
.TagClassName
{
border-color: #45075A;
}
</style>