Shades of Scarlet Gum #45344B
Tints of Scarlet Gum #45344B
RGB
CMYK
RGB Variations
Color information
#45344B (or 0x45344B) is known color: Scarlet Gum. HEX triplet: 45, 34 and 4B. RGB value is (69,52,75). Sum of RGB (Red+Green+Blue) = 69+52+75=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 75 - color contains mainly: blue. Hex color #45344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45344B is #BACBB4. Grayscale: #3B3B3B. Windows color (decimal): -12241845 or 4928581. OLE color: 4928581.
HSL color Cylindrical-coordinate representation of color #45344B: hue angle of 284.35º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #45344B is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 52 | 75 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.71 |
| HSL | 284.35º | 0.18% | 0.25% | - |
| HSV(B) | 284.35º | 0.31% | 0.29% | - |
| XYZ | 4.95 | 4.23 | 7.21 | - |
| YUV | 59.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 75 | 0.08 | 0.31 | 0 | 0.71 | 284.35 | 0.18 | 0.25 |
| Hex | 45 | 34 | 4B | 8 | 1F | 0 | 47 | 11C | 12 | 19 |
| Octal | 105 | 64 | 113 | 10 | 37 | 0 | 107 | 434 | 22 | 31 |
| Binary | 1000101 | 110100 | 1001011 | 1000 | 11111 | 0 | 1000111 | 100011100 | 10010 | 11001 |
Color Harmonies of #45344B
Complementary color
Monochromatic Colors of #45344B
Black with #45344B
Text Example
Text Example
White with #45344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45344B; }
p { color: rgb(69,52,75); }
H1.HeaderClassName
{
color: #45344B;
}
.AnyTagClassName
{
color: #45344B;
}
</style>
background-color css
<style>
a { background-color: #45344B; }
a { background-color: rgb(69,52,75); }
div.DivClassName
{
background-color: #45344B;
}
.BgClassName
{
background-color: #45344B;
}
</style>
border-color css
<style>
span { border-color: #45344B; }
span { border-color: rgb(69,52,75); }
td.TdClassName
{
border-color: #45344B;
}
.TagClassName
{
border-color: #45344B;
}
</style>