Shades of Scarlet Gum #43224D
Tints of Scarlet Gum #43224D
RGB
CMYK
RGB Variations
Color information
#43224D (or 0x43224D) is known color: Scarlet Gum. HEX triplet: 43, 22 and 4D. RGB value is (67,34,77). Sum of RGB (Red+Green+Blue) = 67+34+77=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #43224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43224D is #BCDDB2. Grayscale: #303030. Windows color (decimal): -12377523 or 5055043. OLE color: 5055043.
HSL color Cylindrical-coordinate representation of color #43224D: hue angle of 286.05º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43224D is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 34 | 77 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.70 |
| HSL | 286.05º | 0.39% | 0.22% | - |
| HSV(B) | 286.05º | 0.56% | 0.3% | - |
| XYZ | 4.23 | 2.87 | 7.35 | - |
| YUV | 48.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 77 | 0.13 | 0.56 | 0 | 0.70 | 286.05 | 0.39 | 0.22 |
| Hex | 43 | 22 | 4D | D | 38 | 0 | 46 | 11E | 27 | 16 |
| Octal | 103 | 42 | 115 | 15 | 70 | 0 | 106 | 436 | 47 | 26 |
| Binary | 1000011 | 100010 | 1001101 | 1101 | 111000 | 0 | 1000110 | 100011110 | 100111 | 10110 |
Color Harmonies of #43224D
Complementary color
Monochromatic Colors of #43224D
Black with #43224D
Text Example
Text Example
White with #43224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43224D; }
p { color: rgb(67,34,77); }
H1.HeaderClassName
{
color: #43224D;
}
.AnyTagClassName
{
color: #43224D;
}
</style>
background-color css
<style>
a { background-color: #43224D; }
a { background-color: rgb(67,34,77); }
div.DivClassName
{
background-color: #43224D;
}
.BgClassName
{
background-color: #43224D;
}
</style>
border-color css
<style>
span { border-color: #43224D; }
span { border-color: rgb(67,34,77); }
td.TdClassName
{
border-color: #43224D;
}
.TagClassName
{
border-color: #43224D;
}
</style>