Shades of Scarlet Gum #4A2357
Tints of Scarlet Gum #4A2357
RGB
CMYK
RGB Variations
Color information
#4A2357 (or 0x4A2357) is known color: Scarlet Gum. HEX triplet: 4A, 23 and 57. RGB value is (74,35,87). Sum of RGB (Red+Green+Blue) = 74+35+87=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A2357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2357 is #B5DCA8. Grayscale: #343434. Windows color (decimal): -11918505 or 5710666. OLE color: 5710666.
HSL color Cylindrical-coordinate representation of color #4A2357: hue angle of 285º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A2357 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 35 | 87 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.66 |
| HSL | 285º | 0.43% | 0.24% | - |
| HSV(B) | 285º | 0.6% | 0.34% | - |
| XYZ | 5.15 | 3.35 | 9.39 | - |
| YUV | 52.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 87 | 0.15 | 0.60 | 0 | 0.66 | 285 | 0.43 | 0.24 |
| Hex | 4A | 23 | 57 | F | 3C | 0 | 42 | 11D | 2B | 18 |
| Octal | 112 | 43 | 127 | 17 | 74 | 0 | 102 | 435 | 53 | 30 |
| Binary | 1001010 | 100011 | 1010111 | 1111 | 111100 | 0 | 1000010 | 100011101 | 101011 | 11000 |
Color Harmonies of #4A2357
Complementary color
Monochromatic Colors of #4A2357
Black with #4A2357
Text Example
Text Example
White with #4A2357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2357; }
p { color: rgb(74,35,87); }
H1.HeaderClassName
{
color: #4A2357;
}
.AnyTagClassName
{
color: #4A2357;
}
</style>
background-color css
<style>
a { background-color: #4A2357; }
a { background-color: rgb(74,35,87); }
div.DivClassName
{
background-color: #4A2357;
}
.BgClassName
{
background-color: #4A2357;
}
</style>
border-color css
<style>
span { border-color: #4A2357; }
span { border-color: rgb(74,35,87); }
td.TdClassName
{
border-color: #4A2357;
}
.TagClassName
{
border-color: #4A2357;
}
</style>