Shades of Scarlet Gum #42095C
Tints of Scarlet Gum #42095C
RGB
CMYK
RGB Variations
Color information
#42095C (or 0x42095C) is known color: Scarlet Gum. HEX triplet: 42, 09 and 5C. RGB value is (66,9,92). Sum of RGB (Red+Green+Blue) = 66+9+92=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #42095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42095C is #BDF6A3. Grayscale: #232323. Windows color (decimal): -12449444 or 6031682. OLE color: 6031682.
HSL color Cylindrical-coordinate representation of color #42095C: hue angle of 281.2º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42095C is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 9 | 92 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.64 |
| HSL | 281.2º | 0.82% | 0.2% | - |
| HSV(B) | 281.2º | 0.9% | 0.36% | - |
| XYZ | 4.28 | 2.13 | 10.31 | - |
| YUV | 35.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 92 | 0.28 | 0.90 | 0 | 0.64 | 281.2 | 0.82 | 0.2 |
| Hex | 42 | 9 | 5C | 1C | 5A | 0 | 40 | 119 | 52 | 14 |
| Octal | 102 | 11 | 134 | 34 | 132 | 0 | 100 | 431 | 122 | 24 |
| Binary | 1000010 | 1001 | 1011100 | 11100 | 1011010 | 0 | 1000000 | 100011001 | 1010010 | 10100 |
Color Harmonies of #42095C
Complementary color
Monochromatic Colors of #42095C
Black with #42095C
Text Example
Text Example
White with #42095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42095C; }
p { color: rgb(66,9,92); }
H1.HeaderClassName
{
color: #42095C;
}
.AnyTagClassName
{
color: #42095C;
}
</style>
background-color css
<style>
a { background-color: #42095C; }
a { background-color: rgb(66,9,92); }
div.DivClassName
{
background-color: #42095C;
}
.BgClassName
{
background-color: #42095C;
}
</style>
border-color css
<style>
span { border-color: #42095C; }
span { border-color: rgb(66,9,92); }
td.TdClassName
{
border-color: #42095C;
}
.TagClassName
{
border-color: #42095C;
}
</style>