Shades of Scarlet Gum #43225B
Tints of Scarlet Gum #43225B
RGB
CMYK
RGB Variations
Color information
#43225B (or 0x43225B) is known color: Scarlet Gum. HEX triplet: 43, 22 and 5B. RGB value is (67,34,91). Sum of RGB (Red+Green+Blue) = 67+34+91=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #43225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43225B is #BCDDA4. Grayscale: #323232. Windows color (decimal): -12377509 or 5972547. OLE color: 5972547.
HSL color Cylindrical-coordinate representation of color #43225B: hue angle of 274.74º 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 #43225B is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 34 | 91 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.64 |
| HSL | 274.74º | 0.46% | 0.25% | - |
| HSV(B) | 274.74º | 0.63% | 0.36% | - |
| XYZ | 4.78 | 3.09 | 10.24 | - |
| YUV | 50.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 91 | 0.26 | 0.63 | 0 | 0.64 | 274.74 | 0.46 | 0.25 |
| Hex | 43 | 22 | 5B | 1A | 3F | 0 | 40 | 113 | 2E | 19 |
| Octal | 103 | 42 | 133 | 32 | 77 | 0 | 100 | 423 | 56 | 31 |
| Binary | 1000011 | 100010 | 1011011 | 11010 | 111111 | 0 | 1000000 | 100010011 | 101110 | 11001 |
Color Harmonies of #43225B
Complementary color
Monochromatic Colors of #43225B
Black with #43225B
Text Example
Text Example
White with #43225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43225B; }
p { color: rgb(67,34,91); }
H1.HeaderClassName
{
color: #43225B;
}
.AnyTagClassName
{
color: #43225B;
}
</style>
background-color css
<style>
a { background-color: #43225B; }
a { background-color: rgb(67,34,91); }
div.DivClassName
{
background-color: #43225B;
}
.BgClassName
{
background-color: #43225B;
}
</style>
border-color css
<style>
span { border-color: #43225B; }
span { border-color: rgb(67,34,91); }
td.TdClassName
{
border-color: #43225B;
}
.TagClassName
{
border-color: #43225B;
}
</style>