Shades of Scarlet Gum #450B5D
Tints of Scarlet Gum #450B5D
RGB
CMYK
RGB Variations
Color information
#450B5D (or 0x450B5D) is known color: Scarlet Gum. HEX triplet: 45, 0B and 5D. RGB value is (69,11,93). Sum of RGB (Red+Green+Blue) = 69+11+93=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #450B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450B5D is #BAF4A2. Grayscale: #252525. Windows color (decimal): -12252323 or 6097733. OLE color: 6097733.
HSL color Cylindrical-coordinate representation of color #450B5D: hue angle of 282.44º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450B5D is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 11 | 93 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.64 |
| HSL | 282.44º | 0.79% | 0.2% | - |
| HSV(B) | 282.44º | 0.88% | 0.36% | - |
| XYZ | 4.55 | 2.29 | 10.56 | - |
| YUV | 37.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 93 | 0.26 | 0.88 | 0 | 0.64 | 282.44 | 0.79 | 0.2 |
| Hex | 45 | B | 5D | 1A | 58 | 0 | 40 | 11A | 4F | 14 |
| Octal | 105 | 13 | 135 | 32 | 130 | 0 | 100 | 432 | 117 | 24 |
| Binary | 1000101 | 1011 | 1011101 | 11010 | 1011000 | 0 | 1000000 | 100011010 | 1001111 | 10100 |
Color Harmonies of #450B5D
Complementary color
Monochromatic Colors of #450B5D
Black with #450B5D
Text Example
Text Example
White with #450B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B5D; }
p { color: rgb(69,11,93); }
H1.HeaderClassName
{
color: #450B5D;
}
.AnyTagClassName
{
color: #450B5D;
}
</style>
background-color css
<style>
a { background-color: #450B5D; }
a { background-color: rgb(69,11,93); }
div.DivClassName
{
background-color: #450B5D;
}
.BgClassName
{
background-color: #450B5D;
}
</style>
border-color css
<style>
span { border-color: #450B5D; }
span { border-color: rgb(69,11,93); }
td.TdClassName
{
border-color: #450B5D;
}
.TagClassName
{
border-color: #450B5D;
}
</style>