Shades of Scarlet Gum #451A52
Tints of Scarlet Gum #451A52
RGB
CMYK
RGB Variations
Color information
#451A52 (or 0x451A52) is known color: Scarlet Gum. HEX triplet: 45, 1A and 52. RGB value is (69,26,82). Sum of RGB (Red+Green+Blue) = 69+26+82=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #451A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451A52 is #BAE5AD. Grayscale: #2D2D2D. Windows color (decimal): -12248494 or 5380677. OLE color: 5380677.
HSL color Cylindrical-coordinate representation of color #451A52: hue angle of 286.07º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #451A52 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 26 | 82 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.68 |
| HSL | 286.07º | 0.52% | 0.21% | - |
| HSV(B) | 286.07º | 0.68% | 0.32% | - |
| XYZ | 4.35 | 2.61 | 8.26 | - |
| YUV | 45.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 26 | 82 | 0.16 | 0.68 | 0 | 0.68 | 286.07 | 0.52 | 0.21 |
| Hex | 45 | 1A | 52 | 10 | 44 | 0 | 44 | 11E | 34 | 15 |
| Octal | 105 | 32 | 122 | 20 | 104 | 0 | 104 | 436 | 64 | 25 |
| Binary | 1000101 | 11010 | 1010010 | 10000 | 1000100 | 0 | 1000100 | 100011110 | 110100 | 10101 |
Color Harmonies of #451A52
Complementary color
Monochromatic Colors of #451A52
Black with #451A52
Text Example
Text Example
White with #451A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451A52; }
p { color: rgb(69,26,82); }
H1.HeaderClassName
{
color: #451A52;
}
.AnyTagClassName
{
color: #451A52;
}
</style>
background-color css
<style>
a { background-color: #451A52; }
a { background-color: rgb(69,26,82); }
div.DivClassName
{
background-color: #451A52;
}
.BgClassName
{
background-color: #451A52;
}
</style>
border-color css
<style>
span { border-color: #451A52; }
span { border-color: rgb(69,26,82); }
td.TdClassName
{
border-color: #451A52;
}
.TagClassName
{
border-color: #451A52;
}
</style>