Shades of Scarlet Gum #43185A
Tints of Scarlet Gum #43185A
RGB
CMYK
RGB Variations
Color information
#43185A (or 0x43185A) is known color: Scarlet Gum. HEX triplet: 43, 18 and 5A. RGB value is (67,24,90). Sum of RGB (Red+Green+Blue) = 67+24+90=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #43185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43185A is #BCE7A5. Grayscale: #2C2C2C. Windows color (decimal): -12380070 or 5904451. OLE color: 5904451.
HSL color Cylindrical-coordinate representation of color #43185A: hue angle of 279.09º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43185A is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 24 | 90 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.65 |
| HSL | 279.09º | 0.58% | 0.22% | - |
| HSV(B) | 279.09º | 0.73% | 0.35% | - |
| XYZ | 4.49 | 2.58 | 9.94 | - |
| YUV | 44.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 90 | 0.26 | 0.73 | 0 | 0.65 | 279.09 | 0.58 | 0.22 |
| Hex | 43 | 18 | 5A | 1A | 49 | 0 | 41 | 117 | 3A | 16 |
| Octal | 103 | 30 | 132 | 32 | 111 | 0 | 101 | 427 | 72 | 26 |
| Binary | 1000011 | 11000 | 1011010 | 11010 | 1001001 | 0 | 1000001 | 100010111 | 111010 | 10110 |
Color Harmonies of #43185A
Complementary color
Monochromatic Colors of #43185A
Black with #43185A
Text Example
Text Example
White with #43185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43185A; }
p { color: rgb(67,24,90); }
H1.HeaderClassName
{
color: #43185A;
}
.AnyTagClassName
{
color: #43185A;
}
</style>
background-color css
<style>
a { background-color: #43185A; }
a { background-color: rgb(67,24,90); }
div.DivClassName
{
background-color: #43185A;
}
.BgClassName
{
background-color: #43185A;
}
</style>
border-color css
<style>
span { border-color: #43185A; }
span { border-color: rgb(67,24,90); }
td.TdClassName
{
border-color: #43185A;
}
.TagClassName
{
border-color: #43185A;
}
</style>