Shades of Scarlet Gum #43224E
Tints of Scarlet Gum #43224E
RGB
CMYK
RGB Variations
Color information
#43224E (or 0x43224E) is known color: Scarlet Gum. HEX triplet: 43, 22 and 4E. RGB value is (67,34,78). Sum of RGB (Red+Green+Blue) = 67+34+78=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 78 - color contains mainly: blue. Hex color #43224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43224E is #BCDDB1. Grayscale: #303030. Windows color (decimal): -12377522 or 5120579. OLE color: 5120579.
HSL color Cylindrical-coordinate representation of color #43224E: hue angle of 285º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43224E is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 34 | 78 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.69 |
| HSL | 285º | 0.39% | 0.22% | - |
| HSV(B) | 285º | 0.56% | 0.31% | - |
| XYZ | 4.26 | 2.89 | 7.54 | - |
| YUV | 48.88 | 144.43 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 78 | 0.14 | 0.56 | 0 | 0.69 | 285 | 0.39 | 0.22 |
| Hex | 43 | 22 | 4E | E | 38 | 0 | 45 | 11D | 27 | 16 |
| Octal | 103 | 42 | 116 | 16 | 70 | 0 | 105 | 435 | 47 | 26 |
| Binary | 1000011 | 100010 | 1001110 | 1110 | 111000 | 0 | 1000101 | 100011101 | 100111 | 10110 |
Color Harmonies of #43224E
Complementary color
Monochromatic Colors of #43224E
Black with #43224E
Text Example
Text Example
White with #43224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43224E; }
p { color: rgb(67,34,78); }
H1.HeaderClassName
{
color: #43224E;
}
.AnyTagClassName
{
color: #43224E;
}
</style>
background-color css
<style>
a { background-color: #43224E; }
a { background-color: rgb(67,34,78); }
div.DivClassName
{
background-color: #43224E;
}
.BgClassName
{
background-color: #43224E;
}
</style>
border-color css
<style>
span { border-color: #43224E; }
span { border-color: rgb(67,34,78); }
td.TdClassName
{
border-color: #43224E;
}
.TagClassName
{
border-color: #43224E;
}
</style>