Shades of Scarlet Gum #42135D
Tints of Scarlet Gum #42135D
RGB
CMYK
RGB Variations
Color information
#42135D (or 0x42135D) is known color: Scarlet Gum. HEX triplet: 42, 13 and 5D. RGB value is (66,19,93). Sum of RGB (Red+Green+Blue) = 66+19+93=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #42135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42135D is #BDECA2. Grayscale: #292929. Windows color (decimal): -12446883 or 6099778. OLE color: 6099778.
HSL color Cylindrical-coordinate representation of color #42135D: hue angle of 278.11º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42135D is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 19 | 93 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.64 |
| HSL | 278.11º | 0.66% | 0.22% | - |
| HSV(B) | 278.11º | 0.8% | 0.36% | - |
| XYZ | 4.46 | 2.41 | 10.59 | - |
| YUV | 41.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 93 | 0.29 | 0.80 | 0 | 0.64 | 278.11 | 0.66 | 0.22 |
| Hex | 42 | 13 | 5D | 1D | 50 | 0 | 40 | 116 | 42 | 16 |
| Octal | 102 | 23 | 135 | 35 | 120 | 0 | 100 | 426 | 102 | 26 |
| Binary | 1000010 | 10011 | 1011101 | 11101 | 1010000 | 0 | 1000000 | 100010110 | 1000010 | 10110 |
Color Harmonies of #42135D
Complementary color
Monochromatic Colors of #42135D
Black with #42135D
Text Example
Text Example
White with #42135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42135D; }
p { color: rgb(66,19,93); }
H1.HeaderClassName
{
color: #42135D;
}
.AnyTagClassName
{
color: #42135D;
}
</style>
background-color css
<style>
a { background-color: #42135D; }
a { background-color: rgb(66,19,93); }
div.DivClassName
{
background-color: #42135D;
}
.BgClassName
{
background-color: #42135D;
}
</style>
border-color css
<style>
span { border-color: #42135D; }
span { border-color: rgb(66,19,93); }
td.TdClassName
{
border-color: #42135D;
}
.TagClassName
{
border-color: #42135D;
}
</style>