Shades of Scarlet Gum #452553
Tints of Scarlet Gum #452553
RGB
CMYK
RGB Variations
Color information
#452553 (or 0x452553) is known color: Scarlet Gum. HEX triplet: 45, 25 and 53. RGB value is (69,37,83). Sum of RGB (Red+Green+Blue) = 69+37+83=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #452553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452553 is #BADAAC. Grayscale: #333333. Windows color (decimal): -12245677 or 5449029. OLE color: 5449029.
HSL color Cylindrical-coordinate representation of color #452553: hue angle of 281.74º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #452553 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 37 | 83 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.67 |
| HSL | 281.74º | 0.38% | 0.24% | - |
| HSV(B) | 281.74º | 0.55% | 0.33% | - |
| XYZ | 4.68 | 3.21 | 8.56 | - |
| YUV | 51.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 83 | 0.17 | 0.55 | 0 | 0.67 | 281.74 | 0.38 | 0.24 |
| Hex | 45 | 25 | 53 | 11 | 37 | 0 | 43 | 11A | 26 | 18 |
| Octal | 105 | 45 | 123 | 21 | 67 | 0 | 103 | 432 | 46 | 30 |
| Binary | 1000101 | 100101 | 1010011 | 10001 | 110111 | 0 | 1000011 | 100011010 | 100110 | 11000 |
Color Harmonies of #452553
Complementary color
Monochromatic Colors of #452553
Black with #452553
Text Example
Text Example
White with #452553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452553; }
p { color: rgb(69,37,83); }
H1.HeaderClassName
{
color: #452553;
}
.AnyTagClassName
{
color: #452553;
}
</style>
background-color css
<style>
a { background-color: #452553; }
a { background-color: rgb(69,37,83); }
div.DivClassName
{
background-color: #452553;
}
.BgClassName
{
background-color: #452553;
}
</style>
border-color css
<style>
span { border-color: #452553; }
span { border-color: rgb(69,37,83); }
td.TdClassName
{
border-color: #452553;
}
.TagClassName
{
border-color: #452553;
}
</style>