Shades of Scarlet Gum #452255
Tints of Scarlet Gum #452255
RGB
CMYK
RGB Variations
Color information
#452255 (or 0x452255) is known color: Scarlet Gum. HEX triplet: 45, 22 and 55. RGB value is (69,34,85). Sum of RGB (Red+Green+Blue) = 69+34+85=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #452255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452255 is #BADDAA. Grayscale: #323232. Windows color (decimal): -12246443 or 5579333. OLE color: 5579333.
HSL color Cylindrical-coordinate representation of color #452255: hue angle of 281.18º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #452255 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 34 | 85 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.67 |
| HSL | 281.18º | 0.43% | 0.23% | - |
| HSV(B) | 281.18º | 0.6% | 0.33% | - |
| XYZ | 4.67 | 3.07 | 8.94 | - |
| YUV | 50.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 85 | 0.19 | 0.60 | 0 | 0.67 | 281.18 | 0.43 | 0.23 |
| Hex | 45 | 22 | 55 | 13 | 3C | 0 | 43 | 119 | 2B | 17 |
| Octal | 105 | 42 | 125 | 23 | 74 | 0 | 103 | 431 | 53 | 27 |
| Binary | 1000101 | 100010 | 1010101 | 10011 | 111100 | 0 | 1000011 | 100011001 | 101011 | 10111 |
Color Harmonies of #452255
Complementary color
Monochromatic Colors of #452255
Black with #452255
Text Example
Text Example
White with #452255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452255; }
p { color: rgb(69,34,85); }
H1.HeaderClassName
{
color: #452255;
}
.AnyTagClassName
{
color: #452255;
}
</style>
background-color css
<style>
a { background-color: #452255; }
a { background-color: rgb(69,34,85); }
div.DivClassName
{
background-color: #452255;
}
.BgClassName
{
background-color: #452255;
}
</style>
border-color css
<style>
span { border-color: #452255; }
span { border-color: rgb(69,34,85); }
td.TdClassName
{
border-color: #452255;
}
.TagClassName
{
border-color: #452255;
}
</style>