Shades of Scarlet Gum #450B5C
Tints of Scarlet Gum #450B5C
RGB
CMYK
RGB Variations
Color information
#450B5C (or 0x450B5C) is known color: Scarlet Gum. HEX triplet: 45, 0B and 5C. RGB value is (69,11,92). Sum of RGB (Red+Green+Blue) = 69+11+92=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #450B5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450B5C is #BAF4A3. Grayscale: #252525. Windows color (decimal): -12252324 or 6032197. OLE color: 6032197.
HSL color Cylindrical-coordinate representation of color #450B5C: hue angle of 282.96º 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 #450B5C is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 11 | 92 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.64 |
| HSL | 282.96º | 0.79% | 0.2% | - |
| HSV(B) | 282.96º | 0.88% | 0.36% | - |
| XYZ | 4.51 | 2.28 | 10.33 | - |
| YUV | 37.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 92 | 0.25 | 0.88 | 0 | 0.64 | 282.96 | 0.79 | 0.2 |
| Hex | 45 | B | 5C | 19 | 58 | 0 | 40 | 11B | 4F | 14 |
| Octal | 105 | 13 | 134 | 31 | 130 | 0 | 100 | 433 | 117 | 24 |
| Binary | 1000101 | 1011 | 1011100 | 11001 | 1011000 | 0 | 1000000 | 100011011 | 1001111 | 10100 |
Color Harmonies of #450B5C
Complementary color
Monochromatic Colors of #450B5C
Black with #450B5C
Text Example
Text Example
White with #450B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B5C; }
p { color: rgb(69,11,92); }
H1.HeaderClassName
{
color: #450B5C;
}
.AnyTagClassName
{
color: #450B5C;
}
</style>
background-color css
<style>
a { background-color: #450B5C; }
a { background-color: rgb(69,11,92); }
div.DivClassName
{
background-color: #450B5C;
}
.BgClassName
{
background-color: #450B5C;
}
</style>
border-color css
<style>
span { border-color: #450B5C; }
span { border-color: rgb(69,11,92); }
td.TdClassName
{
border-color: #450B5C;
}
.TagClassName
{
border-color: #450B5C;
}
</style>