Shades of Scarlet Gum #452355
Tints of Scarlet Gum #452355
RGB
CMYK
RGB Variations
Color information
#452355 (or 0x452355) is known color: Scarlet Gum. HEX triplet: 45, 23 and 55. RGB value is (69,35,85). Sum of RGB (Red+Green+Blue) = 69+35+85=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #452355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452355 is #BADCAA. Grayscale: #323232. Windows color (decimal): -12246187 or 5579589. OLE color: 5579589.
HSL color Cylindrical-coordinate representation of color #452355: hue angle of 280.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #452355 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 35 | 85 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.67 |
| HSL | 280.8º | 0.42% | 0.24% | - |
| HSV(B) | 280.8º | 0.59% | 0.33% | - |
| XYZ | 4.69 | 3.12 | 8.95 | - |
| YUV | 50.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 85 | 0.19 | 0.59 | 0 | 0.67 | 280.8 | 0.42 | 0.24 |
| Hex | 45 | 23 | 55 | 13 | 3B | 0 | 43 | 119 | 2A | 18 |
| Octal | 105 | 43 | 125 | 23 | 73 | 0 | 103 | 431 | 52 | 30 |
| Binary | 1000101 | 100011 | 1010101 | 10011 | 111011 | 0 | 1000011 | 100011001 | 101010 | 11000 |
Color Harmonies of #452355
Complementary color
Monochromatic Colors of #452355
Black with #452355
Text Example
Text Example
White with #452355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452355; }
p { color: rgb(69,35,85); }
H1.HeaderClassName
{
color: #452355;
}
.AnyTagClassName
{
color: #452355;
}
</style>
background-color css
<style>
a { background-color: #452355; }
a { background-color: rgb(69,35,85); }
div.DivClassName
{
background-color: #452355;
}
.BgClassName
{
background-color: #452355;
}
</style>
border-color css
<style>
span { border-color: #452355; }
span { border-color: rgb(69,35,85); }
td.TdClassName
{
border-color: #452355;
}
.TagClassName
{
border-color: #452355;
}
</style>