Shades of Scarlet Gum #430C5C
Tints of Scarlet Gum #430C5C
RGB
CMYK
RGB Variations
Color information
#430C5C (or 0x430C5C) is known color: Scarlet Gum. HEX triplet: 43, 0C and 5C. RGB value is (67,12,92). Sum of RGB (Red+Green+Blue) = 67+12+92=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #430C5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430C5C is #BCF3A3. Grayscale: #252525. Windows color (decimal): -12383140 or 6032451. OLE color: 6032451.
HSL color Cylindrical-coordinate representation of color #430C5C: hue angle of 281.25º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #430C5C is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 12 | 92 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.64 |
| HSL | 281.25º | 0.77% | 0.2% | - |
| HSV(B) | 281.25º | 0.87% | 0.36% | - |
| XYZ | 4.38 | 2.23 | 10.32 | - |
| YUV | 37.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 92 | 0.27 | 0.87 | 0 | 0.64 | 281.25 | 0.77 | 0.2 |
| Hex | 43 | C | 5C | 1B | 57 | 0 | 40 | 119 | 4D | 14 |
| Octal | 103 | 14 | 134 | 33 | 127 | 0 | 100 | 431 | 115 | 24 |
| Binary | 1000011 | 1100 | 1011100 | 11011 | 1010111 | 0 | 1000000 | 100011001 | 1001101 | 10100 |
Color Harmonies of #430C5C
Complementary color
Monochromatic Colors of #430C5C
Black with #430C5C
Text Example
Text Example
White with #430C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C5C; }
p { color: rgb(67,12,92); }
H1.HeaderClassName
{
color: #430C5C;
}
.AnyTagClassName
{
color: #430C5C;
}
</style>
background-color css
<style>
a { background-color: #430C5C; }
a { background-color: rgb(67,12,92); }
div.DivClassName
{
background-color: #430C5C;
}
.BgClassName
{
background-color: #430C5C;
}
</style>
border-color css
<style>
span { border-color: #430C5C; }
span { border-color: rgb(67,12,92); }
td.TdClassName
{
border-color: #430C5C;
}
.TagClassName
{
border-color: #430C5C;
}
</style>