Shades of Scarlet Gum #431B4F
Tints of Scarlet Gum #431B4F
RGB
CMYK
RGB Variations
Color information
#431B4F (or 0x431B4F) is known color: Scarlet Gum. HEX triplet: 43, 1B and 4F. RGB value is (67,27,79). Sum of RGB (Red+Green+Blue) = 67+27+79=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #431B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431B4F is #BCE4B0. Grayscale: #2C2C2C. Windows color (decimal): -12379313 or 5184323. OLE color: 5184323.
HSL color Cylindrical-coordinate representation of color #431B4F: hue angle of 286.15º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #431B4F is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 67 | 27 | 79 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.69 |
| HSL | 286.15º | 0.49% | 0.21% | - |
| HSV(B) | 286.15º | 0.66% | 0.31% | - |
| XYZ | 4.12 | 2.54 | 7.67 | - |
| YUV | 44.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 79 | 0.15 | 0.66 | 0 | 0.69 | 286.15 | 0.49 | 0.21 |
| Hex | 43 | 1B | 4F | F | 42 | 0 | 45 | 11E | 31 | 15 |
| Octal | 103 | 33 | 117 | 17 | 102 | 0 | 105 | 436 | 61 | 25 |
| Binary | 1000011 | 11011 | 1001111 | 1111 | 1000010 | 0 | 1000101 | 100011110 | 110001 | 10101 |
Color Harmonies of #431B4F
Complementary color
Monochromatic Colors of #431B4F
Black with #431B4F
Text Example
Text Example
White with #431B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B4F; }
p { color: rgb(67,27,79); }
H1.HeaderClassName
{
color: #431B4F;
}
.AnyTagClassName
{
color: #431B4F;
}
</style>
background-color css
<style>
a { background-color: #431B4F; }
a { background-color: rgb(67,27,79); }
div.DivClassName
{
background-color: #431B4F;
}
.BgClassName
{
background-color: #431B4F;
}
</style>
border-color css
<style>
span { border-color: #431B4F; }
span { border-color: rgb(67,27,79); }
td.TdClassName
{
border-color: #431B4F;
}
.TagClassName
{
border-color: #431B4F;
}
</style>