Shades of Scarlet Gum #45085C
Tints of Scarlet Gum #45085C
RGB
CMYK
RGB Variations
Color information
#45085C (or 0x45085C) is known color: Scarlet Gum. HEX triplet: 45, 08 and 5C. RGB value is (69,8,92). Sum of RGB (Red+Green+Blue) = 69+8+92=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #45085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45085C is #BAF7A3. Grayscale: #232323. Windows color (decimal): -12253092 or 6031429. OLE color: 6031429.
HSL color Cylindrical-coordinate representation of color #45085C: hue angle of 283.57º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #45085C is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 8 | 92 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.64 |
| HSL | 283.57º | 0.84% | 0.2% | - |
| HSV(B) | 283.57º | 0.91% | 0.36% | - |
| XYZ | 4.47 | 2.21 | 10.32 | - |
| YUV | 35.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 8 | 92 | 0.25 | 0.91 | 0 | 0.64 | 283.57 | 0.84 | 0.2 |
| Hex | 45 | 8 | 5C | 19 | 5B | 0 | 40 | 11C | 54 | 14 |
| Octal | 105 | 10 | 134 | 31 | 133 | 0 | 100 | 434 | 124 | 24 |
| Binary | 1000101 | 1000 | 1011100 | 11001 | 1011011 | 0 | 1000000 | 100011100 | 1010100 | 10100 |
Color Harmonies of #45085C
Complementary color
Monochromatic Colors of #45085C
Black with #45085C
Text Example
Text Example
White with #45085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45085C; }
p { color: rgb(69,8,92); }
H1.HeaderClassName
{
color: #45085C;
}
.AnyTagClassName
{
color: #45085C;
}
</style>
background-color css
<style>
a { background-color: #45085C; }
a { background-color: rgb(69,8,92); }
div.DivClassName
{
background-color: #45085C;
}
.BgClassName
{
background-color: #45085C;
}
</style>
border-color css
<style>
span { border-color: #45085C; }
span { border-color: rgb(69,8,92); }
td.TdClassName
{
border-color: #45085C;
}
.TagClassName
{
border-color: #45085C;
}
</style>