Shades of Scarlet Gum #45145F
Tints of Scarlet Gum #45145F
RGB
CMYK
RGB Variations
Color information
#45145F (or 0x45145F) is known color: Scarlet Gum. HEX triplet: 45, 14 and 5F. RGB value is (69,20,95). Sum of RGB (Red+Green+Blue) = 69+20+95=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 95 (37.5% from 255 or 51.63% from 184); Max value from RGB is 95 - color contains mainly: blue. Hex color #45145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45145F is #BAEBA0. Grayscale: #2A2A2A. Windows color (decimal): -12250017 or 6231109. OLE color: 6231109.
HSL color Cylindrical-coordinate representation of color #45145F: hue angle of 279.2º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45145F is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 20 | 95 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.63 |
| HSL | 279.2º | 0.65% | 0.23% | - |
| HSV(B) | 279.2º | 0.79% | 0.37% | - |
| XYZ | 4.77 | 2.59 | 11.08 | - |
| YUV | 43.2 | 157.23 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 20 | 95 | 0.27 | 0.79 | 0 | 0.63 | 279.2 | 0.65 | 0.23 |
| Hex | 45 | 14 | 5F | 1B | 4F | 0 | 3F | 117 | 41 | 17 |
| Octal | 105 | 24 | 137 | 33 | 117 | 0 | 77 | 427 | 101 | 27 |
| Binary | 1000101 | 10100 | 1011111 | 11011 | 1001111 | 0 | 111111 | 100010111 | 1000001 | 10111 |
Color Harmonies of #45145F
Complementary color
Monochromatic Colors of #45145F
Black with #45145F
Text Example
Text Example
White with #45145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45145F; }
p { color: rgb(69,20,95); }
H1.HeaderClassName
{
color: #45145F;
}
.AnyTagClassName
{
color: #45145F;
}
</style>
background-color css
<style>
a { background-color: #45145F; }
a { background-color: rgb(69,20,95); }
div.DivClassName
{
background-color: #45145F;
}
.BgClassName
{
background-color: #45145F;
}
</style>
border-color css
<style>
span { border-color: #45145F; }
span { border-color: rgb(69,20,95); }
td.TdClassName
{
border-color: #45145F;
}
.TagClassName
{
border-color: #45145F;
}
</style>