Shades of Scarlet Gum #452052
Tints of Scarlet Gum #452052
RGB
CMYK
RGB Variations
Color information
#452052 (or 0x452052) is known color: Scarlet Gum. HEX triplet: 45, 20 and 52. RGB value is (69,32,82). Sum of RGB (Red+Green+Blue) = 69+32+82=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #452052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452052 is #BADFAD. Grayscale: #303030. Windows color (decimal): -12246958 or 5382213. OLE color: 5382213.
HSL color Cylindrical-coordinate representation of color #452052: hue angle of 284.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #452052 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 32 | 82 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.68 |
| HSL | 284.4º | 0.44% | 0.22% | - |
| HSV(B) | 284.4º | 0.61% | 0.32% | - |
| XYZ | 4.49 | 2.91 | 8.31 | - |
| YUV | 48.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 82 | 0.16 | 0.61 | 0 | 0.68 | 284.4 | 0.44 | 0.22 |
| Hex | 45 | 20 | 52 | 10 | 3D | 0 | 44 | 11C | 2C | 16 |
| Octal | 105 | 40 | 122 | 20 | 75 | 0 | 104 | 434 | 54 | 26 |
| Binary | 1000101 | 100000 | 1010010 | 10000 | 111101 | 0 | 1000100 | 100011100 | 101100 | 10110 |
Color Harmonies of #452052
Complementary color
Monochromatic Colors of #452052
Black with #452052
Text Example
Text Example
White with #452052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452052; }
p { color: rgb(69,32,82); }
H1.HeaderClassName
{
color: #452052;
}
.AnyTagClassName
{
color: #452052;
}
</style>
background-color css
<style>
a { background-color: #452052; }
a { background-color: rgb(69,32,82); }
div.DivClassName
{
background-color: #452052;
}
.BgClassName
{
background-color: #452052;
}
</style>
border-color css
<style>
span { border-color: #452052; }
span { border-color: rgb(69,32,82); }
td.TdClassName
{
border-color: #452052;
}
.TagClassName
{
border-color: #452052;
}
</style>