Shades of Scarlet Gum #452857
Tints of Scarlet Gum #452857
RGB
CMYK
RGB Variations
Color information
#452857 (or 0x452857) is known color: Scarlet Gum. HEX triplet: 45, 28 and 57. RGB value is (69,40,87). Sum of RGB (Red+Green+Blue) = 69+40+87=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #452857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452857 is #BAD7A8. Grayscale: #353535. Windows color (decimal): -12244905 or 5711941. OLE color: 5711941.
HSL color Cylindrical-coordinate representation of color #452857: hue angle of 277.02º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #452857 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 40 | 87 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.66 |
| HSL | 277.02º | 0.37% | 0.25% | - |
| HSV(B) | 277.02º | 0.54% | 0.34% | - |
| XYZ | 4.93 | 3.47 | 9.43 | - |
| YUV | 54.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 87 | 0.21 | 0.54 | 0 | 0.66 | 277.02 | 0.37 | 0.25 |
| Hex | 45 | 28 | 57 | 15 | 36 | 0 | 42 | 115 | 25 | 19 |
| Octal | 105 | 50 | 127 | 25 | 66 | 0 | 102 | 425 | 45 | 31 |
| Binary | 1000101 | 101000 | 1010111 | 10101 | 110110 | 0 | 1000010 | 100010101 | 100101 | 11001 |
Color Harmonies of #452857
Complementary color
Monochromatic Colors of #452857
Black with #452857
Text Example
Text Example
White with #452857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452857; }
p { color: rgb(69,40,87); }
H1.HeaderClassName
{
color: #452857;
}
.AnyTagClassName
{
color: #452857;
}
</style>
background-color css
<style>
a { background-color: #452857; }
a { background-color: rgb(69,40,87); }
div.DivClassName
{
background-color: #452857;
}
.BgClassName
{
background-color: #452857;
}
</style>
border-color css
<style>
span { border-color: #452857; }
span { border-color: rgb(69,40,87); }
td.TdClassName
{
border-color: #452857;
}
.TagClassName
{
border-color: #452857;
}
</style>