Shades of Scarlet Gum #43225A
Tints of Scarlet Gum #43225A
RGB
CMYK
RGB Variations
Color information
#43225A (or 0x43225A) is known color: Scarlet Gum. HEX triplet: 43, 22 and 5A. RGB value is (67,34,90). Sum of RGB (Red+Green+Blue) = 67+34+90=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #43225A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43225A is #BCDDA5. Grayscale: #323232. Windows color (decimal): -12377510 or 5907011. OLE color: 5907011.
HSL color Cylindrical-coordinate representation of color #43225A: hue angle of 275.36º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43225A is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 34 | 90 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.65 |
| HSL | 275.36º | 0.45% | 0.24% | - |
| HSV(B) | 275.36º | 0.62% | 0.35% | - |
| XYZ | 4.73 | 3.08 | 10.02 | - |
| YUV | 50.25 | 150.43 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 90 | 0.26 | 0.62 | 0 | 0.65 | 275.36 | 0.45 | 0.24 |
| Hex | 43 | 22 | 5A | 1A | 3E | 0 | 41 | 113 | 2D | 18 |
| Octal | 103 | 42 | 132 | 32 | 76 | 0 | 101 | 423 | 55 | 30 |
| Binary | 1000011 | 100010 | 1011010 | 11010 | 111110 | 0 | 1000001 | 100010011 | 101101 | 11000 |
Color Harmonies of #43225A
Complementary color
Monochromatic Colors of #43225A
Black with #43225A
Text Example
Text Example
White with #43225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43225A; }
p { color: rgb(67,34,90); }
H1.HeaderClassName
{
color: #43225A;
}
.AnyTagClassName
{
color: #43225A;
}
</style>
background-color css
<style>
a { background-color: #43225A; }
a { background-color: rgb(67,34,90); }
div.DivClassName
{
background-color: #43225A;
}
.BgClassName
{
background-color: #43225A;
}
</style>
border-color css
<style>
span { border-color: #43225A; }
span { border-color: rgb(67,34,90); }
td.TdClassName
{
border-color: #43225A;
}
.TagClassName
{
border-color: #43225A;
}
</style>