Shades of Scarlet Gum #43185C
Tints of Scarlet Gum #43185C
RGB
CMYK
RGB Variations
Color information
#43185C (or 0x43185C) is known color: Scarlet Gum. HEX triplet: 43, 18 and 5C. RGB value is (67,24,92). Sum of RGB (Red+Green+Blue) = 67+24+92=183 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.61% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #43185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43185C is #BCE7A3. Grayscale: #2C2C2C. Windows color (decimal): -12380068 or 6035523. OLE color: 6035523.
HSL color Cylindrical-coordinate representation of color #43185C: hue angle of 277.94º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43185C is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 24 | 92 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.64 |
| HSL | 277.94º | 0.59% | 0.23% | - |
| HSV(B) | 277.94º | 0.74% | 0.36% | - |
| XYZ | 4.57 | 2.62 | 10.39 | - |
| YUV | 44.61 | 154.75 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 92 | 0.27 | 0.74 | 0 | 0.64 | 277.94 | 0.59 | 0.23 |
| Hex | 43 | 18 | 5C | 1B | 4A | 0 | 40 | 116 | 3B | 17 |
| Octal | 103 | 30 | 134 | 33 | 112 | 0 | 100 | 426 | 73 | 27 |
| Binary | 1000011 | 11000 | 1011100 | 11011 | 1001010 | 0 | 1000000 | 100010110 | 111011 | 10111 |
Color Harmonies of #43185C
Complementary color
Monochromatic Colors of #43185C
Black with #43185C
Text Example
Text Example
White with #43185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43185C; }
p { color: rgb(67,24,92); }
H1.HeaderClassName
{
color: #43185C;
}
.AnyTagClassName
{
color: #43185C;
}
</style>
background-color css
<style>
a { background-color: #43185C; }
a { background-color: rgb(67,24,92); }
div.DivClassName
{
background-color: #43185C;
}
.BgClassName
{
background-color: #43185C;
}
</style>
border-color css
<style>
span { border-color: #43185C; }
span { border-color: rgb(67,24,92); }
td.TdClassName
{
border-color: #43185C;
}
.TagClassName
{
border-color: #43185C;
}
</style>