Shades of Scarlet Gum #452552
Tints of Scarlet Gum #452552
RGB
CMYK
RGB Variations
Color information
#452552 (or 0x452552) is known color: Scarlet Gum. HEX triplet: 45, 25 and 52. RGB value is (69,37,82). Sum of RGB (Red+Green+Blue) = 69+37+82=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 82 - color contains mainly: blue. Hex color #452552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452552 is #BADAAD. Grayscale: #333333. Windows color (decimal): -12245678 or 5383493. OLE color: 5383493.
HSL color Cylindrical-coordinate representation of color #452552: hue angle of 282.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #452552 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 37 | 82 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.68 |
| HSL | 282.67º | 0.38% | 0.23% | - |
| HSV(B) | 282.67º | 0.55% | 0.32% | - |
| XYZ | 4.64 | 3.2 | 8.36 | - |
| YUV | 51.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 82 | 0.16 | 0.55 | 0 | 0.68 | 282.67 | 0.38 | 0.23 |
| Hex | 45 | 25 | 52 | 10 | 37 | 0 | 44 | 11B | 26 | 17 |
| Octal | 105 | 45 | 122 | 20 | 67 | 0 | 104 | 433 | 46 | 27 |
| Binary | 1000101 | 100101 | 1010010 | 10000 | 110111 | 0 | 1000100 | 100011011 | 100110 | 10111 |
Color Harmonies of #452552
Complementary color
Monochromatic Colors of #452552
Black with #452552
Text Example
Text Example
White with #452552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452552; }
p { color: rgb(69,37,82); }
H1.HeaderClassName
{
color: #452552;
}
.AnyTagClassName
{
color: #452552;
}
</style>
background-color css
<style>
a { background-color: #452552; }
a { background-color: rgb(69,37,82); }
div.DivClassName
{
background-color: #452552;
}
.BgClassName
{
background-color: #452552;
}
</style>
border-color css
<style>
span { border-color: #452552; }
span { border-color: rgb(69,37,82); }
td.TdClassName
{
border-color: #452552;
}
.TagClassName
{
border-color: #452552;
}
</style>