Shades of Scarlet Gum #43284D
Tints of Scarlet Gum #43284D
RGB
CMYK
RGB Variations
Color information
#43284D (or 0x43284D) is known color: Scarlet Gum. HEX triplet: 43, 28 and 4D. RGB value is (67,40,77). Sum of RGB (Red+Green+Blue) = 67+40+77=184 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.41% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 77 - color contains mainly: blue. Hex color #43284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43284D is #BCD7B2. Grayscale: #343434. Windows color (decimal): -12375987 or 5056579. OLE color: 5056579.
HSL color Cylindrical-coordinate representation of color #43284D: hue angle of 283.78º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #43284D is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 40 | 77 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.70 |
| HSL | 283.78º | 0.32% | 0.23% | - |
| HSV(B) | 283.78º | 0.48% | 0.3% | - |
| XYZ | 4.41 | 3.25 | 7.42 | - |
| YUV | 52.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 77 | 0.13 | 0.48 | 0 | 0.70 | 283.78 | 0.32 | 0.23 |
| Hex | 43 | 28 | 4D | D | 30 | 0 | 46 | 11C | 20 | 17 |
| Octal | 103 | 50 | 115 | 15 | 60 | 0 | 106 | 434 | 40 | 27 |
| Binary | 1000011 | 101000 | 1001101 | 1101 | 110000 | 0 | 1000110 | 100011100 | 100000 | 10111 |
Color Harmonies of #43284D
Complementary color
Monochromatic Colors of #43284D
Black with #43284D
Text Example
Text Example
White with #43284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43284D; }
p { color: rgb(67,40,77); }
H1.HeaderClassName
{
color: #43284D;
}
.AnyTagClassName
{
color: #43284D;
}
</style>
background-color css
<style>
a { background-color: #43284D; }
a { background-color: rgb(67,40,77); }
div.DivClassName
{
background-color: #43284D;
}
.BgClassName
{
background-color: #43284D;
}
</style>
border-color css
<style>
span { border-color: #43284D; }
span { border-color: rgb(67,40,77); }
td.TdClassName
{
border-color: #43284D;
}
.TagClassName
{
border-color: #43284D;
}
</style>