Shades of Scarlet Gum #42214B
Tints of Scarlet Gum #42214B
RGB
CMYK
RGB Variations
Color information
#42214B (or 0x42214B) is known color: Scarlet Gum. HEX triplet: 42, 21 and 4B. RGB value is (66,33,75). Sum of RGB (Red+Green+Blue) = 66+33+75=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #42214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42214B is #BDDEB4. Grayscale: #2F2F2F. Windows color (decimal): -12443317 or 4923714. OLE color: 4923714.
HSL color Cylindrical-coordinate representation of color #42214B: hue angle of 287.14º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42214B is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 33 | 75 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.71 |
| HSL | 287.14º | 0.39% | 0.21% | - |
| HSV(B) | 287.14º | 0.56% | 0.29% | - |
| XYZ | 4.06 | 2.75 | 6.97 | - |
| YUV | 47.66 | 143.43 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 75 | 0.12 | 0.56 | 0 | 0.71 | 287.14 | 0.39 | 0.21 |
| Hex | 42 | 21 | 4B | C | 38 | 0 | 47 | 11F | 27 | 15 |
| Octal | 102 | 41 | 113 | 14 | 70 | 0 | 107 | 437 | 47 | 25 |
| Binary | 1000010 | 100001 | 1001011 | 1100 | 111000 | 0 | 1000111 | 100011111 | 100111 | 10101 |
Color Harmonies of #42214B
Complementary color
Monochromatic Colors of #42214B
Black with #42214B
Text Example
Text Example
White with #42214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42214B; }
p { color: rgb(66,33,75); }
H1.HeaderClassName
{
color: #42214B;
}
.AnyTagClassName
{
color: #42214B;
}
</style>
background-color css
<style>
a { background-color: #42214B; }
a { background-color: rgb(66,33,75); }
div.DivClassName
{
background-color: #42214B;
}
.BgClassName
{
background-color: #42214B;
}
</style>
border-color css
<style>
span { border-color: #42214B; }
span { border-color: rgb(66,33,75); }
td.TdClassName
{
border-color: #42214B;
}
.TagClassName
{
border-color: #42214B;
}
</style>