Shades of Scarlet Gum #43195B
Tints of Scarlet Gum #43195B
RGB
CMYK
RGB Variations
Color information
#43195B (or 0x43195B) is known color: Scarlet Gum. HEX triplet: 43, 19 and 5B. RGB value is (67,25,91). Sum of RGB (Red+Green+Blue) = 67+25+91=183 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.61% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #43195B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43195B is #BCE6A4. Grayscale: #2C2C2C. Windows color (decimal): -12379813 or 5970243. OLE color: 5970243.
HSL color Cylindrical-coordinate representation of color #43195B: hue angle of 278.18º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43195B is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 25 | 91 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.64 |
| HSL | 278.18º | 0.57% | 0.23% | - |
| HSV(B) | 278.18º | 0.73% | 0.36% | - |
| XYZ | 4.55 | 2.64 | 10.17 | - |
| YUV | 45.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 91 | 0.26 | 0.73 | 0 | 0.64 | 278.18 | 0.57 | 0.23 |
| Hex | 43 | 19 | 5B | 1A | 49 | 0 | 40 | 116 | 39 | 17 |
| Octal | 103 | 31 | 133 | 32 | 111 | 0 | 100 | 426 | 71 | 27 |
| Binary | 1000011 | 11001 | 1011011 | 11010 | 1001001 | 0 | 1000000 | 100010110 | 111001 | 10111 |
Color Harmonies of #43195B
Complementary color
Monochromatic Colors of #43195B
Black with #43195B
Text Example
Text Example
White with #43195B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43195B; }
p { color: rgb(67,25,91); }
H1.HeaderClassName
{
color: #43195B;
}
.AnyTagClassName
{
color: #43195B;
}
</style>
background-color css
<style>
a { background-color: #43195B; }
a { background-color: rgb(67,25,91); }
div.DivClassName
{
background-color: #43195B;
}
.BgClassName
{
background-color: #43195B;
}
</style>
border-color css
<style>
span { border-color: #43195B; }
span { border-color: rgb(67,25,91); }
td.TdClassName
{
border-color: #43195B;
}
.TagClassName
{
border-color: #43195B;
}
</style>