Shades of Scarlet Gum #43205A
Tints of Scarlet Gum #43205A
RGB
CMYK
RGB Variations
Color information
#43205A (or 0x43205A) is known color: Scarlet Gum. HEX triplet: 43, 20 and 5A. RGB value is (67,32,90). Sum of RGB (Red+Green+Blue) = 67+32+90=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #43205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43205A is #BCDFA5. Grayscale: #303030. Windows color (decimal): -12378022 or 5906499. OLE color: 5906499.
HSL color Cylindrical-coordinate representation of color #43205A: hue angle of 276.21º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43205A is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 32 | 90 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.65 |
| HSL | 276.21º | 0.48% | 0.24% | - |
| HSV(B) | 276.21º | 0.64% | 0.35% | - |
| XYZ | 4.68 | 2.96 | 10 | - |
| YUV | 49.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 90 | 0.26 | 0.64 | 0 | 0.65 | 276.21 | 0.48 | 0.24 |
| Hex | 43 | 20 | 5A | 1A | 40 | 0 | 41 | 114 | 30 | 18 |
| Octal | 103 | 40 | 132 | 32 | 100 | 0 | 101 | 424 | 60 | 30 |
| Binary | 1000011 | 100000 | 1011010 | 11010 | 1000000 | 0 | 1000001 | 100010100 | 110000 | 11000 |
Color Harmonies of #43205A
Complementary color
Monochromatic Colors of #43205A
Black with #43205A
Text Example
Text Example
White with #43205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43205A; }
p { color: rgb(67,32,90); }
H1.HeaderClassName
{
color: #43205A;
}
.AnyTagClassName
{
color: #43205A;
}
</style>
background-color css
<style>
a { background-color: #43205A; }
a { background-color: rgb(67,32,90); }
div.DivClassName
{
background-color: #43205A;
}
.BgClassName
{
background-color: #43205A;
}
</style>
border-color css
<style>
span { border-color: #43205A; }
span { border-color: rgb(67,32,90); }
td.TdClassName
{
border-color: #43205A;
}
.TagClassName
{
border-color: #43205A;
}
</style>