Shades of Scarlet Gum #452A55
Tints of Scarlet Gum #452A55
RGB
CMYK
RGB Variations
Color information
#452A55 (or 0x452A55) is known color: Scarlet Gum. HEX triplet: 45, 2A and 55. RGB value is (69,42,85). Sum of RGB (Red+Green+Blue) = 69+42+85=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #452A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452A55 is #BAD5AA. Grayscale: #363636. Windows color (decimal): -12244395 or 5581381. OLE color: 5581381.
HSL color Cylindrical-coordinate representation of color #452A55: hue angle of 277.67º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #452A55 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 42 | 85 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.67 |
| HSL | 277.67º | 0.34% | 0.25% | - |
| HSV(B) | 277.67º | 0.51% | 0.33% | - |
| XYZ | 4.92 | 3.58 | 9.03 | - |
| YUV | 54.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 42 | 85 | 0.19 | 0.51 | 0 | 0.67 | 277.67 | 0.34 | 0.25 |
| Hex | 45 | 2A | 55 | 13 | 33 | 0 | 43 | 116 | 22 | 19 |
| Octal | 105 | 52 | 125 | 23 | 63 | 0 | 103 | 426 | 42 | 31 |
| Binary | 1000101 | 101010 | 1010101 | 10011 | 110011 | 0 | 1000011 | 100010110 | 100010 | 11001 |
Color Harmonies of #452A55
Complementary color
Monochromatic Colors of #452A55
Black with #452A55
Text Example
Text Example
White with #452A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452A55; }
p { color: rgb(69,42,85); }
H1.HeaderClassName
{
color: #452A55;
}
.AnyTagClassName
{
color: #452A55;
}
</style>
background-color css
<style>
a { background-color: #452A55; }
a { background-color: rgb(69,42,85); }
div.DivClassName
{
background-color: #452A55;
}
.BgClassName
{
background-color: #452A55;
}
</style>
border-color css
<style>
span { border-color: #452A55; }
span { border-color: rgb(69,42,85); }
td.TdClassName
{
border-color: #452A55;
}
.TagClassName
{
border-color: #452A55;
}
</style>