Shades of Scarlet Gum #452B4F
Tints of Scarlet Gum #452B4F
RGB
CMYK
RGB Variations
Color information
#452B4F (or 0x452B4F) is known color: Scarlet Gum. HEX triplet: 45, 2B and 4F. RGB value is (69,43,79). Sum of RGB (Red+Green+Blue) = 69+43+79=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #452B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452B4F is #BAD4B0. Grayscale: #363636. Windows color (decimal): -12244145 or 5188421. OLE color: 5188421.
HSL color Cylindrical-coordinate representation of color #452B4F: hue angle of 283.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #452B4F is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 43 | 79 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.69 |
| HSL | 283.33º | 0.3% | 0.24% | - |
| HSV(B) | 283.33º | 0.46% | 0.31% | - |
| XYZ | 4.73 | 3.56 | 7.83 | - |
| YUV | 54.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 79 | 0.13 | 0.46 | 0 | 0.69 | 283.33 | 0.3 | 0.24 |
| Hex | 45 | 2B | 4F | D | 2E | 0 | 45 | 11B | 1E | 18 |
| Octal | 105 | 53 | 117 | 15 | 56 | 0 | 105 | 433 | 36 | 30 |
| Binary | 1000101 | 101011 | 1001111 | 1101 | 101110 | 0 | 1000101 | 100011011 | 11110 | 11000 |
Color Harmonies of #452B4F
Complementary color
Monochromatic Colors of #452B4F
Black with #452B4F
Text Example
Text Example
White with #452B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B4F; }
p { color: rgb(69,43,79); }
H1.HeaderClassName
{
color: #452B4F;
}
.AnyTagClassName
{
color: #452B4F;
}
</style>
background-color css
<style>
a { background-color: #452B4F; }
a { background-color: rgb(69,43,79); }
div.DivClassName
{
background-color: #452B4F;
}
.BgClassName
{
background-color: #452B4F;
}
</style>
border-color css
<style>
span { border-color: #452B4F; }
span { border-color: rgb(69,43,79); }
td.TdClassName
{
border-color: #452B4F;
}
.TagClassName
{
border-color: #452B4F;
}
</style>