Shades of Scarlet Gum #451861
Tints of Scarlet Gum #451861
RGB
CMYK
RGB Variations
Color information
#451861 (or 0x451861) is known color: Scarlet Gum. HEX triplet: 45, 18 and 61. RGB value is (69,24,97). Sum of RGB (Red+Green+Blue) = 69+24+97=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #451861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451861 is #BAE79E. Grayscale: #2D2D2D. Windows color (decimal): -12248991 or 6363205. OLE color: 6363205.
HSL color Cylindrical-coordinate representation of color #451861: hue angle of 276.99º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451861 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 24 | 97 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.62 |
| HSL | 276.99º | 0.6% | 0.24% | - |
| HSV(B) | 276.99º | 0.75% | 0.38% | - |
| XYZ | 4.94 | 2.78 | 11.59 | - |
| YUV | 45.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 97 | 0.29 | 0.75 | 0 | 0.62 | 276.99 | 0.6 | 0.24 |
| Hex | 45 | 18 | 61 | 1D | 4B | 0 | 3E | 115 | 3C | 18 |
| Octal | 105 | 30 | 141 | 35 | 113 | 0 | 76 | 425 | 74 | 30 |
| Binary | 1000101 | 11000 | 1100001 | 11101 | 1001011 | 0 | 111110 | 100010101 | 111100 | 11000 |
Color Harmonies of #451861
Complementary color
Monochromatic Colors of #451861
Black with #451861
Text Example
Text Example
White with #451861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451861; }
p { color: rgb(69,24,97); }
H1.HeaderClassName
{
color: #451861;
}
.AnyTagClassName
{
color: #451861;
}
</style>
background-color css
<style>
a { background-color: #451861; }
a { background-color: rgb(69,24,97); }
div.DivClassName
{
background-color: #451861;
}
.BgClassName
{
background-color: #451861;
}
</style>
border-color css
<style>
span { border-color: #451861; }
span { border-color: rgb(69,24,97); }
td.TdClassName
{
border-color: #451861;
}
.TagClassName
{
border-color: #451861;
}
</style>