Shades of Scarlet Gum #431C4E
Tints of Scarlet Gum #431C4E
RGB
CMYK
RGB Variations
Color information
#431C4E (or 0x431C4E) is known color: Scarlet Gum. HEX triplet: 43, 1C and 4E. RGB value is (67,28,78). Sum of RGB (Red+Green+Blue) = 67+28+78=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #431C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C4E is #BCE3B1. Grayscale: #2D2D2D. Windows color (decimal): -12379058 or 5119043. OLE color: 5119043.
HSL color Cylindrical-coordinate representation of color #431C4E: hue angle of 286.8º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #431C4E is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 28 | 78 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.69 |
| HSL | 286.8º | 0.47% | 0.21% | - |
| HSV(B) | 286.8º | 0.64% | 0.31% | - |
| XYZ | 4.11 | 2.57 | 7.49 | - |
| YUV | 45.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 78 | 0.14 | 0.64 | 0 | 0.69 | 286.8 | 0.47 | 0.21 |
| Hex | 43 | 1C | 4E | E | 40 | 0 | 45 | 11F | 2F | 15 |
| Octal | 103 | 34 | 116 | 16 | 100 | 0 | 105 | 437 | 57 | 25 |
| Binary | 1000011 | 11100 | 1001110 | 1110 | 1000000 | 0 | 1000101 | 100011111 | 101111 | 10101 |
Color Harmonies of #431C4E
Complementary color
Monochromatic Colors of #431C4E
Black with #431C4E
Text Example
Text Example
White with #431C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C4E; }
p { color: rgb(67,28,78); }
H1.HeaderClassName
{
color: #431C4E;
}
.AnyTagClassName
{
color: #431C4E;
}
</style>
background-color css
<style>
a { background-color: #431C4E; }
a { background-color: rgb(67,28,78); }
div.DivClassName
{
background-color: #431C4E;
}
.BgClassName
{
background-color: #431C4E;
}
</style>
border-color css
<style>
span { border-color: #431C4E; }
span { border-color: rgb(67,28,78); }
td.TdClassName
{
border-color: #431C4E;
}
.TagClassName
{
border-color: #431C4E;
}
</style>