Shades of Scarlet Gum #452351
Tints of Scarlet Gum #452351
RGB
CMYK
RGB Variations
Color information
#452351 (or 0x452351) is known color: Scarlet Gum. HEX triplet: 45, 23 and 51. RGB value is (69,35,81). Sum of RGB (Red+Green+Blue) = 69+35+81=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #452351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452351 is #BADCAE. Grayscale: #323232. Windows color (decimal): -12246191 or 5317445. OLE color: 5317445.
HSL color Cylindrical-coordinate representation of color #452351: hue angle of 284.35º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #452351 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 35 | 81 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.68 |
| HSL | 284.35º | 0.4% | 0.23% | - |
| HSV(B) | 284.35º | 0.57% | 0.32% | - |
| XYZ | 4.54 | 3.06 | 8.14 | - |
| YUV | 50.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 81 | 0.15 | 0.57 | 0 | 0.68 | 284.35 | 0.4 | 0.23 |
| Hex | 45 | 23 | 51 | F | 39 | 0 | 44 | 11C | 28 | 17 |
| Octal | 105 | 43 | 121 | 17 | 71 | 0 | 104 | 434 | 50 | 27 |
| Binary | 1000101 | 100011 | 1010001 | 1111 | 111001 | 0 | 1000100 | 100011100 | 101000 | 10111 |
Color Harmonies of #452351
Complementary color
Monochromatic Colors of #452351
Black with #452351
Text Example
Text Example
White with #452351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452351; }
p { color: rgb(69,35,81); }
H1.HeaderClassName
{
color: #452351;
}
.AnyTagClassName
{
color: #452351;
}
</style>
background-color css
<style>
a { background-color: #452351; }
a { background-color: rgb(69,35,81); }
div.DivClassName
{
background-color: #452351;
}
.BgClassName
{
background-color: #452351;
}
</style>
border-color css
<style>
span { border-color: #452351; }
span { border-color: rgb(69,35,81); }
td.TdClassName
{
border-color: #452351;
}
.TagClassName
{
border-color: #452351;
}
</style>