Shades of Scarlet Gum #431C53
Tints of Scarlet Gum #431C53
RGB
CMYK
RGB Variations
Color information
#431C53 (or 0x431C53) is known color: Scarlet Gum. HEX triplet: 43, 1C and 53. RGB value is (67,28,83). Sum of RGB (Red+Green+Blue) = 67+28+83=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #431C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431C53 is #BCE3AC. Grayscale: #2D2D2D. Windows color (decimal): -12379053 or 5446723. OLE color: 5446723.
HSL color Cylindrical-coordinate representation of color #431C53: hue angle of 282.55º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #431C53 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 67 | 28 | 83 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.67 |
| HSL | 282.55º | 0.5% | 0.22% | - |
| HSV(B) | 282.55º | 0.66% | 0.33% | - |
| XYZ | 4.29 | 2.65 | 8.47 | - |
| YUV | 45.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 28 | 83 | 0.19 | 0.66 | 0 | 0.67 | 282.55 | 0.5 | 0.22 |
| Hex | 43 | 1C | 53 | 13 | 42 | 0 | 43 | 11B | 32 | 16 |
| Octal | 103 | 34 | 123 | 23 | 102 | 0 | 103 | 433 | 62 | 26 |
| Binary | 1000011 | 11100 | 1010011 | 10011 | 1000010 | 0 | 1000011 | 100011011 | 110010 | 10110 |
Color Harmonies of #431C53
Complementary color
Monochromatic Colors of #431C53
Black with #431C53
Text Example
Text Example
White with #431C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431C53; }
p { color: rgb(67,28,83); }
H1.HeaderClassName
{
color: #431C53;
}
.AnyTagClassName
{
color: #431C53;
}
</style>
background-color css
<style>
a { background-color: #431C53; }
a { background-color: rgb(67,28,83); }
div.DivClassName
{
background-color: #431C53;
}
.BgClassName
{
background-color: #431C53;
}
</style>
border-color css
<style>
span { border-color: #431C53; }
span { border-color: rgb(67,28,83); }
td.TdClassName
{
border-color: #431C53;
}
.TagClassName
{
border-color: #431C53;
}
</style>