Shades of Scarlet Gum #452850
Tints of Scarlet Gum #452850
RGB
CMYK
RGB Variations
Color information
#452850 (or 0x452850) is known color: Scarlet Gum. HEX triplet: 45, 28 and 50. RGB value is (69,40,80). Sum of RGB (Red+Green+Blue) = 69+40+80=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #452850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452850 is #BAD7AF. Grayscale: #353535. Windows color (decimal): -12244912 or 5253189. OLE color: 5253189.
HSL color Cylindrical-coordinate representation of color #452850: hue angle of 283.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #452850 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 40 | 80 | - |
| CMYK | 0.14 | 0.5 | 0 | 0.69 |
| HSL | 283.5º | 0.33% | 0.24% | - |
| HSV(B) | 283.5º | 0.5% | 0.31% | - |
| XYZ | 4.66 | 3.36 | 7.99 | - |
| YUV | 53.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 80 | 0.14 | 0.5 | 0 | 0.69 | 283.5 | 0.33 | 0.24 |
| Hex | 45 | 28 | 50 | E | 32 | 0 | 45 | 11C | 21 | 18 |
| Octal | 105 | 50 | 120 | 16 | 62 | 0 | 105 | 434 | 41 | 30 |
| Binary | 1000101 | 101000 | 1010000 | 1110 | 110010 | 0 | 1000101 | 100011100 | 100001 | 11000 |
Color Harmonies of #452850
Complementary color
Monochromatic Colors of #452850
Black with #452850
Text Example
Text Example
White with #452850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452850; }
p { color: rgb(69,40,80); }
H1.HeaderClassName
{
color: #452850;
}
.AnyTagClassName
{
color: #452850;
}
</style>
background-color css
<style>
a { background-color: #452850; }
a { background-color: rgb(69,40,80); }
div.DivClassName
{
background-color: #452850;
}
.BgClassName
{
background-color: #452850;
}
</style>
border-color css
<style>
span { border-color: #452850; }
span { border-color: rgb(69,40,80); }
td.TdClassName
{
border-color: #452850;
}
.TagClassName
{
border-color: #452850;
}
</style>