Shades of Scarlet Gum #43255B
Tints of Scarlet Gum #43255B
RGB
CMYK
RGB Variations
Color information
#43255B (or 0x43255B) is known color: Scarlet Gum. HEX triplet: 43, 25 and 5B. RGB value is (67,37,91). Sum of RGB (Red+Green+Blue) = 67+37+91=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #43255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43255B is #BCDAA4. Grayscale: #333333. Windows color (decimal): -12376741 or 5973315. OLE color: 5973315.
HSL color Cylindrical-coordinate representation of color #43255B: hue angle of 273.33º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43255B is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 37 | 91 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.64 |
| HSL | 273.33º | 0.42% | 0.25% | - |
| HSV(B) | 273.33º | 0.59% | 0.36% | - |
| XYZ | 4.86 | 3.27 | 10.27 | - |
| YUV | 52.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 91 | 0.26 | 0.59 | 0 | 0.64 | 273.33 | 0.42 | 0.25 |
| Hex | 43 | 25 | 5B | 1A | 3B | 0 | 40 | 111 | 2A | 19 |
| Octal | 103 | 45 | 133 | 32 | 73 | 0 | 100 | 421 | 52 | 31 |
| Binary | 1000011 | 100101 | 1011011 | 11010 | 111011 | 0 | 1000000 | 100010001 | 101010 | 11001 |
Color Harmonies of #43255B
Complementary color
Monochromatic Colors of #43255B
Black with #43255B
Text Example
Text Example
White with #43255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43255B; }
p { color: rgb(67,37,91); }
H1.HeaderClassName
{
color: #43255B;
}
.AnyTagClassName
{
color: #43255B;
}
</style>
background-color css
<style>
a { background-color: #43255B; }
a { background-color: rgb(67,37,91); }
div.DivClassName
{
background-color: #43255B;
}
.BgClassName
{
background-color: #43255B;
}
</style>
border-color css
<style>
span { border-color: #43255B; }
span { border-color: rgb(67,37,91); }
td.TdClassName
{
border-color: #43255B;
}
.TagClassName
{
border-color: #43255B;
}
</style>