Shades of Scarlet Gum #43235C
Tints of Scarlet Gum #43235C
RGB
CMYK
RGB Variations
Color information
#43235C (or 0x43235C) is known color: Scarlet Gum. HEX triplet: 43, 23 and 5C. RGB value is (67,35,92). Sum of RGB (Red+Green+Blue) = 67+35+92=194 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.54% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #43235C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43235C is #BCDCA3. Grayscale: #323232. Windows color (decimal): -12377252 or 6038339. OLE color: 6038339.
HSL color Cylindrical-coordinate representation of color #43235C: hue angle of 273.68º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43235C is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 35 | 92 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.64 |
| HSL | 273.68º | 0.45% | 0.25% | - |
| HSV(B) | 273.68º | 0.62% | 0.36% | - |
| XYZ | 4.85 | 3.17 | 10.48 | - |
| YUV | 51.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 35 | 92 | 0.27 | 0.62 | 0 | 0.64 | 273.68 | 0.45 | 0.25 |
| Hex | 43 | 23 | 5C | 1B | 3E | 0 | 40 | 112 | 2D | 19 |
| Octal | 103 | 43 | 134 | 33 | 76 | 0 | 100 | 422 | 55 | 31 |
| Binary | 1000011 | 100011 | 1011100 | 11011 | 111110 | 0 | 1000000 | 100010010 | 101101 | 11001 |
Color Harmonies of #43235C
Complementary color
Monochromatic Colors of #43235C
Black with #43235C
Text Example
Text Example
White with #43235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43235C; }
p { color: rgb(67,35,92); }
H1.HeaderClassName
{
color: #43235C;
}
.AnyTagClassName
{
color: #43235C;
}
</style>
background-color css
<style>
a { background-color: #43235C; }
a { background-color: rgb(67,35,92); }
div.DivClassName
{
background-color: #43235C;
}
.BgClassName
{
background-color: #43235C;
}
</style>
border-color css
<style>
span { border-color: #43235C; }
span { border-color: rgb(67,35,92); }
td.TdClassName
{
border-color: #43235C;
}
.TagClassName
{
border-color: #43235C;
}
</style>