Shades of Scarlet Gum #43274C
Tints of Scarlet Gum #43274C
RGB
CMYK
RGB Variations
Color information
#43274C (or 0x43274C) is known color: Scarlet Gum. HEX triplet: 43, 27 and 4C. RGB value is (67,39,76). Sum of RGB (Red+Green+Blue) = 67+39+76=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #43274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43274C is #BCD8B3. Grayscale: #333333. Windows color (decimal): -12376244 or 4990787. OLE color: 4990787.
HSL color Cylindrical-coordinate representation of color #43274C: hue angle of 285.41º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #43274C is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 39 | 76 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.70 |
| HSL | 285.41º | 0.32% | 0.23% | - |
| HSV(B) | 285.41º | 0.49% | 0.3% | - |
| XYZ | 4.34 | 3.17 | 7.22 | - |
| YUV | 51.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 39 | 76 | 0.12 | 0.49 | 0 | 0.70 | 285.41 | 0.32 | 0.23 |
| Hex | 43 | 27 | 4C | C | 31 | 0 | 46 | 11D | 20 | 17 |
| Octal | 103 | 47 | 114 | 14 | 61 | 0 | 106 | 435 | 40 | 27 |
| Binary | 1000011 | 100111 | 1001100 | 1100 | 110001 | 0 | 1000110 | 100011101 | 100000 | 10111 |
Color Harmonies of #43274C
Complementary color
Monochromatic Colors of #43274C
Black with #43274C
Text Example
Text Example
White with #43274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43274C; }
p { color: rgb(67,39,76); }
H1.HeaderClassName
{
color: #43274C;
}
.AnyTagClassName
{
color: #43274C;
}
</style>
background-color css
<style>
a { background-color: #43274C; }
a { background-color: rgb(67,39,76); }
div.DivClassName
{
background-color: #43274C;
}
.BgClassName
{
background-color: #43274C;
}
</style>
border-color css
<style>
span { border-color: #43274C; }
span { border-color: rgb(67,39,76); }
td.TdClassName
{
border-color: #43274C;
}
.TagClassName
{
border-color: #43274C;
}
</style>