Shades of Scarlet Gum #452D53
Tints of Scarlet Gum #452D53
RGB
CMYK
RGB Variations
Color information
#452D53 (or 0x452D53) is known color: Scarlet Gum. HEX triplet: 45, 2D and 53. RGB value is (69,45,83). Sum of RGB (Red+Green+Blue) = 69+45+83=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #452D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452D53 is #BAD2AC. Grayscale: #383838. Windows color (decimal): -12243629 or 5451077. OLE color: 5451077.
HSL color Cylindrical-coordinate representation of color #452D53: hue angle of 277.89º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #452D53 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 45 | 83 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.67 |
| HSL | 277.89º | 0.3% | 0.25% | - |
| HSV(B) | 277.89º | 0.46% | 0.33% | - |
| XYZ | 4.95 | 3.77 | 8.65 | - |
| YUV | 56.51 | 142.95 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 83 | 0.17 | 0.46 | 0 | 0.67 | 277.89 | 0.3 | 0.25 |
| Hex | 45 | 2D | 53 | 11 | 2E | 0 | 43 | 116 | 1E | 19 |
| Octal | 105 | 55 | 123 | 21 | 56 | 0 | 103 | 426 | 36 | 31 |
| Binary | 1000101 | 101101 | 1010011 | 10001 | 101110 | 0 | 1000011 | 100010110 | 11110 | 11001 |
Color Harmonies of #452D53
Complementary color
Monochromatic Colors of #452D53
Black with #452D53
Text Example
Text Example
White with #452D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D53; }
p { color: rgb(69,45,83); }
H1.HeaderClassName
{
color: #452D53;
}
.AnyTagClassName
{
color: #452D53;
}
</style>
background-color css
<style>
a { background-color: #452D53; }
a { background-color: rgb(69,45,83); }
div.DivClassName
{
background-color: #452D53;
}
.BgClassName
{
background-color: #452D53;
}
</style>
border-color css
<style>
span { border-color: #452D53; }
span { border-color: rgb(69,45,83); }
td.TdClassName
{
border-color: #452D53;
}
.TagClassName
{
border-color: #452D53;
}
</style>