Shades of Scarlet Gum #42195B
Tints of Scarlet Gum #42195B
RGB
CMYK
RGB Variations
Color information
#42195B (or 0x42195B) is known color: Scarlet Gum. HEX triplet: 42, 19 and 5B. RGB value is (66,25,91). Sum of RGB (Red+Green+Blue) = 66+25+91=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #42195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42195B is #BDE6A4. Grayscale: #2C2C2C. Windows color (decimal): -12445349 or 5970242. OLE color: 5970242.
HSL color Cylindrical-coordinate representation of color #42195B: hue angle of 277.27º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42195B is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 25 | 91 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.64 |
| HSL | 277.27º | 0.57% | 0.23% | - |
| HSV(B) | 277.27º | 0.73% | 0.36% | - |
| XYZ | 4.48 | 2.61 | 10.16 | - |
| YUV | 44.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 91 | 0.27 | 0.73 | 0 | 0.64 | 277.27 | 0.57 | 0.23 |
| Hex | 42 | 19 | 5B | 1B | 49 | 0 | 40 | 115 | 39 | 17 |
| Octal | 102 | 31 | 133 | 33 | 111 | 0 | 100 | 425 | 71 | 27 |
| Binary | 1000010 | 11001 | 1011011 | 11011 | 1001001 | 0 | 1000000 | 100010101 | 111001 | 10111 |
Color Harmonies of #42195B
Complementary color
Monochromatic Colors of #42195B
Black with #42195B
Text Example
Text Example
White with #42195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42195B; }
p { color: rgb(66,25,91); }
H1.HeaderClassName
{
color: #42195B;
}
.AnyTagClassName
{
color: #42195B;
}
</style>
background-color css
<style>
a { background-color: #42195B; }
a { background-color: rgb(66,25,91); }
div.DivClassName
{
background-color: #42195B;
}
.BgClassName
{
background-color: #42195B;
}
</style>
border-color css
<style>
span { border-color: #42195B; }
span { border-color: rgb(66,25,91); }
td.TdClassName
{
border-color: #42195B;
}
.TagClassName
{
border-color: #42195B;
}
</style>