Shades of Scarlet Gum #430F54
Tints of Scarlet Gum #430F54
RGB
CMYK
RGB Variations
Color information
#430F54 (or 0x430F54) is known color: Scarlet Gum. HEX triplet: 43, 0F and 54. RGB value is (67,15,84). Sum of RGB (Red+Green+Blue) = 67+15+84=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #430F54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430F54 is #BCF0AB. Grayscale: #262626. Windows color (decimal): -12382380 or 5508931. OLE color: 5508931.
HSL color Cylindrical-coordinate representation of color #430F54: hue angle of 285.22º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #430F54 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 15 | 84 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.67 |
| HSL | 285.22º | 0.7% | 0.19% | - |
| HSV(B) | 285.22º | 0.82% | 0.33% | - |
| XYZ | 4.09 | 2.18 | 8.59 | - |
| YUV | 38.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 84 | 0.20 | 0.82 | 0 | 0.67 | 285.22 | 0.7 | 0.19 |
| Hex | 43 | F | 54 | 14 | 52 | 0 | 43 | 11D | 46 | 13 |
| Octal | 103 | 17 | 124 | 24 | 122 | 0 | 103 | 435 | 106 | 23 |
| Binary | 1000011 | 1111 | 1010100 | 10100 | 1010010 | 0 | 1000011 | 100011101 | 1000110 | 10011 |
Color Harmonies of #430F54
Complementary color
Monochromatic Colors of #430F54
Black with #430F54
Text Example
Text Example
White with #430F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F54; }
p { color: rgb(67,15,84); }
H1.HeaderClassName
{
color: #430F54;
}
.AnyTagClassName
{
color: #430F54;
}
</style>
background-color css
<style>
a { background-color: #430F54; }
a { background-color: rgb(67,15,84); }
div.DivClassName
{
background-color: #430F54;
}
.BgClassName
{
background-color: #430F54;
}
</style>
border-color css
<style>
span { border-color: #430F54; }
span { border-color: rgb(67,15,84); }
td.TdClassName
{
border-color: #430F54;
}
.TagClassName
{
border-color: #430F54;
}
</style>