Shades of Scarlet Gum #452C5E
Tints of Scarlet Gum #452C5E
RGB
CMYK
RGB Variations
Color information
#452C5E (or 0x452C5E) is known color: Scarlet Gum. HEX triplet: 45, 2C and 5E. RGB value is (69,44,94). Sum of RGB (Red+Green+Blue) = 69+44+94=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #452C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C5E is #BAD3A1. Grayscale: #393939. Windows color (decimal): -12243874 or 6171717. OLE color: 6171717.
HSL color Cylindrical-coordinate representation of color #452C5E: hue angle of 270º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #452C5E is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 69 | 44 | 94 | - |
CMYK | 0.27 | 0.53 | 0 | 0.63 |
HSL | 270º | 0.36% | 0.27% | - |
HSV(B) | 270º | 0.53% | 0.37% | - |
XYZ | 5.38 | 3.87 | 11.05 | - |
YUV | 57.18 | 148.78 | 136.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 69 | 44 | 94 | 0.27 | 0.53 | 0 | 0.63 | 270 | 0.36 | 0.27 |
Hex | 45 | 2C | 5E | 1B | 35 | 0 | 3F | 10E | 24 | 1B |
Octal | 105 | 54 | 136 | 33 | 65 | 0 | 77 | 416 | 44 | 33 |
Binary | 1000101 | 101100 | 1011110 | 11011 | 110101 | 0 | 111111 | 100001110 | 100100 | 11011 |
Color Harmonies of #452C5E
Complementary color
Monochromatic Colors of #452C5E
Black with #452C5E
Text Example
Text Example
White with #452C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452C5E; }
p { color: rgb(69,44,94); }
H1.HeaderClassName
{
color: #452C5E;
}
.AnyTagClassName
{
color: #452C5E;
}
</style>
background-color css
<style>
a { background-color: #452C5E; }
a { background-color: rgb(69,44,94); }
div.DivClassName
{
background-color: #452C5E;
}
.BgClassName
{
background-color: #452C5E;
}
</style>
border-color css
<style>
span { border-color: #452C5E; }
span { border-color: rgb(69,44,94); }
td.TdClassName
{
border-color: #452C5E;
}
.TagClassName
{
border-color: #452C5E;
}
</style>