Shades of Scarlet Gum #43055A
Tints of Scarlet Gum #43055A
RGB
CMYK
RGB Variations
Color information
#43055A (or 0x43055A) is known color: Scarlet Gum. HEX triplet: 43, 05 and 5A. RGB value is (67,5,90). Sum of RGB (Red+Green+Blue) = 67+5+90=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #43055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43055A is #BCFAA5. Grayscale: #202020. Windows color (decimal): -12384934 or 5899587. OLE color: 5899587.
HSL color Cylindrical-coordinate representation of color #43055A: hue angle of 283.76º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43055A is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 5 | 90 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.65 |
| HSL | 283.76º | 0.89% | 0.19% | - |
| HSV(B) | 283.76º | 0.94% | 0.35% | - |
| XYZ | 4.21 | 2.04 | 9.84 | - |
| YUV | 33.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 90 | 0.26 | 0.94 | 0 | 0.65 | 283.76 | 0.89 | 0.19 |
| Hex | 43 | 5 | 5A | 1A | 5E | 0 | 41 | 11C | 59 | 13 |
| Octal | 103 | 5 | 132 | 32 | 136 | 0 | 101 | 434 | 131 | 23 |
| Binary | 1000011 | 101 | 1011010 | 11010 | 1011110 | 0 | 1000001 | 100011100 | 1011001 | 10011 |
Color Harmonies of #43055A
Complementary color
Monochromatic Colors of #43055A
Black with #43055A
Text Example
Text Example
White with #43055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43055A; }
p { color: rgb(67,5,90); }
H1.HeaderClassName
{
color: #43055A;
}
.AnyTagClassName
{
color: #43055A;
}
</style>
background-color css
<style>
a { background-color: #43055A; }
a { background-color: rgb(67,5,90); }
div.DivClassName
{
background-color: #43055A;
}
.BgClassName
{
background-color: #43055A;
}
</style>
border-color css
<style>
span { border-color: #43055A; }
span { border-color: rgb(67,5,90); }
td.TdClassName
{
border-color: #43055A;
}
.TagClassName
{
border-color: #43055A;
}
</style>