Shades of Scarlet Gum #42205D
Tints of Scarlet Gum #42205D
RGB
CMYK
RGB Variations
Color information
#42205D (or 0x42205D) is known color: Scarlet Gum. HEX triplet: 42, 20 and 5D. RGB value is (66,32,93). Sum of RGB (Red+Green+Blue) = 66+32+93=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #42205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42205D is #BDDFA2. Grayscale: #303030. Windows color (decimal): -12443555 or 6103106. OLE color: 6103106.
HSL color Cylindrical-coordinate representation of color #42205D: hue angle of 273.44º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42205D is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 32 | 93 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.64 |
| HSL | 273.44º | 0.49% | 0.25% | - |
| HSV(B) | 273.44º | 0.66% | 0.36% | - |
| XYZ | 4.74 | 2.98 | 10.68 | - |
| YUV | 49.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 93 | 0.29 | 0.66 | 0 | 0.64 | 273.44 | 0.49 | 0.25 |
| Hex | 42 | 20 | 5D | 1D | 42 | 0 | 40 | 111 | 31 | 19 |
| Octal | 102 | 40 | 135 | 35 | 102 | 0 | 100 | 421 | 61 | 31 |
| Binary | 1000010 | 100000 | 1011101 | 11101 | 1000010 | 0 | 1000000 | 100010001 | 110001 | 11001 |
Color Harmonies of #42205D
Complementary color
Monochromatic Colors of #42205D
Black with #42205D
Text Example
Text Example
White with #42205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42205D; }
p { color: rgb(66,32,93); }
H1.HeaderClassName
{
color: #42205D;
}
.AnyTagClassName
{
color: #42205D;
}
</style>
background-color css
<style>
a { background-color: #42205D; }
a { background-color: rgb(66,32,93); }
div.DivClassName
{
background-color: #42205D;
}
.BgClassName
{
background-color: #42205D;
}
</style>
border-color css
<style>
span { border-color: #42205D; }
span { border-color: rgb(66,32,93); }
td.TdClassName
{
border-color: #42205D;
}
.TagClassName
{
border-color: #42205D;
}
</style>