Shades of Scarlet Gum #422355
Tints of Scarlet Gum #422355
RGB
CMYK
RGB Variations
Color information
#422355 (or 0x422355) is known color: Scarlet Gum. HEX triplet: 42, 23 and 55. RGB value is (66,35,85). Sum of RGB (Red+Green+Blue) = 66+35+85=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #422355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422355 is #BDDCAA. Grayscale: #313131. Windows color (decimal): -12442795 or 5579586. OLE color: 5579586.
HSL color Cylindrical-coordinate representation of color #422355: hue angle of 277.2º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #422355 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 35 | 85 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.67 |
| HSL | 277.2º | 0.42% | 0.24% | - |
| HSV(B) | 277.2º | 0.59% | 0.33% | - |
| XYZ | 4.49 | 3.02 | 8.94 | - |
| YUV | 49.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 85 | 0.22 | 0.59 | 0 | 0.67 | 277.2 | 0.42 | 0.24 |
| Hex | 42 | 23 | 55 | 16 | 3B | 0 | 43 | 115 | 2A | 18 |
| Octal | 102 | 43 | 125 | 26 | 73 | 0 | 103 | 425 | 52 | 30 |
| Binary | 1000010 | 100011 | 1010101 | 10110 | 111011 | 0 | 1000011 | 100010101 | 101010 | 11000 |
Color Harmonies of #422355
Complementary color
Monochromatic Colors of #422355
Black with #422355
Text Example
Text Example
White with #422355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422355; }
p { color: rgb(66,35,85); }
H1.HeaderClassName
{
color: #422355;
}
.AnyTagClassName
{
color: #422355;
}
</style>
background-color css
<style>
a { background-color: #422355; }
a { background-color: rgb(66,35,85); }
div.DivClassName
{
background-color: #422355;
}
.BgClassName
{
background-color: #422355;
}
</style>
border-color css
<style>
span { border-color: #422355; }
span { border-color: rgb(66,35,85); }
td.TdClassName
{
border-color: #422355;
}
.TagClassName
{
border-color: #422355;
}
</style>