Shades of Scarlet Gum #422353
Tints of Scarlet Gum #422353
RGB
CMYK
RGB Variations
Color information
#422353 (or 0x422353) is known color: Scarlet Gum. HEX triplet: 42, 23 and 53. RGB value is (66,35,83). Sum of RGB (Red+Green+Blue) = 66+35+83=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #422353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422353 is #BDDCAC. Grayscale: #313131. Windows color (decimal): -12442797 or 5448514. OLE color: 5448514.
HSL color Cylindrical-coordinate representation of color #422353: hue angle of 278.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #422353 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 35 | 83 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.67 |
| HSL | 278.75º | 0.41% | 0.23% | - |
| HSV(B) | 278.75º | 0.58% | 0.33% | - |
| XYZ | 4.41 | 2.98 | 8.53 | - |
| YUV | 49.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 83 | 0.20 | 0.58 | 0 | 0.67 | 278.75 | 0.41 | 0.23 |
| Hex | 42 | 23 | 53 | 14 | 3A | 0 | 43 | 117 | 29 | 17 |
| Octal | 102 | 43 | 123 | 24 | 72 | 0 | 103 | 427 | 51 | 27 |
| Binary | 1000010 | 100011 | 1010011 | 10100 | 111010 | 0 | 1000011 | 100010111 | 101001 | 10111 |
Color Harmonies of #422353
Complementary color
Monochromatic Colors of #422353
Black with #422353
Text Example
Text Example
White with #422353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422353; }
p { color: rgb(66,35,83); }
H1.HeaderClassName
{
color: #422353;
}
.AnyTagClassName
{
color: #422353;
}
</style>
background-color css
<style>
a { background-color: #422353; }
a { background-color: rgb(66,35,83); }
div.DivClassName
{
background-color: #422353;
}
.BgClassName
{
background-color: #422353;
}
</style>
border-color css
<style>
span { border-color: #422353; }
span { border-color: rgb(66,35,83); }
td.TdClassName
{
border-color: #422353;
}
.TagClassName
{
border-color: #422353;
}
</style>