Shades of Scarlet Gum #43165C
Tints of Scarlet Gum #43165C
RGB
CMYK
RGB Variations
Color information
#43165C (or 0x43165C) is known color: Scarlet Gum. HEX triplet: 43, 16 and 5C. RGB value is (67,22,92). Sum of RGB (Red+Green+Blue) = 67+22+92=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #43165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43165C is #BCE9A3. Grayscale: #2B2B2B. Windows color (decimal): -12380580 or 6035011. OLE color: 6035011.
HSL color Cylindrical-coordinate representation of color #43165C: hue angle of 278.57º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #43165C is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 22 | 92 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.64 |
| HSL | 278.57º | 0.61% | 0.22% | - |
| HSV(B) | 278.57º | 0.76% | 0.36% | - |
| XYZ | 4.53 | 2.54 | 10.38 | - |
| YUV | 43.44 | 155.41 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 22 | 92 | 0.27 | 0.76 | 0 | 0.64 | 278.57 | 0.61 | 0.22 |
| Hex | 43 | 16 | 5C | 1B | 4C | 0 | 40 | 117 | 3D | 16 |
| Octal | 103 | 26 | 134 | 33 | 114 | 0 | 100 | 427 | 75 | 26 |
| Binary | 1000011 | 10110 | 1011100 | 11011 | 1001100 | 0 | 1000000 | 100010111 | 111101 | 10110 |
Color Harmonies of #43165C
Complementary color
Monochromatic Colors of #43165C
Black with #43165C
Text Example
Text Example
White with #43165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43165C; }
p { color: rgb(67,22,92); }
H1.HeaderClassName
{
color: #43165C;
}
.AnyTagClassName
{
color: #43165C;
}
</style>
background-color css
<style>
a { background-color: #43165C; }
a { background-color: rgb(67,22,92); }
div.DivClassName
{
background-color: #43165C;
}
.BgClassName
{
background-color: #43165C;
}
</style>
border-color css
<style>
span { border-color: #43165C; }
span { border-color: rgb(67,22,92); }
td.TdClassName
{
border-color: #43165C;
}
.TagClassName
{
border-color: #43165C;
}
</style>