Shades of Scarlet Gum #43115B
Tints of Scarlet Gum #43115B
RGB
CMYK
RGB Variations
Color information
#43115B (or 0x43115B) is known color: Scarlet Gum. HEX triplet: 43, 11 and 5B. RGB value is (67,17,91). Sum of RGB (Red+Green+Blue) = 67+17+91=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #43115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43115B is #BCEEA4. Grayscale: #282828. Windows color (decimal): -12381861 or 5968195. OLE color: 5968195.
HSL color Cylindrical-coordinate representation of color #43115B: hue angle of 280.54º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43115B is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 17 | 91 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.64 |
| HSL | 280.54º | 0.69% | 0.21% | - |
| HSV(B) | 280.54º | 0.81% | 0.36% | - |
| XYZ | 4.4 | 2.35 | 10.12 | - |
| YUV | 40.39 | 156.57 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 91 | 0.26 | 0.81 | 0 | 0.64 | 280.54 | 0.69 | 0.21 |
| Hex | 43 | 11 | 5B | 1A | 51 | 0 | 40 | 119 | 45 | 15 |
| Octal | 103 | 21 | 133 | 32 | 121 | 0 | 100 | 431 | 105 | 25 |
| Binary | 1000011 | 10001 | 1011011 | 11010 | 1010001 | 0 | 1000000 | 100011001 | 1000101 | 10101 |
Color Harmonies of #43115B
Complementary color
Monochromatic Colors of #43115B
Black with #43115B
Text Example
Text Example
White with #43115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43115B; }
p { color: rgb(67,17,91); }
H1.HeaderClassName
{
color: #43115B;
}
.AnyTagClassName
{
color: #43115B;
}
</style>
background-color css
<style>
a { background-color: #43115B; }
a { background-color: rgb(67,17,91); }
div.DivClassName
{
background-color: #43115B;
}
.BgClassName
{
background-color: #43115B;
}
</style>
border-color css
<style>
span { border-color: #43115B; }
span { border-color: rgb(67,17,91); }
td.TdClassName
{
border-color: #43115B;
}
.TagClassName
{
border-color: #43115B;
}
</style>