Shades of Scarlet Gum #452753
Tints of Scarlet Gum #452753
RGB
CMYK
RGB Variations
Color information
#452753 (or 0x452753) is known color: Scarlet Gum. HEX triplet: 45, 27 and 53. RGB value is (69,39,83). Sum of RGB (Red+Green+Blue) = 69+39+83=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #452753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452753 is #BAD8AC. Grayscale: #343434. Windows color (decimal): -12245165 or 5449541. OLE color: 5449541.
HSL color Cylindrical-coordinate representation of color #452753: hue angle of 280.91º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #452753 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 39 | 83 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.67 |
| HSL | 280.91º | 0.36% | 0.24% | - |
| HSV(B) | 280.91º | 0.53% | 0.33% | - |
| XYZ | 4.74 | 3.34 | 8.58 | - |
| YUV | 52.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 83 | 0.17 | 0.53 | 0 | 0.67 | 280.91 | 0.36 | 0.24 |
| Hex | 45 | 27 | 53 | 11 | 35 | 0 | 43 | 119 | 24 | 18 |
| Octal | 105 | 47 | 123 | 21 | 65 | 0 | 103 | 431 | 44 | 30 |
| Binary | 1000101 | 100111 | 1010011 | 10001 | 110101 | 0 | 1000011 | 100011001 | 100100 | 11000 |
Color Harmonies of #452753
Complementary color
Monochromatic Colors of #452753
Black with #452753
Text Example
Text Example
White with #452753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452753; }
p { color: rgb(69,39,83); }
H1.HeaderClassName
{
color: #452753;
}
.AnyTagClassName
{
color: #452753;
}
</style>
background-color css
<style>
a { background-color: #452753; }
a { background-color: rgb(69,39,83); }
div.DivClassName
{
background-color: #452753;
}
.BgClassName
{
background-color: #452753;
}
</style>
border-color css
<style>
span { border-color: #452753; }
span { border-color: rgb(69,39,83); }
td.TdClassName
{
border-color: #452753;
}
.TagClassName
{
border-color: #452753;
}
</style>