Shades of Scarlet Gum #43225D
Tints of Scarlet Gum #43225D
RGB
CMYK
RGB Variations
Color information
#43225D (or 0x43225D) is known color: Scarlet Gum. HEX triplet: 43, 22 and 5D. RGB value is (67,34,93). Sum of RGB (Red+Green+Blue) = 67+34+93=194 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.54% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #43225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43225D is #BCDDA2. Grayscale: #323232. Windows color (decimal): -12377507 or 6103619. OLE color: 6103619.
HSL color Cylindrical-coordinate representation of color #43225D: hue angle of 273.56º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43225D is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 34 | 93 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.64 |
| HSL | 273.56º | 0.46% | 0.25% | - |
| HSV(B) | 273.56º | 0.63% | 0.36% | - |
| XYZ | 4.86 | 3.13 | 10.7 | - |
| YUV | 50.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 93 | 0.28 | 0.63 | 0 | 0.64 | 273.56 | 0.46 | 0.25 |
| Hex | 43 | 22 | 5D | 1C | 3F | 0 | 40 | 112 | 2E | 19 |
| Octal | 103 | 42 | 135 | 34 | 77 | 0 | 100 | 422 | 56 | 31 |
| Binary | 1000011 | 100010 | 1011101 | 11100 | 111111 | 0 | 1000000 | 100010010 | 101110 | 11001 |
Color Harmonies of #43225D
Complementary color
Monochromatic Colors of #43225D
Black with #43225D
Text Example
Text Example
White with #43225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43225D; }
p { color: rgb(67,34,93); }
H1.HeaderClassName
{
color: #43225D;
}
.AnyTagClassName
{
color: #43225D;
}
</style>
background-color css
<style>
a { background-color: #43225D; }
a { background-color: rgb(67,34,93); }
div.DivClassName
{
background-color: #43225D;
}
.BgClassName
{
background-color: #43225D;
}
</style>
border-color css
<style>
span { border-color: #43225D; }
span { border-color: rgb(67,34,93); }
td.TdClassName
{
border-color: #43225D;
}
.TagClassName
{
border-color: #43225D;
}
</style>