Shades of Scarlet Gum #43144F
Tints of Scarlet Gum #43144F
RGB
CMYK
RGB Variations
Color information
#43144F (or 0x43144F) is known color: Scarlet Gum. HEX triplet: 43, 14 and 4F. RGB value is (67,20,79). Sum of RGB (Red+Green+Blue) = 67+20+79=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #43144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43144F is #BCEBB0. Grayscale: #282828. Windows color (decimal): -12381105 or 5182531. OLE color: 5182531.
HSL color Cylindrical-coordinate representation of color #43144F: hue angle of 287.8º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43144F is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 20 | 79 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.69 |
| HSL | 287.8º | 0.6% | 0.19% | - |
| HSV(B) | 287.8º | 0.75% | 0.31% | - |
| XYZ | 3.98 | 2.26 | 7.62 | - |
| YUV | 40.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 79 | 0.15 | 0.75 | 0 | 0.69 | 287.8 | 0.6 | 0.19 |
| Hex | 43 | 14 | 4F | F | 4B | 0 | 45 | 120 | 3C | 13 |
| Octal | 103 | 24 | 117 | 17 | 113 | 0 | 105 | 440 | 74 | 23 |
| Binary | 1000011 | 10100 | 1001111 | 1111 | 1001011 | 0 | 1000101 | 100100000 | 111100 | 10011 |
Color Harmonies of #43144F
Complementary color
Monochromatic Colors of #43144F
Black with #43144F
Text Example
Text Example
White with #43144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43144F; }
p { color: rgb(67,20,79); }
H1.HeaderClassName
{
color: #43144F;
}
.AnyTagClassName
{
color: #43144F;
}
</style>
background-color css
<style>
a { background-color: #43144F; }
a { background-color: rgb(67,20,79); }
div.DivClassName
{
background-color: #43144F;
}
.BgClassName
{
background-color: #43144F;
}
</style>
border-color css
<style>
span { border-color: #43144F; }
span { border-color: rgb(67,20,79); }
td.TdClassName
{
border-color: #43144F;
}
.TagClassName
{
border-color: #43144F;
}
</style>