Shades of Scarlet Gum #43234E
Tints of Scarlet Gum #43234E
RGB
CMYK
RGB Variations
Color information
#43234E (or 0x43234E) is known color: Scarlet Gum. HEX triplet: 43, 23 and 4E. RGB value is (67,35,78). Sum of RGB (Red+Green+Blue) = 67+35+78=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 78 - color contains mainly: blue. Hex color #43234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43234E is #BCDCB1. Grayscale: #313131. Windows color (decimal): -12377266 or 5120835. OLE color: 5120835.
HSL color Cylindrical-coordinate representation of color #43234E: hue angle of 284.65º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43234E is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 35 | 78 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.69 |
| HSL | 284.65º | 0.38% | 0.22% | - |
| HSV(B) | 284.65º | 0.55% | 0.31% | - |
| XYZ | 4.29 | 2.95 | 7.55 | - |
| YUV | 49.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 35 | 78 | 0.14 | 0.55 | 0 | 0.69 | 284.65 | 0.38 | 0.22 |
| Hex | 43 | 23 | 4E | E | 37 | 0 | 45 | 11D | 26 | 16 |
| Octal | 103 | 43 | 116 | 16 | 67 | 0 | 105 | 435 | 46 | 26 |
| Binary | 1000011 | 100011 | 1001110 | 1110 | 110111 | 0 | 1000101 | 100011101 | 100110 | 10110 |
Color Harmonies of #43234E
Complementary color
Monochromatic Colors of #43234E
Black with #43234E
Text Example
Text Example
White with #43234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43234E; }
p { color: rgb(67,35,78); }
H1.HeaderClassName
{
color: #43234E;
}
.AnyTagClassName
{
color: #43234E;
}
</style>
background-color css
<style>
a { background-color: #43234E; }
a { background-color: rgb(67,35,78); }
div.DivClassName
{
background-color: #43234E;
}
.BgClassName
{
background-color: #43234E;
}
</style>
border-color css
<style>
span { border-color: #43234E; }
span { border-color: rgb(67,35,78); }
td.TdClassName
{
border-color: #43234E;
}
.TagClassName
{
border-color: #43234E;
}
</style>