Shades of Scarlet Gum #45324D
Tints of Scarlet Gum #45324D
RGB
CMYK
RGB Variations
Color information
#45324D (or 0x45324D) is known color: Scarlet Gum. HEX triplet: 45, 32 and 4D. RGB value is (69,50,77). Sum of RGB (Red+Green+Blue) = 69+50+77=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #45324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45324D is #BACDB2. Grayscale: #3A3A3A. Windows color (decimal): -12242355 or 5059141. OLE color: 5059141.
HSL color Cylindrical-coordinate representation of color #45324D: hue angle of 282.22º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #45324D is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 50 | 77 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.70 |
| HSL | 282.22º | 0.21% | 0.25% | - |
| HSV(B) | 282.22º | 0.35% | 0.3% | - |
| XYZ | 4.93 | 4.08 | 7.55 | - |
| YUV | 58.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 77 | 0.10 | 0.35 | 0 | 0.70 | 282.22 | 0.21 | 0.25 |
| Hex | 45 | 32 | 4D | A | 23 | 0 | 46 | 11A | 15 | 19 |
| Octal | 105 | 62 | 115 | 12 | 43 | 0 | 106 | 432 | 25 | 31 |
| Binary | 1000101 | 110010 | 1001101 | 1010 | 100011 | 0 | 1000110 | 100011010 | 10101 | 11001 |
Color Harmonies of #45324D
Complementary color
Monochromatic Colors of #45324D
Black with #45324D
Text Example
Text Example
White with #45324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45324D; }
p { color: rgb(69,50,77); }
H1.HeaderClassName
{
color: #45324D;
}
.AnyTagClassName
{
color: #45324D;
}
</style>
background-color css
<style>
a { background-color: #45324D; }
a { background-color: rgb(69,50,77); }
div.DivClassName
{
background-color: #45324D;
}
.BgClassName
{
background-color: #45324D;
}
</style>
border-color css
<style>
span { border-color: #45324D; }
span { border-color: rgb(69,50,77); }
td.TdClassName
{
border-color: #45324D;
}
.TagClassName
{
border-color: #45324D;
}
</style>