Shades of Scarlet Gum #45275D
Tints of Scarlet Gum #45275D
RGB
CMYK
RGB Variations
Color information
#45275D (or 0x45275D) is known color: Scarlet Gum. HEX triplet: 45, 27 and 5D. RGB value is (69,39,93). Sum of RGB (Red+Green+Blue) = 69+39+93=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #45275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45275D is #BAD8A2. Grayscale: #353535. Windows color (decimal): -12245155 or 6104901. OLE color: 6104901.
HSL color Cylindrical-coordinate representation of color #45275D: hue angle of 273.33º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45275D is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 39 | 93 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.64 |
| HSL | 273.33º | 0.41% | 0.26% | - |
| HSV(B) | 273.33º | 0.58% | 0.36% | - |
| XYZ | 5.16 | 3.51 | 10.76 | - |
| YUV | 54.13 | 149.94 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 93 | 0.26 | 0.58 | 0 | 0.64 | 273.33 | 0.41 | 0.26 |
| Hex | 45 | 27 | 5D | 1A | 3A | 0 | 40 | 111 | 29 | 1A |
| Octal | 105 | 47 | 135 | 32 | 72 | 0 | 100 | 421 | 51 | 32 |
| Binary | 1000101 | 100111 | 1011101 | 11010 | 111010 | 0 | 1000000 | 100010001 | 101001 | 11010 |
Color Harmonies of #45275D
Complementary color
Monochromatic Colors of #45275D
Black with #45275D
Text Example
Text Example
White with #45275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45275D; }
p { color: rgb(69,39,93); }
H1.HeaderClassName
{
color: #45275D;
}
.AnyTagClassName
{
color: #45275D;
}
</style>
background-color css
<style>
a { background-color: #45275D; }
a { background-color: rgb(69,39,93); }
div.DivClassName
{
background-color: #45275D;
}
.BgClassName
{
background-color: #45275D;
}
</style>
border-color css
<style>
span { border-color: #45275D; }
span { border-color: rgb(69,39,93); }
td.TdClassName
{
border-color: #45275D;
}
.TagClassName
{
border-color: #45275D;
}
</style>