Shades of Scarlet Gum #430D5C
Tints of Scarlet Gum #430D5C
RGB
CMYK
RGB Variations
Color information
#430D5C (or 0x430D5C) is known color: Scarlet Gum. HEX triplet: 43, 0D and 5C. RGB value is (67,13,92). Sum of RGB (Red+Green+Blue) = 67+13+92=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #430D5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D5C is #BCF2A3. Grayscale: #252525. Windows color (decimal): -12382884 or 6032707. OLE color: 6032707.
HSL color Cylindrical-coordinate representation of color #430D5C: hue angle of 281.01º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #430D5C is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 13 | 92 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.64 |
| HSL | 281.01º | 0.75% | 0.21% | - |
| HSV(B) | 281.01º | 0.86% | 0.36% | - |
| XYZ | 4.39 | 2.25 | 10.33 | - |
| YUV | 38.15 | 158.39 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 92 | 0.27 | 0.86 | 0 | 0.64 | 281.01 | 0.75 | 0.21 |
| Hex | 43 | D | 5C | 1B | 56 | 0 | 40 | 119 | 4B | 15 |
| Octal | 103 | 15 | 134 | 33 | 126 | 0 | 100 | 431 | 113 | 25 |
| Binary | 1000011 | 1101 | 1011100 | 11011 | 1010110 | 0 | 1000000 | 100011001 | 1001011 | 10101 |
Color Harmonies of #430D5C
Complementary color
Monochromatic Colors of #430D5C
Black with #430D5C
Text Example
Text Example
White with #430D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D5C; }
p { color: rgb(67,13,92); }
H1.HeaderClassName
{
color: #430D5C;
}
.AnyTagClassName
{
color: #430D5C;
}
</style>
background-color css
<style>
a { background-color: #430D5C; }
a { background-color: rgb(67,13,92); }
div.DivClassName
{
background-color: #430D5C;
}
.BgClassName
{
background-color: #430D5C;
}
</style>
border-color css
<style>
span { border-color: #430D5C; }
span { border-color: rgb(67,13,92); }
td.TdClassName
{
border-color: #430D5C;
}
.TagClassName
{
border-color: #430D5C;
}
</style>