Shades of Scarlet Gum #43085E
Tints of Scarlet Gum #43085E
RGB
CMYK
RGB Variations
Color information
#43085E (or 0x43085E) is known color: Scarlet Gum. HEX triplet: 43, 08 and 5E. RGB value is (67,8,94). Sum of RGB (Red+Green+Blue) = 67+8+94=169 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.64% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #43085E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43085E is #BCF7A1. Grayscale: #232323. Windows color (decimal): -12384162 or 6162499. OLE color: 6162499.
HSL color Cylindrical-coordinate representation of color #43085E: hue angle of 281.16º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43085E is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 8 | 94 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.63 |
| HSL | 281.16º | 0.84% | 0.2% | - |
| HSV(B) | 281.16º | 0.91% | 0.37% | - |
| XYZ | 4.42 | 2.18 | 10.78 | - |
| YUV | 35.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 94 | 0.29 | 0.91 | 0 | 0.63 | 281.16 | 0.84 | 0.2 |
| Hex | 43 | 8 | 5E | 1D | 5B | 0 | 3F | 119 | 54 | 14 |
| Octal | 103 | 10 | 136 | 35 | 133 | 0 | 77 | 431 | 124 | 24 |
| Binary | 1000011 | 1000 | 1011110 | 11101 | 1011011 | 0 | 111111 | 100011001 | 1010100 | 10100 |
Color Harmonies of #43085E
Complementary color
Monochromatic Colors of #43085E
Black with #43085E
Text Example
Text Example
White with #43085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43085E; }
p { color: rgb(67,8,94); }
H1.HeaderClassName
{
color: #43085E;
}
.AnyTagClassName
{
color: #43085E;
}
</style>
background-color css
<style>
a { background-color: #43085E; }
a { background-color: rgb(67,8,94); }
div.DivClassName
{
background-color: #43085E;
}
.BgClassName
{
background-color: #43085E;
}
</style>
border-color css
<style>
span { border-color: #43085E; }
span { border-color: rgb(67,8,94); }
td.TdClassName
{
border-color: #43085E;
}
.TagClassName
{
border-color: #43085E;
}
</style>