Shades of Scarlet Gum #41125C
Tints of Scarlet Gum #41125C
RGB
CMYK
RGB Variations
Color information
#41125C (or 0x41125C) is known color: Scarlet Gum. HEX triplet: 41, 12 and 5C. RGB value is (65,18,92). Sum of RGB (Red+Green+Blue) = 65+18+92=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #41125C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41125C is #BEEDA3. Grayscale: #282828. Windows color (decimal): -12512676 or 6033985. OLE color: 6033985.
HSL color Cylindrical-coordinate representation of color #41125C: hue angle of 278.11º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41125C is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 18 | 92 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.64 |
| HSL | 278.11º | 0.67% | 0.22% | - |
| HSV(B) | 278.11º | 0.8% | 0.36% | - |
| XYZ | 4.33 | 2.33 | 10.35 | - |
| YUV | 40.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 92 | 0.29 | 0.80 | 0 | 0.64 | 278.11 | 0.67 | 0.22 |
| Hex | 41 | 12 | 5C | 1D | 50 | 0 | 40 | 116 | 43 | 16 |
| Octal | 101 | 22 | 134 | 35 | 120 | 0 | 100 | 426 | 103 | 26 |
| Binary | 1000001 | 10010 | 1011100 | 11101 | 1010000 | 0 | 1000000 | 100010110 | 1000011 | 10110 |
Color Harmonies of #41125C
Complementary color
Monochromatic Colors of #41125C
Black with #41125C
Text Example
Text Example
White with #41125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41125C; }
p { color: rgb(65,18,92); }
H1.HeaderClassName
{
color: #41125C;
}
.AnyTagClassName
{
color: #41125C;
}
</style>
background-color css
<style>
a { background-color: #41125C; }
a { background-color: rgb(65,18,92); }
div.DivClassName
{
background-color: #41125C;
}
.BgClassName
{
background-color: #41125C;
}
</style>
border-color css
<style>
span { border-color: #41125C; }
span { border-color: rgb(65,18,92); }
td.TdClassName
{
border-color: #41125C;
}
.TagClassName
{
border-color: #41125C;
}
</style>