Shades of Scarlet Gum #452758
Tints of Scarlet Gum #452758
RGB
CMYK
RGB Variations
Color information
#452758 (or 0x452758) is known color: Scarlet Gum. HEX triplet: 45, 27 and 58. RGB value is (69,39,88). Sum of RGB (Red+Green+Blue) = 69+39+88=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #452758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452758 is #BAD8A7. Grayscale: #353535. Windows color (decimal): -12245160 or 5777221. OLE color: 5777221.
HSL color Cylindrical-coordinate representation of color #452758: hue angle of 276.73º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #452758 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 39 | 88 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.65 |
| HSL | 276.73º | 0.39% | 0.25% | - |
| HSV(B) | 276.73º | 0.56% | 0.35% | - |
| XYZ | 4.94 | 3.42 | 9.63 | - |
| YUV | 53.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 88 | 0.22 | 0.56 | 0 | 0.65 | 276.73 | 0.39 | 0.25 |
| Hex | 45 | 27 | 58 | 16 | 38 | 0 | 41 | 115 | 27 | 19 |
| Octal | 105 | 47 | 130 | 26 | 70 | 0 | 101 | 425 | 47 | 31 |
| Binary | 1000101 | 100111 | 1011000 | 10110 | 111000 | 0 | 1000001 | 100010101 | 100111 | 11001 |
Color Harmonies of #452758
Complementary color
Monochromatic Colors of #452758
Black with #452758
Text Example
Text Example
White with #452758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452758; }
p { color: rgb(69,39,88); }
H1.HeaderClassName
{
color: #452758;
}
.AnyTagClassName
{
color: #452758;
}
</style>
background-color css
<style>
a { background-color: #452758; }
a { background-color: rgb(69,39,88); }
div.DivClassName
{
background-color: #452758;
}
.BgClassName
{
background-color: #452758;
}
</style>
border-color css
<style>
span { border-color: #452758; }
span { border-color: rgb(69,39,88); }
td.TdClassName
{
border-color: #452758;
}
.TagClassName
{
border-color: #452758;
}
</style>