Shades of Scarlet Gum #461F5C
Tints of Scarlet Gum #461F5C
RGB
CMYK
RGB Variations
Color information
#461F5C (or 0x461F5C) is known color: Scarlet Gum. HEX triplet: 46, 1F and 5C. RGB value is (70,31,92). Sum of RGB (Red+Green+Blue) = 70+31+92=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #461F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461F5C is #B9E0A3. Grayscale: #313131. Windows color (decimal): -12181668 or 6037318. OLE color: 6037318.
HSL color Cylindrical-coordinate representation of color #461F5C: hue angle of 278.36º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #461F5C is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 31 | 92 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.64 |
| HSL | 278.36º | 0.5% | 0.24% | - |
| HSV(B) | 278.36º | 0.66% | 0.36% | - |
| XYZ | 4.95 | 3.05 | 10.45 | - |
| YUV | 49.62 | 151.92 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 92 | 0.24 | 0.66 | 0 | 0.64 | 278.36 | 0.5 | 0.24 |
| Hex | 46 | 1F | 5C | 18 | 42 | 0 | 40 | 116 | 32 | 18 |
| Octal | 106 | 37 | 134 | 30 | 102 | 0 | 100 | 426 | 62 | 30 |
| Binary | 1000110 | 11111 | 1011100 | 11000 | 1000010 | 0 | 1000000 | 100010110 | 110010 | 11000 |
Color Harmonies of #461F5C
Complementary color
Monochromatic Colors of #461F5C
Black with #461F5C
Text Example
Text Example
White with #461F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F5C; }
p { color: rgb(70,31,92); }
H1.HeaderClassName
{
color: #461F5C;
}
.AnyTagClassName
{
color: #461F5C;
}
</style>
background-color css
<style>
a { background-color: #461F5C; }
a { background-color: rgb(70,31,92); }
div.DivClassName
{
background-color: #461F5C;
}
.BgClassName
{
background-color: #461F5C;
}
</style>
border-color css
<style>
span { border-color: #461F5C; }
span { border-color: rgb(70,31,92); }
td.TdClassName
{
border-color: #461F5C;
}
.TagClassName
{
border-color: #461F5C;
}
</style>