Shades of Scarlet Gum #451761
Tints of Scarlet Gum #451761
RGB
CMYK
RGB Variations
Color information
#451761 (or 0x451761) is known color: Scarlet Gum. HEX triplet: 45, 17 and 61. RGB value is (69,23,97). Sum of RGB (Red+Green+Blue) = 69+23+97=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #451761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451761 is #BAE89E. Grayscale: #2C2C2C. Windows color (decimal): -12249247 or 6362949. OLE color: 6362949.
HSL color Cylindrical-coordinate representation of color #451761: hue angle of 277.3º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #451761 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 23 | 97 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.62 |
| HSL | 277.3º | 0.62% | 0.24% | - |
| HSV(B) | 277.3º | 0.76% | 0.38% | - |
| XYZ | 4.92 | 2.74 | 11.58 | - |
| YUV | 45.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 23 | 97 | 0.29 | 0.76 | 0 | 0.62 | 277.3 | 0.62 | 0.24 |
| Hex | 45 | 17 | 61 | 1D | 4C | 0 | 3E | 115 | 3E | 18 |
| Octal | 105 | 27 | 141 | 35 | 114 | 0 | 76 | 425 | 76 | 30 |
| Binary | 1000101 | 10111 | 1100001 | 11101 | 1001100 | 0 | 111110 | 100010101 | 111110 | 11000 |
Color Harmonies of #451761
Complementary color
Monochromatic Colors of #451761
Black with #451761
Text Example
Text Example
White with #451761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451761; }
p { color: rgb(69,23,97); }
H1.HeaderClassName
{
color: #451761;
}
.AnyTagClassName
{
color: #451761;
}
</style>
background-color css
<style>
a { background-color: #451761; }
a { background-color: rgb(69,23,97); }
div.DivClassName
{
background-color: #451761;
}
.BgClassName
{
background-color: #451761;
}
</style>
border-color css
<style>
span { border-color: #451761; }
span { border-color: rgb(69,23,97); }
td.TdClassName
{
border-color: #451761;
}
.TagClassName
{
border-color: #451761;
}
</style>