Shades of Scarlet Gum #431C4F
Tints of Scarlet Gum #431C4F
RGB
CMYK
RGB Variations
Color information
#431C4F (or 0x431C4F) is known color: Scarlet Gum. HEX triplet: 43, 1C and 4F. RGB value is (67,28,79). Sum of RGB (Red+Green+Blue) = 67+28+79=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #431C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C4F is #BCE3B0. Grayscale: #2D2D2D. Windows color (decimal): -12379057 or 5184579. OLE color: 5184579.
HSL color Cylindrical-coordinate representation of color #431C4F: hue angle of 285.88º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #431C4F is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 28 | 79 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.69 |
| HSL | 285.88º | 0.48% | 0.21% | - |
| HSV(B) | 285.88º | 0.65% | 0.31% | - |
| XYZ | 4.14 | 2.59 | 7.68 | - |
| YUV | 45.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 79 | 0.15 | 0.65 | 0 | 0.69 | 285.88 | 0.48 | 0.21 |
| Hex | 43 | 1C | 4F | F | 41 | 0 | 45 | 11E | 30 | 15 |
| Octal | 103 | 34 | 117 | 17 | 101 | 0 | 105 | 436 | 60 | 25 |
| Binary | 1000011 | 11100 | 1001111 | 1111 | 1000001 | 0 | 1000101 | 100011110 | 110000 | 10101 |
Color Harmonies of #431C4F
Complementary color
Monochromatic Colors of #431C4F
Black with #431C4F
Text Example
Text Example
White with #431C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C4F; }
p { color: rgb(67,28,79); }
H1.HeaderClassName
{
color: #431C4F;
}
.AnyTagClassName
{
color: #431C4F;
}
</style>
background-color css
<style>
a { background-color: #431C4F; }
a { background-color: rgb(67,28,79); }
div.DivClassName
{
background-color: #431C4F;
}
.BgClassName
{
background-color: #431C4F;
}
</style>
border-color css
<style>
span { border-color: #431C4F; }
span { border-color: rgb(67,28,79); }
td.TdClassName
{
border-color: #431C4F;
}
.TagClassName
{
border-color: #431C4F;
}
</style>