Shades of Scarlet Gum #452D4F
Tints of Scarlet Gum #452D4F
RGB
CMYK
RGB Variations
Color information
#452D4F (or 0x452D4F) is known color: Scarlet Gum. HEX triplet: 45, 2D and 4F. RGB value is (69,45,79). Sum of RGB (Red+Green+Blue) = 69+45+79=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #452D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452D4F is #BAD2B0. Grayscale: #373737. Windows color (decimal): -12243633 or 5188933. OLE color: 5188933.
HSL color Cylindrical-coordinate representation of color #452D4F: hue angle of 282.35º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #452D4F is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 45 | 79 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.69 |
| HSL | 282.35º | 0.27% | 0.24% | - |
| HSV(B) | 282.35º | 0.43% | 0.31% | - |
| XYZ | 4.8 | 3.71 | 7.86 | - |
| YUV | 56.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 79 | 0.13 | 0.43 | 0 | 0.69 | 282.35 | 0.27 | 0.24 |
| Hex | 45 | 2D | 4F | D | 2B | 0 | 45 | 11A | 1B | 18 |
| Octal | 105 | 55 | 117 | 15 | 53 | 0 | 105 | 432 | 33 | 30 |
| Binary | 1000101 | 101101 | 1001111 | 1101 | 101011 | 0 | 1000101 | 100011010 | 11011 | 11000 |
Color Harmonies of #452D4F
Complementary color
Monochromatic Colors of #452D4F
Black with #452D4F
Text Example
Text Example
White with #452D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D4F; }
p { color: rgb(69,45,79); }
H1.HeaderClassName
{
color: #452D4F;
}
.AnyTagClassName
{
color: #452D4F;
}
</style>
background-color css
<style>
a { background-color: #452D4F; }
a { background-color: rgb(69,45,79); }
div.DivClassName
{
background-color: #452D4F;
}
.BgClassName
{
background-color: #452D4F;
}
</style>
border-color css
<style>
span { border-color: #452D4F; }
span { border-color: rgb(69,45,79); }
td.TdClassName
{
border-color: #452D4F;
}
.TagClassName
{
border-color: #452D4F;
}
</style>