Shades of Scarlet Gum #452350
Tints of Scarlet Gum #452350
RGB
CMYK
RGB Variations
Color information
#452350 (or 0x452350) is known color: Scarlet Gum. HEX triplet: 45, 23 and 50. RGB value is (69,35,80). Sum of RGB (Red+Green+Blue) = 69+35+80=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #452350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452350 is #BADCAF. Grayscale: #323232. Windows color (decimal): -12246192 or 5251909. OLE color: 5251909.
HSL color Cylindrical-coordinate representation of color #452350: hue angle of 285.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #452350 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 35 | 80 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.69 |
| HSL | 285.33º | 0.39% | 0.23% | - |
| HSV(B) | 285.33º | 0.56% | 0.31% | - |
| XYZ | 4.5 | 3.05 | 7.94 | - |
| YUV | 50.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 80 | 0.14 | 0.56 | 0 | 0.69 | 285.33 | 0.39 | 0.23 |
| Hex | 45 | 23 | 50 | E | 38 | 0 | 45 | 11D | 27 | 17 |
| Octal | 105 | 43 | 120 | 16 | 70 | 0 | 105 | 435 | 47 | 27 |
| Binary | 1000101 | 100011 | 1010000 | 1110 | 111000 | 0 | 1000101 | 100011101 | 100111 | 10111 |
Color Harmonies of #452350
Complementary color
Monochromatic Colors of #452350
Black with #452350
Text Example
Text Example
White with #452350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452350; }
p { color: rgb(69,35,80); }
H1.HeaderClassName
{
color: #452350;
}
.AnyTagClassName
{
color: #452350;
}
</style>
background-color css
<style>
a { background-color: #452350; }
a { background-color: rgb(69,35,80); }
div.DivClassName
{
background-color: #452350;
}
.BgClassName
{
background-color: #452350;
}
</style>
border-color css
<style>
span { border-color: #452350; }
span { border-color: rgb(69,35,80); }
td.TdClassName
{
border-color: #452350;
}
.TagClassName
{
border-color: #452350;
}
</style>