Shades of Scarlet Gum #42105B
Tints of Scarlet Gum #42105B
RGB
CMYK
RGB Variations
Color information
#42105B (or 0x42105B) is known color: Scarlet Gum. HEX triplet: 42, 10 and 5B. RGB value is (66,16,91). Sum of RGB (Red+Green+Blue) = 66+16+91=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #42105B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42105B is #BDEFA4. Grayscale: #272727. Windows color (decimal): -12447653 or 5967938. OLE color: 5967938.
HSL color Cylindrical-coordinate representation of color #42105B: hue angle of 280º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42105B is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 16 | 91 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.64 |
| HSL | 280º | 0.7% | 0.21% | - |
| HSV(B) | 280º | 0.82% | 0.36% | - |
| XYZ | 4.32 | 2.28 | 10.11 | - |
| YUV | 39.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 91 | 0.27 | 0.82 | 0 | 0.64 | 280 | 0.7 | 0.21 |
| Hex | 42 | 10 | 5B | 1B | 52 | 0 | 40 | 118 | 46 | 15 |
| Octal | 102 | 20 | 133 | 33 | 122 | 0 | 100 | 430 | 106 | 25 |
| Binary | 1000010 | 10000 | 1011011 | 11011 | 1010010 | 0 | 1000000 | 100011000 | 1000110 | 10101 |
Color Harmonies of #42105B
Complementary color
Monochromatic Colors of #42105B
Black with #42105B
Text Example
Text Example
White with #42105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42105B; }
p { color: rgb(66,16,91); }
H1.HeaderClassName
{
color: #42105B;
}
.AnyTagClassName
{
color: #42105B;
}
</style>
background-color css
<style>
a { background-color: #42105B; }
a { background-color: rgb(66,16,91); }
div.DivClassName
{
background-color: #42105B;
}
.BgClassName
{
background-color: #42105B;
}
</style>
border-color css
<style>
span { border-color: #42105B; }
span { border-color: rgb(66,16,91); }
td.TdClassName
{
border-color: #42105B;
}
.TagClassName
{
border-color: #42105B;
}
</style>