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