Shades of Scarlet Gum #45235D
Tints of Scarlet Gum #45235D
RGB
CMYK
RGB Variations
Color information
#45235D (or 0x45235D) is known color: Scarlet Gum. HEX triplet: 45, 23 and 5D. RGB value is (69,35,93). Sum of RGB (Red+Green+Blue) = 69+35+93=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #45235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45235D is #BADCA2. Grayscale: #333333. Windows color (decimal): -12246179 or 6103877. OLE color: 6103877.
HSL color Cylindrical-coordinate representation of color #45235D: hue angle of 275.17º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45235D is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 35 | 93 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.64 |
| HSL | 275.17º | 0.45% | 0.25% | - |
| HSV(B) | 275.17º | 0.62% | 0.36% | - |
| XYZ | 5.03 | 3.26 | 10.72 | - |
| YUV | 51.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 93 | 0.26 | 0.62 | 0 | 0.64 | 275.17 | 0.45 | 0.25 |
| Hex | 45 | 23 | 5D | 1A | 3E | 0 | 40 | 113 | 2D | 19 |
| Octal | 105 | 43 | 135 | 32 | 76 | 0 | 100 | 423 | 55 | 31 |
| Binary | 1000101 | 100011 | 1011101 | 11010 | 111110 | 0 | 1000000 | 100010011 | 101101 | 11001 |
Color Harmonies of #45235D
Complementary color
Monochromatic Colors of #45235D
Black with #45235D
Text Example
Text Example
White with #45235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45235D; }
p { color: rgb(69,35,93); }
H1.HeaderClassName
{
color: #45235D;
}
.AnyTagClassName
{
color: #45235D;
}
</style>
background-color css
<style>
a { background-color: #45235D; }
a { background-color: rgb(69,35,93); }
div.DivClassName
{
background-color: #45235D;
}
.BgClassName
{
background-color: #45235D;
}
</style>
border-color css
<style>
span { border-color: #45235D; }
span { border-color: rgb(69,35,93); }
td.TdClassName
{
border-color: #45235D;
}
.TagClassName
{
border-color: #45235D;
}
</style>