Shades of Scarlet Gum #452C5F
Tints of Scarlet Gum #452C5F
RGB
CMYK
RGB Variations
Color information
#452C5F (or 0x452C5F) is known color: Scarlet Gum. HEX triplet: 45, 2C and 5F. RGB value is (69,44,95). Sum of RGB (Red+Green+Blue) = 69+44+95=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #452C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C5F is #BAD3A0. Grayscale: #393939. Windows color (decimal): -12243873 or 6237253. OLE color: 6237253.
HSL color Cylindrical-coordinate representation of color #452C5F: hue angle of 269.41º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #452C5F is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 44 | 95 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.63 |
| HSL | 269.41º | 0.37% | 0.27% | - |
| HSV(B) | 269.41º | 0.54% | 0.37% | - |
| XYZ | 5.42 | 3.89 | 11.29 | - |
| YUV | 57.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 95 | 0.27 | 0.54 | 0 | 0.63 | 269.41 | 0.37 | 0.27 |
| Hex | 45 | 2C | 5F | 1B | 36 | 0 | 3F | 10D | 25 | 1B |
| Octal | 105 | 54 | 137 | 33 | 66 | 0 | 77 | 415 | 45 | 33 |
| Binary | 1000101 | 101100 | 1011111 | 11011 | 110110 | 0 | 111111 | 100001101 | 100101 | 11011 |
Color Harmonies of #452C5F
Complementary color
Monochromatic Colors of #452C5F
Black with #452C5F
Text Example
Text Example
White with #452C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452C5F; }
p { color: rgb(69,44,95); }
H1.HeaderClassName
{
color: #452C5F;
}
.AnyTagClassName
{
color: #452C5F;
}
</style>
background-color css
<style>
a { background-color: #452C5F; }
a { background-color: rgb(69,44,95); }
div.DivClassName
{
background-color: #452C5F;
}
.BgClassName
{
background-color: #452C5F;
}
</style>
border-color css
<style>
span { border-color: #452C5F; }
span { border-color: rgb(69,44,95); }
td.TdClassName
{
border-color: #452C5F;
}
.TagClassName
{
border-color: #452C5F;
}
</style>