Shades of Scarlet Gum #512367
Tints of Scarlet Gum #512367
RGB
CMYK
RGB Variations
Color information
#512367 (or 0x512367) is known color: Scarlet Gum. HEX triplet: 51, 23 and 67. RGB value is (81,35,103). Sum of RGB (Red+Green+Blue) = 81+35+103=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #512367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512367 is #AEDC98. Grayscale: #383838. Windows color (decimal): -11459737 or 6759249. OLE color: 6759249.
HSL color Cylindrical-coordinate representation of color #512367: hue angle of 280.59º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #512367 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 35 | 103 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.60 |
| HSL | 280.59º | 0.49% | 0.27% | - |
| HSV(B) | 280.59º | 0.66% | 0.4% | - |
| XYZ | 6.44 | 3.93 | 13.25 | - |
| YUV | 56.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 103 | 0.21 | 0.66 | 0 | 0.60 | 280.59 | 0.49 | 0.27 |
| Hex | 51 | 23 | 67 | 15 | 42 | 0 | 3C | 119 | 31 | 1B |
| Octal | 121 | 43 | 147 | 25 | 102 | 0 | 74 | 431 | 61 | 33 |
| Binary | 1010001 | 100011 | 1100111 | 10101 | 1000010 | 0 | 111100 | 100011001 | 110001 | 11011 |
Color Harmonies of #512367
Complementary color
Monochromatic Colors of #512367
Black with #512367
Text Example
Text Example
White with #512367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512367; }
p { color: rgb(81,35,103); }
H1.HeaderClassName
{
color: #512367;
}
.AnyTagClassName
{
color: #512367;
}
</style>
background-color css
<style>
a { background-color: #512367; }
a { background-color: rgb(81,35,103); }
div.DivClassName
{
background-color: #512367;
}
.BgClassName
{
background-color: #512367;
}
</style>
border-color css
<style>
span { border-color: #512367; }
span { border-color: rgb(81,35,103); }
td.TdClassName
{
border-color: #512367;
}
.TagClassName
{
border-color: #512367;
}
</style>