Shades of Scarlet Gum #42165B
Tints of Scarlet Gum #42165B
RGB
CMYK
RGB Variations
Color information
#42165B (or 0x42165B) is known color: Scarlet Gum. HEX triplet: 42, 16 and 5B. RGB value is (66,22,91). Sum of RGB (Red+Green+Blue) = 66+22+91=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #42165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42165B is #BDE9A4. Grayscale: #2A2A2A. Windows color (decimal): -12446117 or 5969474. OLE color: 5969474.
HSL color Cylindrical-coordinate representation of color #42165B: hue angle of 278.26º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42165B is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 22 | 91 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.64 |
| HSL | 278.26º | 0.61% | 0.22% | - |
| HSV(B) | 278.26º | 0.76% | 0.36% | - |
| XYZ | 4.42 | 2.49 | 10.14 | - |
| YUV | 43.02 | 155.08 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 91 | 0.27 | 0.76 | 0 | 0.64 | 278.26 | 0.61 | 0.22 |
| Hex | 42 | 16 | 5B | 1B | 4C | 0 | 40 | 116 | 3D | 16 |
| Octal | 102 | 26 | 133 | 33 | 114 | 0 | 100 | 426 | 75 | 26 |
| Binary | 1000010 | 10110 | 1011011 | 11011 | 1001100 | 0 | 1000000 | 100010110 | 111101 | 10110 |
Color Harmonies of #42165B
Complementary color
Monochromatic Colors of #42165B
Black with #42165B
Text Example
Text Example
White with #42165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42165B; }
p { color: rgb(66,22,91); }
H1.HeaderClassName
{
color: #42165B;
}
.AnyTagClassName
{
color: #42165B;
}
</style>
background-color css
<style>
a { background-color: #42165B; }
a { background-color: rgb(66,22,91); }
div.DivClassName
{
background-color: #42165B;
}
.BgClassName
{
background-color: #42165B;
}
</style>
border-color css
<style>
span { border-color: #42165B; }
span { border-color: rgb(66,22,91); }
td.TdClassName
{
border-color: #42165B;
}
.TagClassName
{
border-color: #42165B;
}
</style>