Shades of Scarlet Gum #452053
Tints of Scarlet Gum #452053
RGB
CMYK
RGB Variations
Color information
#452053 (or 0x452053) is known color: Scarlet Gum. HEX triplet: 45, 20 and 53. RGB value is (69,32,83). Sum of RGB (Red+Green+Blue) = 69+32+83=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #452053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452053 is #BADFAC. Grayscale: #303030. Windows color (decimal): -12246957 or 5447749. OLE color: 5447749.
HSL color Cylindrical-coordinate representation of color #452053: hue angle of 283.53º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #452053 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 32 | 83 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.67 |
| HSL | 283.53º | 0.44% | 0.23% | - |
| HSV(B) | 283.53º | 0.61% | 0.33% | - |
| XYZ | 4.53 | 2.92 | 8.51 | - |
| YUV | 48.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 83 | 0.17 | 0.61 | 0 | 0.67 | 283.53 | 0.44 | 0.23 |
| Hex | 45 | 20 | 53 | 11 | 3D | 0 | 43 | 11C | 2C | 17 |
| Octal | 105 | 40 | 123 | 21 | 75 | 0 | 103 | 434 | 54 | 27 |
| Binary | 1000101 | 100000 | 1010011 | 10001 | 111101 | 0 | 1000011 | 100011100 | 101100 | 10111 |
Color Harmonies of #452053
Complementary color
Monochromatic Colors of #452053
Black with #452053
Text Example
Text Example
White with #452053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452053; }
p { color: rgb(69,32,83); }
H1.HeaderClassName
{
color: #452053;
}
.AnyTagClassName
{
color: #452053;
}
</style>
background-color css
<style>
a { background-color: #452053; }
a { background-color: rgb(69,32,83); }
div.DivClassName
{
background-color: #452053;
}
.BgClassName
{
background-color: #452053;
}
</style>
border-color css
<style>
span { border-color: #452053; }
span { border-color: rgb(69,32,83); }
td.TdClassName
{
border-color: #452053;
}
.TagClassName
{
border-color: #452053;
}
</style>