Shades of Scarlet Gum #452360
Tints of Scarlet Gum #452360
RGB
CMYK
RGB Variations
Color information
#452360 (or 0x452360) is known color: Scarlet Gum. HEX triplet: 45, 23 and 60. RGB value is (69,35,96). Sum of RGB (Red+Green+Blue) = 69+35+96=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #452360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452360 is #BADC9F. Grayscale: #333333. Windows color (decimal): -12246176 or 6300485. OLE color: 6300485.
HSL color Cylindrical-coordinate representation of color #452360: hue angle of 273.44º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #452360 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 35 | 96 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.62 |
| HSL | 273.44º | 0.47% | 0.26% | - |
| HSV(B) | 273.44º | 0.64% | 0.38% | - |
| XYZ | 5.17 | 3.31 | 11.43 | - |
| YUV | 52.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 96 | 0.28 | 0.64 | 0 | 0.62 | 273.44 | 0.47 | 0.26 |
| Hex | 45 | 23 | 60 | 1C | 40 | 0 | 3E | 111 | 2F | 1A |
| Octal | 105 | 43 | 140 | 34 | 100 | 0 | 76 | 421 | 57 | 32 |
| Binary | 1000101 | 100011 | 1100000 | 11100 | 1000000 | 0 | 111110 | 100010001 | 101111 | 11010 |
Color Harmonies of #452360
Complementary color
Monochromatic Colors of #452360
Black with #452360
Text Example
Text Example
White with #452360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452360; }
p { color: rgb(69,35,96); }
H1.HeaderClassName
{
color: #452360;
}
.AnyTagClassName
{
color: #452360;
}
</style>
background-color css
<style>
a { background-color: #452360; }
a { background-color: rgb(69,35,96); }
div.DivClassName
{
background-color: #452360;
}
.BgClassName
{
background-color: #452360;
}
</style>
border-color css
<style>
span { border-color: #452360; }
span { border-color: rgb(69,35,96); }
td.TdClassName
{
border-color: #452360;
}
.TagClassName
{
border-color: #452360;
}
</style>