Shades of Scarlet Gum #43284F
Tints of Scarlet Gum #43284F
RGB
CMYK
RGB Variations
Color information
#43284F (or 0x43284F) is known color: Scarlet Gum. HEX triplet: 43, 28 and 4F. RGB value is (67,40,79). Sum of RGB (Red+Green+Blue) = 67+40+79=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #43284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43284F is #BCD7B0. Grayscale: #343434. Windows color (decimal): -12375985 or 5187651. OLE color: 5187651.
HSL color Cylindrical-coordinate representation of color #43284F: hue angle of 281.54º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #43284F is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 40 | 79 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.69 |
| HSL | 281.54º | 0.33% | 0.23% | - |
| HSV(B) | 281.54º | 0.49% | 0.31% | - |
| XYZ | 4.48 | 3.28 | 7.79 | - |
| YUV | 52.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 79 | 0.15 | 0.49 | 0 | 0.69 | 281.54 | 0.33 | 0.23 |
| Hex | 43 | 28 | 4F | F | 31 | 0 | 45 | 11A | 21 | 17 |
| Octal | 103 | 50 | 117 | 17 | 61 | 0 | 105 | 432 | 41 | 27 |
| Binary | 1000011 | 101000 | 1001111 | 1111 | 110001 | 0 | 1000101 | 100011010 | 100001 | 10111 |
Color Harmonies of #43284F
Complementary color
Monochromatic Colors of #43284F
Black with #43284F
Text Example
Text Example
White with #43284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43284F; }
p { color: rgb(67,40,79); }
H1.HeaderClassName
{
color: #43284F;
}
.AnyTagClassName
{
color: #43284F;
}
</style>
background-color css
<style>
a { background-color: #43284F; }
a { background-color: rgb(67,40,79); }
div.DivClassName
{
background-color: #43284F;
}
.BgClassName
{
background-color: #43284F;
}
</style>
border-color css
<style>
span { border-color: #43284F; }
span { border-color: rgb(67,40,79); }
td.TdClassName
{
border-color: #43284F;
}
.TagClassName
{
border-color: #43284F;
}
</style>