Shades of Scarlet Gum #42185D
Tints of Scarlet Gum #42185D
RGB
CMYK
RGB Variations
Color information
#42185D (or 0x42185D) is known color: Scarlet Gum. HEX triplet: 42, 18 and 5D. RGB value is (66,24,93). Sum of RGB (Red+Green+Blue) = 66+24+93=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #42185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42185D is #BDE7A2. Grayscale: #2C2C2C. Windows color (decimal): -12445603 or 6101058. OLE color: 6101058.
HSL color Cylindrical-coordinate representation of color #42185D: hue angle of 276.52º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42185D is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 24 | 93 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.64 |
| HSL | 276.52º | 0.59% | 0.23% | - |
| HSV(B) | 276.52º | 0.74% | 0.36% | - |
| XYZ | 4.55 | 2.6 | 10.62 | - |
| YUV | 44.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 93 | 0.29 | 0.74 | 0 | 0.64 | 276.52 | 0.59 | 0.23 |
| Hex | 42 | 18 | 5D | 1D | 4A | 0 | 40 | 115 | 3B | 17 |
| Octal | 102 | 30 | 135 | 35 | 112 | 0 | 100 | 425 | 73 | 27 |
| Binary | 1000010 | 11000 | 1011101 | 11101 | 1001010 | 0 | 1000000 | 100010101 | 111011 | 10111 |
Color Harmonies of #42185D
Complementary color
Monochromatic Colors of #42185D
Black with #42185D
Text Example
Text Example
White with #42185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42185D; }
p { color: rgb(66,24,93); }
H1.HeaderClassName
{
color: #42185D;
}
.AnyTagClassName
{
color: #42185D;
}
</style>
background-color css
<style>
a { background-color: #42185D; }
a { background-color: rgb(66,24,93); }
div.DivClassName
{
background-color: #42185D;
}
.BgClassName
{
background-color: #42185D;
}
</style>
border-color css
<style>
span { border-color: #42185D; }
span { border-color: rgb(66,24,93); }
td.TdClassName
{
border-color: #42185D;
}
.TagClassName
{
border-color: #42185D;
}
</style>