Shades of Scarlet Gum #452853
Tints of Scarlet Gum #452853
RGB
CMYK
RGB Variations
Color information
#452853 (or 0x452853) is known color: Scarlet Gum. HEX triplet: 45, 28 and 53. RGB value is (69,40,83). Sum of RGB (Red+Green+Blue) = 69+40+83=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #452853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452853 is #BAD7AC. Grayscale: #353535. Windows color (decimal): -12244909 or 5449797. OLE color: 5449797.
HSL color Cylindrical-coordinate representation of color #452853: hue angle of 280.47º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #452853 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 40 | 83 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.67 |
| HSL | 280.47º | 0.35% | 0.24% | - |
| HSV(B) | 280.47º | 0.52% | 0.33% | - |
| XYZ | 4.77 | 3.41 | 8.59 | - |
| YUV | 53.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 83 | 0.17 | 0.52 | 0 | 0.67 | 280.47 | 0.35 | 0.24 |
| Hex | 45 | 28 | 53 | 11 | 34 | 0 | 43 | 118 | 23 | 18 |
| Octal | 105 | 50 | 123 | 21 | 64 | 0 | 103 | 430 | 43 | 30 |
| Binary | 1000101 | 101000 | 1010011 | 10001 | 110100 | 0 | 1000011 | 100011000 | 100011 | 11000 |
Color Harmonies of #452853
Complementary color
Monochromatic Colors of #452853
Black with #452853
Text Example
Text Example
White with #452853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452853; }
p { color: rgb(69,40,83); }
H1.HeaderClassName
{
color: #452853;
}
.AnyTagClassName
{
color: #452853;
}
</style>
background-color css
<style>
a { background-color: #452853; }
a { background-color: rgb(69,40,83); }
div.DivClassName
{
background-color: #452853;
}
.BgClassName
{
background-color: #452853;
}
</style>
border-color css
<style>
span { border-color: #452853; }
span { border-color: rgb(69,40,83); }
td.TdClassName
{
border-color: #452853;
}
.TagClassName
{
border-color: #452853;
}
</style>