Shades of Scarlet Gum #452D59
Tints of Scarlet Gum #452D59
RGB
CMYK
RGB Variations
Color information
#452D59 (or 0x452D59) is known color: Scarlet Gum. HEX triplet: 45, 2D and 59. RGB value is (69,45,89). Sum of RGB (Red+Green+Blue) = 69+45+89=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #452D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452D59 is #BAD2A6. Grayscale: #393939. Windows color (decimal): -12243623 or 5844293. OLE color: 5844293.
HSL color Cylindrical-coordinate representation of color #452D59: hue angle of 272.73º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #452D59 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 45 | 89 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.65 |
| HSL | 272.73º | 0.33% | 0.26% | - |
| HSV(B) | 272.73º | 0.49% | 0.35% | - |
| XYZ | 5.2 | 3.86 | 9.92 | - |
| YUV | 57.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 89 | 0.22 | 0.49 | 0 | 0.65 | 272.73 | 0.33 | 0.26 |
| Hex | 45 | 2D | 59 | 16 | 31 | 0 | 41 | 111 | 21 | 1A |
| Octal | 105 | 55 | 131 | 26 | 61 | 0 | 101 | 421 | 41 | 32 |
| Binary | 1000101 | 101101 | 1011001 | 10110 | 110001 | 0 | 1000001 | 100010001 | 100001 | 11010 |
Color Harmonies of #452D59
Complementary color
Monochromatic Colors of #452D59
Black with #452D59
Text Example
Text Example
White with #452D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D59; }
p { color: rgb(69,45,89); }
H1.HeaderClassName
{
color: #452D59;
}
.AnyTagClassName
{
color: #452D59;
}
</style>
background-color css
<style>
a { background-color: #452D59; }
a { background-color: rgb(69,45,89); }
div.DivClassName
{
background-color: #452D59;
}
.BgClassName
{
background-color: #452D59;
}
</style>
border-color css
<style>
span { border-color: #452D59; }
span { border-color: rgb(69,45,89); }
td.TdClassName
{
border-color: #452D59;
}
.TagClassName
{
border-color: #452D59;
}
</style>