Shades of Scarlet Gum #45165C
Tints of Scarlet Gum #45165C
RGB
CMYK
RGB Variations
Color information
#45165C (or 0x45165C) is known color: Scarlet Gum. HEX triplet: 45, 16 and 5C. RGB value is (69,22,92). Sum of RGB (Red+Green+Blue) = 69+22+92=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #45165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45165C is #BAE9A3. Grayscale: #2B2B2B. Windows color (decimal): -12249508 or 6035013. OLE color: 6035013.
HSL color Cylindrical-coordinate representation of color #45165C: hue angle of 280.29º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45165C is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 22 | 92 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.64 |
| HSL | 280.29º | 0.61% | 0.22% | - |
| HSV(B) | 280.29º | 0.76% | 0.36% | - |
| XYZ | 4.67 | 2.61 | 10.38 | - |
| YUV | 44.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 22 | 92 | 0.25 | 0.76 | 0 | 0.64 | 280.29 | 0.61 | 0.22 |
| Hex | 45 | 16 | 5C | 19 | 4C | 0 | 40 | 118 | 3D | 16 |
| Octal | 105 | 26 | 134 | 31 | 114 | 0 | 100 | 430 | 75 | 26 |
| Binary | 1000101 | 10110 | 1011100 | 11001 | 1001100 | 0 | 1000000 | 100011000 | 111101 | 10110 |
Color Harmonies of #45165C
Complementary color
Monochromatic Colors of #45165C
Black with #45165C
Text Example
Text Example
White with #45165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45165C; }
p { color: rgb(69,22,92); }
H1.HeaderClassName
{
color: #45165C;
}
.AnyTagClassName
{
color: #45165C;
}
</style>
background-color css
<style>
a { background-color: #45165C; }
a { background-color: rgb(69,22,92); }
div.DivClassName
{
background-color: #45165C;
}
.BgClassName
{
background-color: #45165C;
}
</style>
border-color css
<style>
span { border-color: #45165C; }
span { border-color: rgb(69,22,92); }
td.TdClassName
{
border-color: #45165C;
}
.TagClassName
{
border-color: #45165C;
}
</style>