Shades of Scarlet Gum #452B57
Tints of Scarlet Gum #452B57
RGB
CMYK
RGB Variations
Color information
#452B57 (or 0x452B57) is known color: Scarlet Gum. HEX triplet: 45, 2B and 57. RGB value is (69,43,87). Sum of RGB (Red+Green+Blue) = 69+43+87=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #452B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B57 is #BAD4A8. Grayscale: #373737. Windows color (decimal): -12244137 or 5712709. OLE color: 5712709.
HSL color Cylindrical-coordinate representation of color #452B57: hue angle of 275.45º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #452B57 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 43 | 87 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.66 |
| HSL | 275.45º | 0.34% | 0.25% | - |
| HSV(B) | 275.45º | 0.51% | 0.34% | - |
| XYZ | 5.04 | 3.68 | 9.46 | - |
| YUV | 55.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 87 | 0.21 | 0.51 | 0 | 0.66 | 275.45 | 0.34 | 0.25 |
| Hex | 45 | 2B | 57 | 15 | 33 | 0 | 42 | 113 | 22 | 19 |
| Octal | 105 | 53 | 127 | 25 | 63 | 0 | 102 | 423 | 42 | 31 |
| Binary | 1000101 | 101011 | 1010111 | 10101 | 110011 | 0 | 1000010 | 100010011 | 100010 | 11001 |
Color Harmonies of #452B57
Complementary color
Monochromatic Colors of #452B57
Black with #452B57
Text Example
Text Example
White with #452B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B57; }
p { color: rgb(69,43,87); }
H1.HeaderClassName
{
color: #452B57;
}
.AnyTagClassName
{
color: #452B57;
}
</style>
background-color css
<style>
a { background-color: #452B57; }
a { background-color: rgb(69,43,87); }
div.DivClassName
{
background-color: #452B57;
}
.BgClassName
{
background-color: #452B57;
}
</style>
border-color css
<style>
span { border-color: #452B57; }
span { border-color: rgb(69,43,87); }
td.TdClassName
{
border-color: #452B57;
}
.TagClassName
{
border-color: #452B57;
}
</style>