Shades of Scarlet Gum #43214F
Tints of Scarlet Gum #43214F
RGB
CMYK
RGB Variations
Color information
#43214F (or 0x43214F) is known color: Scarlet Gum. HEX triplet: 43, 21 and 4F. RGB value is (67,33,79). Sum of RGB (Red+Green+Blue) = 67+33+79=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 79 - color contains mainly: blue. Hex color #43214F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43214F is #BCDEB0. Grayscale: #303030. Windows color (decimal): -12377777 or 5185859. OLE color: 5185859.
HSL color Cylindrical-coordinate representation of color #43214F: hue angle of 284.35º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43214F is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 33 | 79 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.69 |
| HSL | 284.35º | 0.41% | 0.22% | - |
| HSV(B) | 284.35º | 0.58% | 0.31% | - |
| XYZ | 4.27 | 2.85 | 7.72 | - |
| YUV | 48.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 79 | 0.15 | 0.58 | 0 | 0.69 | 284.35 | 0.41 | 0.22 |
| Hex | 43 | 21 | 4F | F | 3A | 0 | 45 | 11C | 29 | 16 |
| Octal | 103 | 41 | 117 | 17 | 72 | 0 | 105 | 434 | 51 | 26 |
| Binary | 1000011 | 100001 | 1001111 | 1111 | 111010 | 0 | 1000101 | 100011100 | 101001 | 10110 |
Color Harmonies of #43214F
Complementary color
Monochromatic Colors of #43214F
Black with #43214F
Text Example
Text Example
White with #43214F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43214F; }
p { color: rgb(67,33,79); }
H1.HeaderClassName
{
color: #43214F;
}
.AnyTagClassName
{
color: #43214F;
}
</style>
background-color css
<style>
a { background-color: #43214F; }
a { background-color: rgb(67,33,79); }
div.DivClassName
{
background-color: #43214F;
}
.BgClassName
{
background-color: #43214F;
}
</style>
border-color css
<style>
span { border-color: #43214F; }
span { border-color: rgb(67,33,79); }
td.TdClassName
{
border-color: #43214F;
}
.TagClassName
{
border-color: #43214F;
}
</style>