Shades of Scarlet Gum #43085A
Tints of Scarlet Gum #43085A
RGB
CMYK
RGB Variations
Color information
#43085A (or 0x43085A) is known color: Scarlet Gum. HEX triplet: 43, 08 and 5A. RGB value is (67,8,90). Sum of RGB (Red+Green+Blue) = 67+8+90=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #43085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43085A is #BCF7A5. Grayscale: #222222. Windows color (decimal): -12384166 or 5900355. OLE color: 5900355.
HSL color Cylindrical-coordinate representation of color #43085A: hue angle of 283.17º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43085A is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 8 | 90 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.65 |
| HSL | 283.17º | 0.84% | 0.19% | - |
| HSV(B) | 283.17º | 0.91% | 0.35% | - |
| XYZ | 4.25 | 2.11 | 9.86 | - |
| YUV | 34.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 90 | 0.26 | 0.91 | 0 | 0.65 | 283.17 | 0.84 | 0.19 |
| Hex | 43 | 8 | 5A | 1A | 5B | 0 | 41 | 11B | 54 | 13 |
| Octal | 103 | 10 | 132 | 32 | 133 | 0 | 101 | 433 | 124 | 23 |
| Binary | 1000011 | 1000 | 1011010 | 11010 | 1011011 | 0 | 1000001 | 100011011 | 1010100 | 10011 |
Color Harmonies of #43085A
Complementary color
Monochromatic Colors of #43085A
Black with #43085A
Text Example
Text Example
White with #43085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43085A; }
p { color: rgb(67,8,90); }
H1.HeaderClassName
{
color: #43085A;
}
.AnyTagClassName
{
color: #43085A;
}
</style>
background-color css
<style>
a { background-color: #43085A; }
a { background-color: rgb(67,8,90); }
div.DivClassName
{
background-color: #43085A;
}
.BgClassName
{
background-color: #43085A;
}
</style>
border-color css
<style>
span { border-color: #43085A; }
span { border-color: rgb(67,8,90); }
td.TdClassName
{
border-color: #43085A;
}
.TagClassName
{
border-color: #43085A;
}
</style>