Shades of Scarlet Gum #43285A
Tints of Scarlet Gum #43285A
RGB
CMYK
RGB Variations
Color information
#43285A (or 0x43285A) is known color: Scarlet Gum. HEX triplet: 43, 28 and 5A. RGB value is (67,40,90). Sum of RGB (Red+Green+Blue) = 67+40+90=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #43285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43285A is #BCD7A5. Grayscale: #353535. Windows color (decimal): -12375974 or 5908547. OLE color: 5908547.
HSL color Cylindrical-coordinate representation of color #43285A: hue angle of 272.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43285A is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 40 | 90 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.65 |
| HSL | 272.4º | 0.38% | 0.25% | - |
| HSV(B) | 272.4º | 0.56% | 0.35% | - |
| XYZ | 4.92 | 3.45 | 10.08 | - |
| YUV | 53.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 90 | 0.26 | 0.56 | 0 | 0.65 | 272.4 | 0.38 | 0.25 |
| Hex | 43 | 28 | 5A | 1A | 38 | 0 | 41 | 110 | 26 | 19 |
| Octal | 103 | 50 | 132 | 32 | 70 | 0 | 101 | 420 | 46 | 31 |
| Binary | 1000011 | 101000 | 1011010 | 11010 | 111000 | 0 | 1000001 | 100010000 | 100110 | 11001 |
Color Harmonies of #43285A
Complementary color
Monochromatic Colors of #43285A
Black with #43285A
Text Example
Text Example
White with #43285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43285A; }
p { color: rgb(67,40,90); }
H1.HeaderClassName
{
color: #43285A;
}
.AnyTagClassName
{
color: #43285A;
}
</style>
background-color css
<style>
a { background-color: #43285A; }
a { background-color: rgb(67,40,90); }
div.DivClassName
{
background-color: #43285A;
}
.BgClassName
{
background-color: #43285A;
}
</style>
border-color css
<style>
span { border-color: #43285A; }
span { border-color: rgb(67,40,90); }
td.TdClassName
{
border-color: #43285A;
}
.TagClassName
{
border-color: #43285A;
}
</style>