Shades of Scarlet Gum #43045A
Tints of Scarlet Gum #43045A
RGB
CMYK
RGB Variations
Color information
#43045A (or 0x43045A) is known color: Scarlet Gum. HEX triplet: 43, 04 and 5A. RGB value is (67,4,90). Sum of RGB (Red+Green+Blue) = 67+4+90=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #43045A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43045A is #BCFBA5. Grayscale: #202020. Windows color (decimal): -12385190 or 5899331. OLE color: 5899331.
HSL color Cylindrical-coordinate representation of color #43045A: hue angle of 283.95º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43045A is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 4 | 90 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.65 |
| HSL | 283.95º | 0.91% | 0.18% | - |
| HSV(B) | 283.95º | 0.96% | 0.35% | - |
| XYZ | 4.2 | 2.02 | 9.84 | - |
| YUV | 32.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 90 | 0.26 | 0.96 | 0 | 0.65 | 283.95 | 0.91 | 0.18 |
| Hex | 43 | 4 | 5A | 1A | 60 | 0 | 41 | 11C | 5B | 12 |
| Octal | 103 | 4 | 132 | 32 | 140 | 0 | 101 | 434 | 133 | 22 |
| Binary | 1000011 | 100 | 1011010 | 11010 | 1100000 | 0 | 1000001 | 100011100 | 1011011 | 10010 |
Color Harmonies of #43045A
Complementary color
Monochromatic Colors of #43045A
Black with #43045A
Text Example
Text Example
White with #43045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43045A; }
p { color: rgb(67,4,90); }
H1.HeaderClassName
{
color: #43045A;
}
.AnyTagClassName
{
color: #43045A;
}
</style>
background-color css
<style>
a { background-color: #43045A; }
a { background-color: rgb(67,4,90); }
div.DivClassName
{
background-color: #43045A;
}
.BgClassName
{
background-color: #43045A;
}
</style>
border-color css
<style>
span { border-color: #43045A; }
span { border-color: rgb(67,4,90); }
td.TdClassName
{
border-color: #43045A;
}
.TagClassName
{
border-color: #43045A;
}
</style>