Shades of Scarlet Gum #43265D
Tints of Scarlet Gum #43265D
RGB
CMYK
RGB Variations
Color information
#43265D (or 0x43265D) is known color: Scarlet Gum. HEX triplet: 43, 26 and 5D. RGB value is (67,38,93). Sum of RGB (Red+Green+Blue) = 67+38+93=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #43265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43265D is #BCD9A2. Grayscale: #343434. Windows color (decimal): -12376483 or 6104643. OLE color: 6104643.
HSL color Cylindrical-coordinate representation of color #43265D: hue angle of 271.64º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43265D is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 38 | 93 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.64 |
| HSL | 271.64º | 0.42% | 0.26% | - |
| HSV(B) | 271.64º | 0.59% | 0.36% | - |
| XYZ | 4.98 | 3.37 | 10.74 | - |
| YUV | 52.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 38 | 93 | 0.28 | 0.59 | 0 | 0.64 | 271.64 | 0.42 | 0.26 |
| Hex | 43 | 26 | 5D | 1C | 3B | 0 | 40 | 110 | 2A | 1A |
| Octal | 103 | 46 | 135 | 34 | 73 | 0 | 100 | 420 | 52 | 32 |
| Binary | 1000011 | 100110 | 1011101 | 11100 | 111011 | 0 | 1000000 | 100010000 | 101010 | 11010 |
Color Harmonies of #43265D
Complementary color
Monochromatic Colors of #43265D
Black with #43265D
Text Example
Text Example
White with #43265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43265D; }
p { color: rgb(67,38,93); }
H1.HeaderClassName
{
color: #43265D;
}
.AnyTagClassName
{
color: #43265D;
}
</style>
background-color css
<style>
a { background-color: #43265D; }
a { background-color: rgb(67,38,93); }
div.DivClassName
{
background-color: #43265D;
}
.BgClassName
{
background-color: #43265D;
}
</style>
border-color css
<style>
span { border-color: #43265D; }
span { border-color: rgb(67,38,93); }
td.TdClassName
{
border-color: #43265D;
}
.TagClassName
{
border-color: #43265D;
}
</style>