Shades of Scarlet Gum #430E5D
Tints of Scarlet Gum #430E5D
RGB
CMYK
RGB Variations
Color information
#430E5D (or 0x430E5D) is known color: Scarlet Gum. HEX triplet: 43, 0E and 5D. RGB value is (67,14,93). Sum of RGB (Red+Green+Blue) = 67+14+93=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #430E5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430E5D is #BCF1A2. Grayscale: #262626. Windows color (decimal): -12382627 or 6098499. OLE color: 6098499.
HSL color Cylindrical-coordinate representation of color #430E5D: hue angle of 280.25º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430E5D is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 14 | 93 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.64 |
| HSL | 280.25º | 0.74% | 0.21% | - |
| HSV(B) | 280.25º | 0.85% | 0.36% | - |
| XYZ | 4.45 | 2.3 | 10.57 | - |
| YUV | 38.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 93 | 0.28 | 0.85 | 0 | 0.64 | 280.25 | 0.74 | 0.21 |
| Hex | 43 | E | 5D | 1C | 55 | 0 | 40 | 118 | 4A | 15 |
| Octal | 103 | 16 | 135 | 34 | 125 | 0 | 100 | 430 | 112 | 25 |
| Binary | 1000011 | 1110 | 1011101 | 11100 | 1010101 | 0 | 1000000 | 100011000 | 1001010 | 10101 |
Color Harmonies of #430E5D
Complementary color
Monochromatic Colors of #430E5D
Black with #430E5D
Text Example
Text Example
White with #430E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E5D; }
p { color: rgb(67,14,93); }
H1.HeaderClassName
{
color: #430E5D;
}
.AnyTagClassName
{
color: #430E5D;
}
</style>
background-color css
<style>
a { background-color: #430E5D; }
a { background-color: rgb(67,14,93); }
div.DivClassName
{
background-color: #430E5D;
}
.BgClassName
{
background-color: #430E5D;
}
</style>
border-color css
<style>
span { border-color: #430E5D; }
span { border-color: rgb(67,14,93); }
td.TdClassName
{
border-color: #430E5D;
}
.TagClassName
{
border-color: #430E5D;
}
</style>