Shades of Scarlet Gum #43095C
Tints of Scarlet Gum #43095C
RGB
CMYK
RGB Variations
Color information
#43095C (or 0x43095C) is known color: Scarlet Gum. HEX triplet: 43, 09 and 5C. RGB value is (67,9,92). Sum of RGB (Red+Green+Blue) = 67+9+92=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #43095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43095C is #BCF6A3. Grayscale: #232323. Windows color (decimal): -12383908 or 6031683. OLE color: 6031683.
HSL color Cylindrical-coordinate representation of color #43095C: hue angle of 281.93º 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 #43095C is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 9 | 92 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.64 |
| HSL | 281.93º | 0.82% | 0.2% | - |
| HSV(B) | 281.93º | 0.9% | 0.36% | - |
| XYZ | 4.34 | 2.16 | 10.31 | - |
| YUV | 35.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 92 | 0.27 | 0.90 | 0 | 0.64 | 281.93 | 0.82 | 0.2 |
| Hex | 43 | 9 | 5C | 1B | 5A | 0 | 40 | 11A | 52 | 14 |
| Octal | 103 | 11 | 134 | 33 | 132 | 0 | 100 | 432 | 122 | 24 |
| Binary | 1000011 | 1001 | 1011100 | 11011 | 1011010 | 0 | 1000000 | 100011010 | 1010010 | 10100 |
Color Harmonies of #43095C
Complementary color
Monochromatic Colors of #43095C
Black with #43095C
Text Example
Text Example
White with #43095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43095C; }
p { color: rgb(67,9,92); }
H1.HeaderClassName
{
color: #43095C;
}
.AnyTagClassName
{
color: #43095C;
}
</style>
background-color css
<style>
a { background-color: #43095C; }
a { background-color: rgb(67,9,92); }
div.DivClassName
{
background-color: #43095C;
}
.BgClassName
{
background-color: #43095C;
}
</style>
border-color css
<style>
span { border-color: #43095C; }
span { border-color: rgb(67,9,92); }
td.TdClassName
{
border-color: #43095C;
}
.TagClassName
{
border-color: #43095C;
}
</style>