Shades of Scarlet Gum #452051
Tints of Scarlet Gum #452051
RGB
CMYK
RGB Variations
Color information
#452051 (or 0x452051) is known color: Scarlet Gum. HEX triplet: 45, 20 and 51. RGB value is (69,32,81). Sum of RGB (Red+Green+Blue) = 69+32+81=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 81 - color contains mainly: blue. Hex color #452051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452051 is #BADFAE. Grayscale: #303030. Windows color (decimal): -12246959 or 5316677. OLE color: 5316677.
HSL color Cylindrical-coordinate representation of color #452051: hue angle of 285.31º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #452051 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 32 | 81 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.68 |
| HSL | 285.31º | 0.43% | 0.22% | - |
| HSV(B) | 285.31º | 0.6% | 0.32% | - |
| XYZ | 4.46 | 2.89 | 8.11 | - |
| YUV | 48.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 81 | 0.15 | 0.60 | 0 | 0.68 | 285.31 | 0.43 | 0.22 |
| Hex | 45 | 20 | 51 | F | 3C | 0 | 44 | 11D | 2B | 16 |
| Octal | 105 | 40 | 121 | 17 | 74 | 0 | 104 | 435 | 53 | 26 |
| Binary | 1000101 | 100000 | 1010001 | 1111 | 111100 | 0 | 1000100 | 100011101 | 101011 | 10110 |
Color Harmonies of #452051
Complementary color
Monochromatic Colors of #452051
Black with #452051
Text Example
Text Example
White with #452051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452051; }
p { color: rgb(69,32,81); }
H1.HeaderClassName
{
color: #452051;
}
.AnyTagClassName
{
color: #452051;
}
</style>
background-color css
<style>
a { background-color: #452051; }
a { background-color: rgb(69,32,81); }
div.DivClassName
{
background-color: #452051;
}
.BgClassName
{
background-color: #452051;
}
</style>
border-color css
<style>
span { border-color: #452051; }
span { border-color: rgb(69,32,81); }
td.TdClassName
{
border-color: #452051;
}
.TagClassName
{
border-color: #452051;
}
</style>