Shades of Scarlet Gum #45045B
Tints of Scarlet Gum #45045B
RGB
CMYK
RGB Variations
Color information
#45045B (or 0x45045B) is known color: Scarlet Gum. HEX triplet: 45, 04 and 5B. RGB value is (69,4,91). Sum of RGB (Red+Green+Blue) = 69+4+91=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #45045B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45045B is #BAFBA4. Grayscale: #212121. Windows color (decimal): -12254117 or 5964869. OLE color: 5964869.
HSL color Cylindrical-coordinate representation of color #45045B: hue angle of 284.83º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45045B is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 4 | 91 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.64 |
| HSL | 284.83º | 0.92% | 0.19% | - |
| HSV(B) | 284.83º | 0.96% | 0.36% | - |
| XYZ | 4.39 | 2.11 | 10.07 | - |
| YUV | 33.35 | 160.53 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 91 | 0.24 | 0.96 | 0 | 0.64 | 284.83 | 0.92 | 0.19 |
| Hex | 45 | 4 | 5B | 18 | 60 | 0 | 40 | 11D | 5C | 13 |
| Octal | 105 | 4 | 133 | 30 | 140 | 0 | 100 | 435 | 134 | 23 |
| Binary | 1000101 | 100 | 1011011 | 11000 | 1100000 | 0 | 1000000 | 100011101 | 1011100 | 10011 |
Color Harmonies of #45045B
Complementary color
Monochromatic Colors of #45045B
Black with #45045B
Text Example
Text Example
White with #45045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45045B; }
p { color: rgb(69,4,91); }
H1.HeaderClassName
{
color: #45045B;
}
.AnyTagClassName
{
color: #45045B;
}
</style>
background-color css
<style>
a { background-color: #45045B; }
a { background-color: rgb(69,4,91); }
div.DivClassName
{
background-color: #45045B;
}
.BgClassName
{
background-color: #45045B;
}
</style>
border-color css
<style>
span { border-color: #45045B; }
span { border-color: rgb(69,4,91); }
td.TdClassName
{
border-color: #45045B;
}
.TagClassName
{
border-color: #45045B;
}
</style>