Shades of Scarlet Gum #43284C
Tints of Scarlet Gum #43284C
RGB
CMYK
RGB Variations
Color information
#43284C (or 0x43284C) is known color: Scarlet Gum. HEX triplet: 43, 28 and 4C. RGB value is (67,40,76). Sum of RGB (Red+Green+Blue) = 67+40+76=183 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.61% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #43284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43284C is #BCD7B3. Grayscale: #343434. Windows color (decimal): -12375988 or 4991043. OLE color: 4991043.
HSL color Cylindrical-coordinate representation of color #43284C: hue angle of 285º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43284C is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 40 | 76 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.70 |
| HSL | 285º | 0.31% | 0.23% | - |
| HSV(B) | 285º | 0.47% | 0.3% | - |
| XYZ | 4.38 | 3.23 | 7.23 | - |
| YUV | 52.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 76 | 0.12 | 0.47 | 0 | 0.70 | 285 | 0.31 | 0.23 |
| Hex | 43 | 28 | 4C | C | 2F | 0 | 46 | 11D | 1F | 17 |
| Octal | 103 | 50 | 114 | 14 | 57 | 0 | 106 | 435 | 37 | 27 |
| Binary | 1000011 | 101000 | 1001100 | 1100 | 101111 | 0 | 1000110 | 100011101 | 11111 | 10111 |
Color Harmonies of #43284C
Complementary color
Monochromatic Colors of #43284C
Black with #43284C
Text Example
Text Example
White with #43284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43284C; }
p { color: rgb(67,40,76); }
H1.HeaderClassName
{
color: #43284C;
}
.AnyTagClassName
{
color: #43284C;
}
</style>
background-color css
<style>
a { background-color: #43284C; }
a { background-color: rgb(67,40,76); }
div.DivClassName
{
background-color: #43284C;
}
.BgClassName
{
background-color: #43284C;
}
</style>
border-color css
<style>
span { border-color: #43284C; }
span { border-color: rgb(67,40,76); }
td.TdClassName
{
border-color: #43284C;
}
.TagClassName
{
border-color: #43284C;
}
</style>