Shades of Pohutukawa #5A1026
Tints of Pohutukawa #5A1026
RGB
CMYK
RGB Variations
Color information
#5A1026 (or 0x5A1026) is known color: Pohutukawa. HEX triplet: 5A, 10 and 26. RGB value is (90,16,38). Sum of RGB (Red+Green+Blue) = 90+16+38=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1026 is #A5EFD9. Grayscale: #282828. Windows color (decimal): -10874842 or 2494554. OLE color: 2494554.
HSL color Cylindrical-coordinate representation of color #5A1026: hue angle of 342.16º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1026 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 16 | 38 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.65 |
| HSL | 342.16º | 0.7% | 0.21% | - |
| HSV(B) | 342.16º | 0.82% | 0.35% | - |
| XYZ | 4.75 | 2.68 | 2.1 | - |
| YUV | 40.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 38 | 0 | 0.82 | 0.58 | 0.65 | 342.16 | 0.7 | 0.21 |
| Hex | 5A | 10 | 26 | 0 | 52 | 3A | 41 | 156 | 46 | 15 |
| Octal | 132 | 20 | 46 | 0 | 122 | 72 | 101 | 526 | 106 | 25 |
| Binary | 1011010 | 10000 | 100110 | 0 | 1010010 | 111010 | 1000001 | 101010110 | 1000110 | 10101 |
Color Harmonies of #5A1026
Complementary color
Monochromatic Colors of #5A1026
Black with #5A1026
Text Example
Text Example
White with #5A1026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1026; }
p { color: rgb(90,16,38); }
H1.HeaderClassName
{
color: #5A1026;
}
.AnyTagClassName
{
color: #5A1026;
}
</style>
background-color css
<style>
a { background-color: #5A1026; }
a { background-color: rgb(90,16,38); }
div.DivClassName
{
background-color: #5A1026;
}
.BgClassName
{
background-color: #5A1026;
}
</style>
border-color css
<style>
span { border-color: #5A1026; }
span { border-color: rgb(90,16,38); }
td.TdClassName
{
border-color: #5A1026;
}
.TagClassName
{
border-color: #5A1026;
}
</style>