Shades of Scarlet Gum #43145F
Tints of Scarlet Gum #43145F
RGB
CMYK
RGB Variations
Color information
#43145F (or 0x43145F) is known color: Scarlet Gum. HEX triplet: 43, 14 and 5F. RGB value is (67,20,95). Sum of RGB (Red+Green+Blue) = 67+20+95=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #43145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43145F is #BCEBA0. Grayscale: #2A2A2A. Windows color (decimal): -12381089 or 6231107. OLE color: 6231107.
HSL color Cylindrical-coordinate representation of color #43145F: hue angle of 277.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43145F is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 20 | 95 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.63 |
| HSL | 277.6º | 0.65% | 0.23% | - |
| HSV(B) | 277.6º | 0.79% | 0.37% | - |
| XYZ | 4.63 | 2.52 | 11.07 | - |
| YUV | 42.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 95 | 0.29 | 0.79 | 0 | 0.63 | 277.6 | 0.65 | 0.23 |
| Hex | 43 | 14 | 5F | 1D | 4F | 0 | 3F | 116 | 41 | 17 |
| Octal | 103 | 24 | 137 | 35 | 117 | 0 | 77 | 426 | 101 | 27 |
| Binary | 1000011 | 10100 | 1011111 | 11101 | 1001111 | 0 | 111111 | 100010110 | 1000001 | 10111 |
Color Harmonies of #43145F
Complementary color
Monochromatic Colors of #43145F
Black with #43145F
Text Example
Text Example
White with #43145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43145F; }
p { color: rgb(67,20,95); }
H1.HeaderClassName
{
color: #43145F;
}
.AnyTagClassName
{
color: #43145F;
}
</style>
background-color css
<style>
a { background-color: #43145F; }
a { background-color: rgb(67,20,95); }
div.DivClassName
{
background-color: #43145F;
}
.BgClassName
{
background-color: #43145F;
}
</style>
border-color css
<style>
span { border-color: #43145F; }
span { border-color: rgb(67,20,95); }
td.TdClassName
{
border-color: #43145F;
}
.TagClassName
{
border-color: #43145F;
}
</style>