Shades of Scarlet Gum #41195A
Tints of Scarlet Gum #41195A
RGB
CMYK
RGB Variations
Color information
#41195A (or 0x41195A) is known color: Scarlet Gum. HEX triplet: 41, 19 and 5A. RGB value is (65,25,90). Sum of RGB (Red+Green+Blue) = 65+25+90=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #41195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41195A is #BEE6A5. Grayscale: #2C2C2C. Windows color (decimal): -12510886 or 5904705. OLE color: 5904705.
HSL color Cylindrical-coordinate representation of color #41195A: hue angle of 276.92º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41195A is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 25 | 90 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.65 |
| HSL | 276.92º | 0.57% | 0.23% | - |
| HSV(B) | 276.92º | 0.72% | 0.35% | - |
| XYZ | 4.37 | 2.56 | 9.94 | - |
| YUV | 44.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 90 | 0.28 | 0.72 | 0 | 0.65 | 276.92 | 0.57 | 0.23 |
| Hex | 41 | 19 | 5A | 1C | 48 | 0 | 41 | 115 | 39 | 17 |
| Octal | 101 | 31 | 132 | 34 | 110 | 0 | 101 | 425 | 71 | 27 |
| Binary | 1000001 | 11001 | 1011010 | 11100 | 1001000 | 0 | 1000001 | 100010101 | 111001 | 10111 |
Color Harmonies of #41195A
Complementary color
Monochromatic Colors of #41195A
Black with #41195A
Text Example
Text Example
White with #41195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41195A; }
p { color: rgb(65,25,90); }
H1.HeaderClassName
{
color: #41195A;
}
.AnyTagClassName
{
color: #41195A;
}
</style>
background-color css
<style>
a { background-color: #41195A; }
a { background-color: rgb(65,25,90); }
div.DivClassName
{
background-color: #41195A;
}
.BgClassName
{
background-color: #41195A;
}
</style>
border-color css
<style>
span { border-color: #41195A; }
span { border-color: rgb(65,25,90); }
td.TdClassName
{
border-color: #41195A;
}
.TagClassName
{
border-color: #41195A;
}
</style>