Shades of Scarlet Gum #43135C
Tints of Scarlet Gum #43135C
RGB
CMYK
RGB Variations
Color information
#43135C (or 0x43135C) is known color: Scarlet Gum. HEX triplet: 43, 13 and 5C. RGB value is (67,19,92). Sum of RGB (Red+Green+Blue) = 67+19+92=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #43135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43135C is #BCECA3. Grayscale: #292929. Windows color (decimal): -12381348 or 6034243. OLE color: 6034243.
HSL color Cylindrical-coordinate representation of color #43135C: hue angle of 279.45º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43135C is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 19 | 92 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.64 |
| HSL | 279.45º | 0.66% | 0.22% | - |
| HSV(B) | 279.45º | 0.79% | 0.36% | - |
| XYZ | 4.48 | 2.43 | 10.36 | - |
| YUV | 41.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 92 | 0.27 | 0.79 | 0 | 0.64 | 279.45 | 0.66 | 0.22 |
| Hex | 43 | 13 | 5C | 1B | 4F | 0 | 40 | 117 | 42 | 16 |
| Octal | 103 | 23 | 134 | 33 | 117 | 0 | 100 | 427 | 102 | 26 |
| Binary | 1000011 | 10011 | 1011100 | 11011 | 1001111 | 0 | 1000000 | 100010111 | 1000010 | 10110 |
Color Harmonies of #43135C
Complementary color
Monochromatic Colors of #43135C
Black with #43135C
Text Example
Text Example
White with #43135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43135C; }
p { color: rgb(67,19,92); }
H1.HeaderClassName
{
color: #43135C;
}
.AnyTagClassName
{
color: #43135C;
}
</style>
background-color css
<style>
a { background-color: #43135C; }
a { background-color: rgb(67,19,92); }
div.DivClassName
{
background-color: #43135C;
}
.BgClassName
{
background-color: #43135C;
}
</style>
border-color css
<style>
span { border-color: #43135C; }
span { border-color: rgb(67,19,92); }
td.TdClassName
{
border-color: #43135C;
}
.TagClassName
{
border-color: #43135C;
}
</style>