Shades of Scarlet Gum #422253
Tints of Scarlet Gum #422253
RGB
CMYK
RGB Variations
Color information
#422253 (or 0x422253) is known color: Scarlet Gum. HEX triplet: 42, 22 and 53. RGB value is (66,34,83). Sum of RGB (Red+Green+Blue) = 66+34+83=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #422253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422253 is #BDDDAC. Grayscale: #303030. Windows color (decimal): -12443053 or 5448258. OLE color: 5448258.
HSL color Cylindrical-coordinate representation of color #422253: hue angle of 279.18º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #422253 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
RGB | 66 | 34 | 83 | - |
CMYK | 0.20 | 0.59 | 0 | 0.67 |
HSL | 279.18º | 0.42% | 0.23% | - |
HSV(B) | 279.18º | 0.59% | 0.33% | - |
XYZ | 4.38 | 2.93 | 8.52 | - |
YUV | 49.15 | 147.1 | 140.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 66 | 34 | 83 | 0.20 | 0.59 | 0 | 0.67 | 279.18 | 0.42 | 0.23 |
Hex | 42 | 22 | 53 | 14 | 3B | 0 | 43 | 117 | 2A | 17 |
Octal | 102 | 42 | 123 | 24 | 73 | 0 | 103 | 427 | 52 | 27 |
Binary | 1000010 | 100010 | 1010011 | 10100 | 111011 | 0 | 1000011 | 100010111 | 101010 | 10111 |
Color Harmonies of #422253
Complementary color
Monochromatic Colors of #422253
Black with #422253
Text Example
Text Example
White with #422253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422253; }
p { color: rgb(66,34,83); }
H1.HeaderClassName
{
color: #422253;
}
.AnyTagClassName
{
color: #422253;
}
</style>
background-color css
<style>
a { background-color: #422253; }
a { background-color: rgb(66,34,83); }
div.DivClassName
{
background-color: #422253;
}
.BgClassName
{
background-color: #422253;
}
</style>
border-color css
<style>
span { border-color: #422253; }
span { border-color: rgb(66,34,83); }
td.TdClassName
{
border-color: #422253;
}
.TagClassName
{
border-color: #422253;
}
</style>