Shades of Scarlet Gum #43125B
Tints of Scarlet Gum #43125B
RGB
CMYK
RGB Variations
Color information
#43125B (or 0x43125B) is known color: Scarlet Gum. HEX triplet: 43, 12 and 5B. RGB value is (67,18,91). Sum of RGB (Red+Green+Blue) = 67+18+91=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #43125B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43125B is #BCEDA4. Grayscale: #282828. Windows color (decimal): -12381605 or 5968451. OLE color: 5968451.
HSL color Cylindrical-coordinate representation of color #43125B: hue angle of 280.27º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #43125B is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 18 | 91 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.64 |
| HSL | 280.27º | 0.67% | 0.21% | - |
| HSV(B) | 280.27º | 0.8% | 0.36% | - |
| XYZ | 4.42 | 2.38 | 10.12 | - |
| YUV | 40.97 | 156.23 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 91 | 0.26 | 0.80 | 0 | 0.64 | 280.27 | 0.67 | 0.21 |
| Hex | 43 | 12 | 5B | 1A | 50 | 0 | 40 | 118 | 43 | 15 |
| Octal | 103 | 22 | 133 | 32 | 120 | 0 | 100 | 430 | 103 | 25 |
| Binary | 1000011 | 10010 | 1011011 | 11010 | 1010000 | 0 | 1000000 | 100011000 | 1000011 | 10101 |
Color Harmonies of #43125B
Complementary color
Monochromatic Colors of #43125B
Black with #43125B
Text Example
Text Example
White with #43125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43125B; }
p { color: rgb(67,18,91); }
H1.HeaderClassName
{
color: #43125B;
}
.AnyTagClassName
{
color: #43125B;
}
</style>
background-color css
<style>
a { background-color: #43125B; }
a { background-color: rgb(67,18,91); }
div.DivClassName
{
background-color: #43125B;
}
.BgClassName
{
background-color: #43125B;
}
</style>
border-color css
<style>
span { border-color: #43125B; }
span { border-color: rgb(67,18,91); }
td.TdClassName
{
border-color: #43125B;
}
.TagClassName
{
border-color: #43125B;
}
</style>