Shades of Scarlet Gum #43065C
Tints of Scarlet Gum #43065C
RGB
CMYK
RGB Variations
Color information
#43065C (or 0x43065C) is known color: Scarlet Gum. HEX triplet: 43, 06 and 5C. RGB value is (67,6,92). Sum of RGB (Red+Green+Blue) = 67+6+92=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #43065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43065C is #BCF9A3. Grayscale: #212121. Windows color (decimal): -12384676 or 6030915. OLE color: 6030915.
HSL color Cylindrical-coordinate representation of color #43065C: hue angle of 282.56º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #43065C is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 6 | 92 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.64 |
| HSL | 282.56º | 0.88% | 0.19% | - |
| HSV(B) | 282.56º | 0.93% | 0.36% | - |
| XYZ | 4.31 | 2.1 | 10.3 | - |
| YUV | 34.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 92 | 0.27 | 0.93 | 0 | 0.64 | 282.56 | 0.88 | 0.19 |
| Hex | 43 | 6 | 5C | 1B | 5D | 0 | 40 | 11B | 58 | 13 |
| Octal | 103 | 6 | 134 | 33 | 135 | 0 | 100 | 433 | 130 | 23 |
| Binary | 1000011 | 110 | 1011100 | 11011 | 1011101 | 0 | 1000000 | 100011011 | 1011000 | 10011 |
Color Harmonies of #43065C
Complementary color
Monochromatic Colors of #43065C
Black with #43065C
Text Example
Text Example
White with #43065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43065C; }
p { color: rgb(67,6,92); }
H1.HeaderClassName
{
color: #43065C;
}
.AnyTagClassName
{
color: #43065C;
}
</style>
background-color css
<style>
a { background-color: #43065C; }
a { background-color: rgb(67,6,92); }
div.DivClassName
{
background-color: #43065C;
}
.BgClassName
{
background-color: #43065C;
}
</style>
border-color css
<style>
span { border-color: #43065C; }
span { border-color: rgb(67,6,92); }
td.TdClassName
{
border-color: #43065C;
}
.TagClassName
{
border-color: #43065C;
}
</style>