Shades of Scarlet Gum #43294D
Tints of Scarlet Gum #43294D
RGB
CMYK
RGB Variations
Color information
#43294D (or 0x43294D) is known color: Scarlet Gum. HEX triplet: 43, 29 and 4D. RGB value is (67,41,77). Sum of RGB (Red+Green+Blue) = 67+41+77=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #43294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43294D is #BCD6B2. Grayscale: #343434. Windows color (decimal): -12375731 or 5056835. OLE color: 5056835.
HSL color Cylindrical-coordinate representation of color #43294D: hue angle of 283.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43294D is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 41 | 77 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.70 |
| HSL | 283.33º | 0.31% | 0.23% | - |
| HSV(B) | 283.33º | 0.47% | 0.3% | - |
| XYZ | 4.45 | 3.31 | 7.43 | - |
| YUV | 52.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 41 | 77 | 0.13 | 0.47 | 0 | 0.70 | 283.33 | 0.31 | 0.23 |
| Hex | 43 | 29 | 4D | D | 2F | 0 | 46 | 11B | 1F | 17 |
| Octal | 103 | 51 | 115 | 15 | 57 | 0 | 106 | 433 | 37 | 27 |
| Binary | 1000011 | 101001 | 1001101 | 1101 | 101111 | 0 | 1000110 | 100011011 | 11111 | 10111 |
Color Harmonies of #43294D
Complementary color
Monochromatic Colors of #43294D
Black with #43294D
Text Example
Text Example
White with #43294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43294D; }
p { color: rgb(67,41,77); }
H1.HeaderClassName
{
color: #43294D;
}
.AnyTagClassName
{
color: #43294D;
}
</style>
background-color css
<style>
a { background-color: #43294D; }
a { background-color: rgb(67,41,77); }
div.DivClassName
{
background-color: #43294D;
}
.BgClassName
{
background-color: #43294D;
}
</style>
border-color css
<style>
span { border-color: #43294D; }
span { border-color: rgb(67,41,77); }
td.TdClassName
{
border-color: #43294D;
}
.TagClassName
{
border-color: #43294D;
}
</style>