Shades of Scarlet Gum #452B4D
Tints of Scarlet Gum #452B4D
RGB
CMYK
RGB Variations
Color information
#452B4D (or 0x452B4D) is known color: Scarlet Gum. HEX triplet: 45, 2B and 4D. RGB value is (69,43,77). Sum of RGB (Red+Green+Blue) = 69+43+77=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #452B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B4D is #BAD4B2. Grayscale: #363636. Windows color (decimal): -12244147 or 5057349. OLE color: 5057349.
HSL color Cylindrical-coordinate representation of color #452B4D: hue angle of 285.88º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #452B4D is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 43 | 77 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.70 |
| HSL | 285.88º | 0.28% | 0.24% | - |
| HSV(B) | 285.88º | 0.44% | 0.3% | - |
| XYZ | 4.66 | 3.53 | 7.46 | - |
| YUV | 54.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 77 | 0.10 | 0.44 | 0 | 0.70 | 285.88 | 0.28 | 0.24 |
| Hex | 45 | 2B | 4D | A | 2C | 0 | 46 | 11E | 1C | 18 |
| Octal | 105 | 53 | 115 | 12 | 54 | 0 | 106 | 436 | 34 | 30 |
| Binary | 1000101 | 101011 | 1001101 | 1010 | 101100 | 0 | 1000110 | 100011110 | 11100 | 11000 |
Color Harmonies of #452B4D
Complementary color
Monochromatic Colors of #452B4D
Black with #452B4D
Text Example
Text Example
White with #452B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B4D; }
p { color: rgb(69,43,77); }
H1.HeaderClassName
{
color: #452B4D;
}
.AnyTagClassName
{
color: #452B4D;
}
</style>
background-color css
<style>
a { background-color: #452B4D; }
a { background-color: rgb(69,43,77); }
div.DivClassName
{
background-color: #452B4D;
}
.BgClassName
{
background-color: #452B4D;
}
</style>
border-color css
<style>
span { border-color: #452B4D; }
span { border-color: rgb(69,43,77); }
td.TdClassName
{
border-color: #452B4D;
}
.TagClassName
{
border-color: #452B4D;
}
</style>