Shades of Scarlet Gum #43214D
Tints of Scarlet Gum #43214D
RGB
CMYK
RGB Variations
Color information
#43214D (or 0x43214D) is known color: Scarlet Gum. HEX triplet: 43, 21 and 4D. RGB value is (67,33,77). Sum of RGB (Red+Green+Blue) = 67+33+77=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #43214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43214D is #BCDEB2. Grayscale: #303030. Windows color (decimal): -12377779 or 5054787. OLE color: 5054787.
HSL color Cylindrical-coordinate representation of color #43214D: hue angle of 286.36º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43214D is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 33 | 77 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.70 |
| HSL | 286.36º | 0.4% | 0.22% | - |
| HSV(B) | 286.36º | 0.57% | 0.3% | - |
| XYZ | 4.2 | 2.82 | 7.34 | - |
| YUV | 48.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 77 | 0.13 | 0.57 | 0 | 0.70 | 286.36 | 0.4 | 0.22 |
| Hex | 43 | 21 | 4D | D | 39 | 0 | 46 | 11E | 28 | 16 |
| Octal | 103 | 41 | 115 | 15 | 71 | 0 | 106 | 436 | 50 | 26 |
| Binary | 1000011 | 100001 | 1001101 | 1101 | 111001 | 0 | 1000110 | 100011110 | 101000 | 10110 |
Color Harmonies of #43214D
Complementary color
Monochromatic Colors of #43214D
Black with #43214D
Text Example
Text Example
White with #43214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43214D; }
p { color: rgb(67,33,77); }
H1.HeaderClassName
{
color: #43214D;
}
.AnyTagClassName
{
color: #43214D;
}
</style>
background-color css
<style>
a { background-color: #43214D; }
a { background-color: rgb(67,33,77); }
div.DivClassName
{
background-color: #43214D;
}
.BgClassName
{
background-color: #43214D;
}
</style>
border-color css
<style>
span { border-color: #43214D; }
span { border-color: rgb(67,33,77); }
td.TdClassName
{
border-color: #43214D;
}
.TagClassName
{
border-color: #43214D;
}
</style>