Shades of Scarlet Gum #431B56
Tints of Scarlet Gum #431B56
RGB
CMYK
RGB Variations
Color information
#431B56 (or 0x431B56) is known color: Scarlet Gum. HEX triplet: 43, 1B and 56. RGB value is (67,27,86). Sum of RGB (Red+Green+Blue) = 67+27+86=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #431B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431B56 is #BCE4A9. Grayscale: #2D2D2D. Windows color (decimal): -12379306 or 5643075. OLE color: 5643075.
HSL color Cylindrical-coordinate representation of color #431B56: hue angle of 280.68º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #431B56 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 67 | 27 | 86 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.66 |
| HSL | 280.68º | 0.52% | 0.22% | - |
| HSV(B) | 280.68º | 0.69% | 0.34% | - |
| XYZ | 4.39 | 2.65 | 9.08 | - |
| YUV | 45.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 86 | 0.22 | 0.69 | 0 | 0.66 | 280.68 | 0.52 | 0.22 |
| Hex | 43 | 1B | 56 | 16 | 45 | 0 | 42 | 119 | 34 | 16 |
| Octal | 103 | 33 | 126 | 26 | 105 | 0 | 102 | 431 | 64 | 26 |
| Binary | 1000011 | 11011 | 1010110 | 10110 | 1000101 | 0 | 1000010 | 100011001 | 110100 | 10110 |
Color Harmonies of #431B56
Complementary color
Monochromatic Colors of #431B56
Black with #431B56
Text Example
Text Example
White with #431B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B56; }
p { color: rgb(67,27,86); }
H1.HeaderClassName
{
color: #431B56;
}
.AnyTagClassName
{
color: #431B56;
}
</style>
background-color css
<style>
a { background-color: #431B56; }
a { background-color: rgb(67,27,86); }
div.DivClassName
{
background-color: #431B56;
}
.BgClassName
{
background-color: #431B56;
}
</style>
border-color css
<style>
span { border-color: #431B56; }
span { border-color: rgb(67,27,86); }
td.TdClassName
{
border-color: #431B56;
}
.TagClassName
{
border-color: #431B56;
}
</style>