Shades of Scarlet Gum #43145B
Tints of Scarlet Gum #43145B
RGB
CMYK
RGB Variations
Color information
#43145B (or 0x43145B) is known color: Scarlet Gum. HEX triplet: 43, 14 and 5B. RGB value is (67,20,91). Sum of RGB (Red+Green+Blue) = 67+20+91=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #43145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43145B is #BCEBA4. Grayscale: #292929. Windows color (decimal): -12381093 or 5968963. OLE color: 5968963.
HSL color Cylindrical-coordinate representation of color #43145B: hue angle of 279.72º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43145B is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 20 | 91 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.64 |
| HSL | 279.72º | 0.64% | 0.22% | - |
| HSV(B) | 279.72º | 0.78% | 0.36% | - |
| XYZ | 4.45 | 2.45 | 10.14 | - |
| YUV | 42.15 | 155.57 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 91 | 0.26 | 0.78 | 0 | 0.64 | 279.72 | 0.64 | 0.22 |
| Hex | 43 | 14 | 5B | 1A | 4E | 0 | 40 | 118 | 40 | 16 |
| Octal | 103 | 24 | 133 | 32 | 116 | 0 | 100 | 430 | 100 | 26 |
| Binary | 1000011 | 10100 | 1011011 | 11010 | 1001110 | 0 | 1000000 | 100011000 | 1000000 | 10110 |
Color Harmonies of #43145B
Complementary color
Monochromatic Colors of #43145B
Black with #43145B
Text Example
Text Example
White with #43145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43145B; }
p { color: rgb(67,20,91); }
H1.HeaderClassName
{
color: #43145B;
}
.AnyTagClassName
{
color: #43145B;
}
</style>
background-color css
<style>
a { background-color: #43145B; }
a { background-color: rgb(67,20,91); }
div.DivClassName
{
background-color: #43145B;
}
.BgClassName
{
background-color: #43145B;
}
</style>
border-color css
<style>
span { border-color: #43145B; }
span { border-color: rgb(67,20,91); }
td.TdClassName
{
border-color: #43145B;
}
.TagClassName
{
border-color: #43145B;
}
</style>