Shades of Scarlet Gum #430B5D
Tints of Scarlet Gum #430B5D
RGB
CMYK
RGB Variations
Color information
#430B5D (or 0x430B5D) is known color: Scarlet Gum. HEX triplet: 43, 0B and 5D. RGB value is (67,11,93). Sum of RGB (Red+Green+Blue) = 67+11+93=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #430B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430B5D is #BCF4A2. Grayscale: #242424. Windows color (decimal): -12383395 or 6097731. OLE color: 6097731.
HSL color Cylindrical-coordinate representation of color #430B5D: hue angle of 280.98º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430B5D is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 11 | 93 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.64 |
| HSL | 280.98º | 0.79% | 0.2% | - |
| HSV(B) | 280.98º | 0.88% | 0.36% | - |
| XYZ | 4.41 | 2.22 | 10.55 | - |
| YUV | 37.09 | 159.55 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 93 | 0.28 | 0.88 | 0 | 0.64 | 280.98 | 0.79 | 0.2 |
| Hex | 43 | B | 5D | 1C | 58 | 0 | 40 | 119 | 4F | 14 |
| Octal | 103 | 13 | 135 | 34 | 130 | 0 | 100 | 431 | 117 | 24 |
| Binary | 1000011 | 1011 | 1011101 | 11100 | 1011000 | 0 | 1000000 | 100011001 | 1001111 | 10100 |
Color Harmonies of #430B5D
Complementary color
Monochromatic Colors of #430B5D
Black with #430B5D
Text Example
Text Example
White with #430B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B5D; }
p { color: rgb(67,11,93); }
H1.HeaderClassName
{
color: #430B5D;
}
.AnyTagClassName
{
color: #430B5D;
}
</style>
background-color css
<style>
a { background-color: #430B5D; }
a { background-color: rgb(67,11,93); }
div.DivClassName
{
background-color: #430B5D;
}
.BgClassName
{
background-color: #430B5D;
}
</style>
border-color css
<style>
span { border-color: #430B5D; }
span { border-color: rgb(67,11,93); }
td.TdClassName
{
border-color: #430B5D;
}
.TagClassName
{
border-color: #430B5D;
}
</style>