Shades of Scarlet Gum #452E53
Tints of Scarlet Gum #452E53
RGB
CMYK
RGB Variations
Color information
#452E53 (or 0x452E53) is known color: Scarlet Gum. HEX triplet: 45, 2E and 53. RGB value is (69,46,83). Sum of RGB (Red+Green+Blue) = 69+46+83=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #452E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452E53 is #BAD1AC. Grayscale: #383838. Windows color (decimal): -12243373 or 5451333. OLE color: 5451333.
HSL color Cylindrical-coordinate representation of color #452E53: hue angle of 277.3º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #452E53 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 46 | 83 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.67 |
| HSL | 277.3º | 0.29% | 0.25% | - |
| HSV(B) | 277.3º | 0.45% | 0.33% | - |
| XYZ | 4.99 | 3.84 | 8.66 | - |
| YUV | 57.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 83 | 0.17 | 0.45 | 0 | 0.67 | 277.3 | 0.29 | 0.25 |
| Hex | 45 | 2E | 53 | 11 | 2D | 0 | 43 | 115 | 1D | 19 |
| Octal | 105 | 56 | 123 | 21 | 55 | 0 | 103 | 425 | 35 | 31 |
| Binary | 1000101 | 101110 | 1010011 | 10001 | 101101 | 0 | 1000011 | 100010101 | 11101 | 11001 |
Color Harmonies of #452E53
Complementary color
Monochromatic Colors of #452E53
Black with #452E53
Text Example
Text Example
White with #452E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452E53; }
p { color: rgb(69,46,83); }
H1.HeaderClassName
{
color: #452E53;
}
.AnyTagClassName
{
color: #452E53;
}
</style>
background-color css
<style>
a { background-color: #452E53; }
a { background-color: rgb(69,46,83); }
div.DivClassName
{
background-color: #452E53;
}
.BgClassName
{
background-color: #452E53;
}
</style>
border-color css
<style>
span { border-color: #452E53; }
span { border-color: rgb(69,46,83); }
td.TdClassName
{
border-color: #452E53;
}
.TagClassName
{
border-color: #452E53;
}
</style>