Shades of Scarlet Gum #430F5C
Tints of Scarlet Gum #430F5C
RGB
CMYK
RGB Variations
Color information
#430F5C (or 0x430F5C) is known color: Scarlet Gum. HEX triplet: 43, 0F and 5C. RGB value is (67,15,92). Sum of RGB (Red+Green+Blue) = 67+15+92=174 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.51% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #430F5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430F5C is #BCF0A3. Grayscale: #272727. Windows color (decimal): -12382372 or 6033219. OLE color: 6033219.
HSL color Cylindrical-coordinate representation of color #430F5C: hue angle of 280.52º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430F5C is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 15 | 92 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.64 |
| HSL | 280.52º | 0.72% | 0.21% | - |
| HSV(B) | 280.52º | 0.84% | 0.36% | - |
| XYZ | 4.42 | 2.31 | 10.34 | - |
| YUV | 39.33 | 157.73 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 92 | 0.27 | 0.84 | 0 | 0.64 | 280.52 | 0.72 | 0.21 |
| Hex | 43 | F | 5C | 1B | 54 | 0 | 40 | 119 | 48 | 15 |
| Octal | 103 | 17 | 134 | 33 | 124 | 0 | 100 | 431 | 110 | 25 |
| Binary | 1000011 | 1111 | 1011100 | 11011 | 1010100 | 0 | 1000000 | 100011001 | 1001000 | 10101 |
Color Harmonies of #430F5C
Complementary color
Monochromatic Colors of #430F5C
Black with #430F5C
Text Example
Text Example
White with #430F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F5C; }
p { color: rgb(67,15,92); }
H1.HeaderClassName
{
color: #430F5C;
}
.AnyTagClassName
{
color: #430F5C;
}
</style>
background-color css
<style>
a { background-color: #430F5C; }
a { background-color: rgb(67,15,92); }
div.DivClassName
{
background-color: #430F5C;
}
.BgClassName
{
background-color: #430F5C;
}
</style>
border-color css
<style>
span { border-color: #430F5C; }
span { border-color: rgb(67,15,92); }
td.TdClassName
{
border-color: #430F5C;
}
.TagClassName
{
border-color: #430F5C;
}
</style>