Shades of Scarlet Gum #43065A
Tints of Scarlet Gum #43065A
RGB
CMYK
RGB Variations
Color information
#43065A (or 0x43065A) is known color: Scarlet Gum. HEX triplet: 43, 06 and 5A. RGB value is (67,6,90). Sum of RGB (Red+Green+Blue) = 67+6+90=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #43065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43065A is #BCF9A5. Grayscale: #212121. Windows color (decimal): -12384678 or 5899843. OLE color: 5899843.
HSL color Cylindrical-coordinate representation of color #43065A: hue angle of 283.57º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #43065A is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 6 | 90 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.65 |
| HSL | 283.57º | 0.88% | 0.19% | - |
| HSV(B) | 283.57º | 0.93% | 0.35% | - |
| XYZ | 4.23 | 2.06 | 9.85 | - |
| YUV | 33.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 90 | 0.26 | 0.93 | 0 | 0.65 | 283.57 | 0.88 | 0.19 |
| Hex | 43 | 6 | 5A | 1A | 5D | 0 | 41 | 11C | 58 | 13 |
| Octal | 103 | 6 | 132 | 32 | 135 | 0 | 101 | 434 | 130 | 23 |
| Binary | 1000011 | 110 | 1011010 | 11010 | 1011101 | 0 | 1000001 | 100011100 | 1011000 | 10011 |
Color Harmonies of #43065A
Complementary color
Monochromatic Colors of #43065A
Black with #43065A
Text Example
Text Example
White with #43065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43065A; }
p { color: rgb(67,6,90); }
H1.HeaderClassName
{
color: #43065A;
}
.AnyTagClassName
{
color: #43065A;
}
</style>
background-color css
<style>
a { background-color: #43065A; }
a { background-color: rgb(67,6,90); }
div.DivClassName
{
background-color: #43065A;
}
.BgClassName
{
background-color: #43065A;
}
</style>
border-color css
<style>
span { border-color: #43065A; }
span { border-color: rgb(67,6,90); }
td.TdClassName
{
border-color: #43065A;
}
.TagClassName
{
border-color: #43065A;
}
</style>