Shades of Scarlet Gum #43204D
Tints of Scarlet Gum #43204D
RGB
CMYK
RGB Variations
Color information
#43204D (or 0x43204D) is known color: Scarlet Gum. HEX triplet: 43, 20 and 4D. RGB value is (67,32,77). Sum of RGB (Red+Green+Blue) = 67+32+77=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #43204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43204D is #BCDFB2. Grayscale: #2F2F2F. Windows color (decimal): -12378035 or 5054531. OLE color: 5054531.
HSL color Cylindrical-coordinate representation of color #43204D: hue angle of 286.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43204D is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 32 | 77 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.70 |
| HSL | 286.67º | 0.41% | 0.21% | - |
| HSV(B) | 286.67º | 0.58% | 0.3% | - |
| XYZ | 4.17 | 2.76 | 7.33 | - |
| YUV | 47.6 | 144.6 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 77 | 0.13 | 0.58 | 0 | 0.70 | 286.67 | 0.41 | 0.21 |
| Hex | 43 | 20 | 4D | D | 3A | 0 | 46 | 11F | 29 | 15 |
| Octal | 103 | 40 | 115 | 15 | 72 | 0 | 106 | 437 | 51 | 25 |
| Binary | 1000011 | 100000 | 1001101 | 1101 | 111010 | 0 | 1000110 | 100011111 | 101001 | 10101 |
Color Harmonies of #43204D
Complementary color
Monochromatic Colors of #43204D
Black with #43204D
Text Example
Text Example
White with #43204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43204D; }
p { color: rgb(67,32,77); }
H1.HeaderClassName
{
color: #43204D;
}
.AnyTagClassName
{
color: #43204D;
}
</style>
background-color css
<style>
a { background-color: #43204D; }
a { background-color: rgb(67,32,77); }
div.DivClassName
{
background-color: #43204D;
}
.BgClassName
{
background-color: #43204D;
}
</style>
border-color css
<style>
span { border-color: #43204D; }
span { border-color: rgb(67,32,77); }
td.TdClassName
{
border-color: #43204D;
}
.TagClassName
{
border-color: #43204D;
}
</style>