Shades of Scarlet Gum #42065A
Tints of Scarlet Gum #42065A
RGB
CMYK
RGB Variations
Color information
#42065A (or 0x42065A) is known color: Scarlet Gum. HEX triplet: 42, 06 and 5A. RGB value is (66,6,90). Sum of RGB (Red+Green+Blue) = 66+6+90=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #42065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42065A is #BDF9A5. Grayscale: #212121. Windows color (decimal): -12450214 or 5899842. OLE color: 5899842.
HSL color Cylindrical-coordinate representation of color #42065A: hue angle of 282.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42065A is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 6 | 90 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.65 |
| HSL | 282.86º | 0.88% | 0.19% | - |
| HSV(B) | 282.86º | 0.93% | 0.35% | - |
| XYZ | 4.16 | 2.03 | 9.84 | - |
| YUV | 33.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 90 | 0.27 | 0.93 | 0 | 0.65 | 282.86 | 0.88 | 0.19 |
| Hex | 42 | 6 | 5A | 1B | 5D | 0 | 41 | 11B | 58 | 13 |
| Octal | 102 | 6 | 132 | 33 | 135 | 0 | 101 | 433 | 130 | 23 |
| Binary | 1000010 | 110 | 1011010 | 11011 | 1011101 | 0 | 1000001 | 100011011 | 1011000 | 10011 |
Color Harmonies of #42065A
Complementary color
Monochromatic Colors of #42065A
Black with #42065A
Text Example
Text Example
White with #42065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42065A; }
p { color: rgb(66,6,90); }
H1.HeaderClassName
{
color: #42065A;
}
.AnyTagClassName
{
color: #42065A;
}
</style>
background-color css
<style>
a { background-color: #42065A; }
a { background-color: rgb(66,6,90); }
div.DivClassName
{
background-color: #42065A;
}
.BgClassName
{
background-color: #42065A;
}
</style>
border-color css
<style>
span { border-color: #42065A; }
span { border-color: rgb(66,6,90); }
td.TdClassName
{
border-color: #42065A;
}
.TagClassName
{
border-color: #42065A;
}
</style>