Shades of Scarlet Gum #42245C
Tints of Scarlet Gum #42245C
RGB
CMYK
RGB Variations
Color information
#42245C (or 0x42245C) is known color: Scarlet Gum. HEX triplet: 42, 24 and 5C. RGB value is (66,36,92). Sum of RGB (Red+Green+Blue) = 66+36+92=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #42245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42245C is #BDDBA3. Grayscale: #333333. Windows color (decimal): -12442532 or 6038594. OLE color: 6038594.
HSL color Cylindrical-coordinate representation of color #42245C: hue angle of 272.14º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42245C is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 36 | 92 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.64 |
| HSL | 272.14º | 0.44% | 0.25% | - |
| HSV(B) | 272.14º | 0.61% | 0.36% | - |
| XYZ | 4.81 | 3.19 | 10.49 | - |
| YUV | 51.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 92 | 0.28 | 0.61 | 0 | 0.64 | 272.14 | 0.44 | 0.25 |
| Hex | 42 | 24 | 5C | 1C | 3D | 0 | 40 | 110 | 2C | 19 |
| Octal | 102 | 44 | 134 | 34 | 75 | 0 | 100 | 420 | 54 | 31 |
| Binary | 1000010 | 100100 | 1011100 | 11100 | 111101 | 0 | 1000000 | 100010000 | 101100 | 11001 |
Color Harmonies of #42245C
Complementary color
Monochromatic Colors of #42245C
Black with #42245C
Text Example
Text Example
White with #42245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42245C; }
p { color: rgb(66,36,92); }
H1.HeaderClassName
{
color: #42245C;
}
.AnyTagClassName
{
color: #42245C;
}
</style>
background-color css
<style>
a { background-color: #42245C; }
a { background-color: rgb(66,36,92); }
div.DivClassName
{
background-color: #42245C;
}
.BgClassName
{
background-color: #42245C;
}
</style>
border-color css
<style>
span { border-color: #42245C; }
span { border-color: rgb(66,36,92); }
td.TdClassName
{
border-color: #42245C;
}
.TagClassName
{
border-color: #42245C;
}
</style>