Shades of Scarlet Gum #43254E
Tints of Scarlet Gum #43254E
RGB
CMYK
RGB Variations
Color information
#43254E (or 0x43254E) is known color: Scarlet Gum. HEX triplet: 43, 25 and 4E. RGB value is (67,37,78). Sum of RGB (Red+Green+Blue) = 67+37+78=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #43254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43254E is #BCDAB1. Grayscale: #323232. Windows color (decimal): -12376754 or 5121347. OLE color: 5121347.
HSL color Cylindrical-coordinate representation of color #43254E: hue angle of 283.9º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43254E is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 37 | 78 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.69 |
| HSL | 283.9º | 0.36% | 0.23% | - |
| HSV(B) | 283.9º | 0.53% | 0.31% | - |
| XYZ | 4.35 | 3.07 | 7.57 | - |
| YUV | 50.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 78 | 0.14 | 0.53 | 0 | 0.69 | 283.9 | 0.36 | 0.23 |
| Hex | 43 | 25 | 4E | E | 35 | 0 | 45 | 11C | 24 | 17 |
| Octal | 103 | 45 | 116 | 16 | 65 | 0 | 105 | 434 | 44 | 27 |
| Binary | 1000011 | 100101 | 1001110 | 1110 | 110101 | 0 | 1000101 | 100011100 | 100100 | 10111 |
Color Harmonies of #43254E
Complementary color
Monochromatic Colors of #43254E
Black with #43254E
Text Example
Text Example
White with #43254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43254E; }
p { color: rgb(67,37,78); }
H1.HeaderClassName
{
color: #43254E;
}
.AnyTagClassName
{
color: #43254E;
}
</style>
background-color css
<style>
a { background-color: #43254E; }
a { background-color: rgb(67,37,78); }
div.DivClassName
{
background-color: #43254E;
}
.BgClassName
{
background-color: #43254E;
}
</style>
border-color css
<style>
span { border-color: #43254E; }
span { border-color: rgb(67,37,78); }
td.TdClassName
{
border-color: #43254E;
}
.TagClassName
{
border-color: #43254E;
}
</style>