Shades of Scarlet Gum #452358
Tints of Scarlet Gum #452358
RGB
CMYK
RGB Variations
Color information
#452358 (or 0x452358) is known color: Scarlet Gum. HEX triplet: 45, 23 and 58. RGB value is (69,35,88). Sum of RGB (Red+Green+Blue) = 69+35+88=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #452358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452358 is #BADCA7. Grayscale: #333333. Windows color (decimal): -12246184 or 5776197. OLE color: 5776197.
HSL color Cylindrical-coordinate representation of color #452358: hue angle of 278.49º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #452358 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 35 | 88 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.65 |
| HSL | 278.49º | 0.43% | 0.24% | - |
| HSV(B) | 278.49º | 0.6% | 0.35% | - |
| XYZ | 4.82 | 3.17 | 9.59 | - |
| YUV | 51.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 88 | 0.22 | 0.60 | 0 | 0.65 | 278.49 | 0.43 | 0.24 |
| Hex | 45 | 23 | 58 | 16 | 3C | 0 | 41 | 116 | 2B | 18 |
| Octal | 105 | 43 | 130 | 26 | 74 | 0 | 101 | 426 | 53 | 30 |
| Binary | 1000101 | 100011 | 1011000 | 10110 | 111100 | 0 | 1000001 | 100010110 | 101011 | 11000 |
Color Harmonies of #452358
Complementary color
Monochromatic Colors of #452358
Black with #452358
Text Example
Text Example
White with #452358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452358; }
p { color: rgb(69,35,88); }
H1.HeaderClassName
{
color: #452358;
}
.AnyTagClassName
{
color: #452358;
}
</style>
background-color css
<style>
a { background-color: #452358; }
a { background-color: rgb(69,35,88); }
div.DivClassName
{
background-color: #452358;
}
.BgClassName
{
background-color: #452358;
}
</style>
border-color css
<style>
span { border-color: #452358; }
span { border-color: rgb(69,35,88); }
td.TdClassName
{
border-color: #452358;
}
.TagClassName
{
border-color: #452358;
}
</style>