Shades of Scarlet Gum #41254A
Tints of Scarlet Gum #41254A
RGB
CMYK
RGB Variations
Color information
#41254A (or 0x41254A) is known color: Scarlet Gum. HEX triplet: 41, 25 and 4A. RGB value is (65,37,74). Sum of RGB (Red+Green+Blue) = 65+37+74=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 74 - color contains mainly: blue. Hex color #41254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41254A is #BEDAB5. Grayscale: #313131. Windows color (decimal): -12507830 or 4859201. OLE color: 4859201.
HSL color Cylindrical-coordinate representation of color #41254A: hue angle of 285.41º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41254A is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 37 | 74 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.71 |
| HSL | 285.41º | 0.33% | 0.22% | - |
| HSV(B) | 285.41º | 0.5% | 0.29% | - |
| XYZ | 4.08 | 2.94 | 6.83 | - |
| YUV | 49.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 74 | 0.12 | 0.50 | 0 | 0.71 | 285.41 | 0.33 | 0.22 |
| Hex | 41 | 25 | 4A | C | 32 | 0 | 47 | 11D | 21 | 16 |
| Octal | 101 | 45 | 112 | 14 | 62 | 0 | 107 | 435 | 41 | 26 |
| Binary | 1000001 | 100101 | 1001010 | 1100 | 110010 | 0 | 1000111 | 100011101 | 100001 | 10110 |
Color Harmonies of #41254A
Complementary color
Monochromatic Colors of #41254A
Black with #41254A
Text Example
Text Example
White with #41254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41254A; }
p { color: rgb(65,37,74); }
H1.HeaderClassName
{
color: #41254A;
}
.AnyTagClassName
{
color: #41254A;
}
</style>
background-color css
<style>
a { background-color: #41254A; }
a { background-color: rgb(65,37,74); }
div.DivClassName
{
background-color: #41254A;
}
.BgClassName
{
background-color: #41254A;
}
</style>
border-color css
<style>
span { border-color: #41254A; }
span { border-color: rgb(65,37,74); }
td.TdClassName
{
border-color: #41254A;
}
.TagClassName
{
border-color: #41254A;
}
</style>