Shades of Scarlet Gum #43254C
Tints of Scarlet Gum #43254C
RGB
CMYK
RGB Variations
Color information
#43254C (or 0x43254C) is known color: Scarlet Gum. HEX triplet: 43, 25 and 4C. RGB value is (67,37,76). Sum of RGB (Red+Green+Blue) = 67+37+76=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 76 - color contains mainly: blue. Hex color #43254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43254C is #BCDAB3. Grayscale: #323232. Windows color (decimal): -12376756 or 4990275. OLE color: 4990275.
HSL color Cylindrical-coordinate representation of color #43254C: hue angle of 286.15º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43254C is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 37 | 76 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.70 |
| HSL | 286.15º | 0.35% | 0.22% | - |
| HSV(B) | 286.15º | 0.51% | 0.3% | - |
| XYZ | 4.28 | 3.04 | 7.2 | - |
| YUV | 50.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 76 | 0.12 | 0.51 | 0 | 0.70 | 286.15 | 0.35 | 0.22 |
| Hex | 43 | 25 | 4C | C | 33 | 0 | 46 | 11E | 23 | 16 |
| Octal | 103 | 45 | 114 | 14 | 63 | 0 | 106 | 436 | 43 | 26 |
| Binary | 1000011 | 100101 | 1001100 | 1100 | 110011 | 0 | 1000110 | 100011110 | 100011 | 10110 |
Color Harmonies of #43254C
Complementary color
Monochromatic Colors of #43254C
Black with #43254C
Text Example
Text Example
White with #43254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43254C; }
p { color: rgb(67,37,76); }
H1.HeaderClassName
{
color: #43254C;
}
.AnyTagClassName
{
color: #43254C;
}
</style>
background-color css
<style>
a { background-color: #43254C; }
a { background-color: rgb(67,37,76); }
div.DivClassName
{
background-color: #43254C;
}
.BgClassName
{
background-color: #43254C;
}
</style>
border-color css
<style>
span { border-color: #43254C; }
span { border-color: rgb(67,37,76); }
td.TdClassName
{
border-color: #43254C;
}
.TagClassName
{
border-color: #43254C;
}
</style>