Shades of Pohutukawa #5A1426
Tints of Pohutukawa #5A1426
RGB
CMYK
RGB Variations
Color information
#5A1426 (or 0x5A1426) is known color: Pohutukawa. HEX triplet: 5A, 14 and 26. RGB value is (90,20,38). Sum of RGB (Red+Green+Blue) = 90+20+38=148 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.81% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1426 is #A5EBD9. Grayscale: #2A2A2A. Windows color (decimal): -10873818 or 2495578. OLE color: 2495578.
HSL color Cylindrical-coordinate representation of color #5A1426: hue angle of 344.57º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A1426 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 20 | 38 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.65 |
| HSL | 344.57º | 0.64% | 0.22% | - |
| HSV(B) | 344.57º | 0.78% | 0.35% | - |
| XYZ | 4.82 | 2.81 | 2.12 | - |
| YUV | 42.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 38 | 0 | 0.78 | 0.58 | 0.65 | 344.57 | 0.64 | 0.22 |
| Hex | 5A | 14 | 26 | 0 | 4E | 3A | 41 | 159 | 40 | 16 |
| Octal | 132 | 24 | 46 | 0 | 116 | 72 | 101 | 531 | 100 | 26 |
| Binary | 1011010 | 10100 | 100110 | 0 | 1001110 | 111010 | 1000001 | 101011001 | 1000000 | 10110 |
Color Harmonies of #5A1426
Complementary color
Monochromatic Colors of #5A1426
Black with #5A1426
Text Example
Text Example
White with #5A1426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1426; }
p { color: rgb(90,20,38); }
H1.HeaderClassName
{
color: #5A1426;
}
.AnyTagClassName
{
color: #5A1426;
}
</style>
background-color css
<style>
a { background-color: #5A1426; }
a { background-color: rgb(90,20,38); }
div.DivClassName
{
background-color: #5A1426;
}
.BgClassName
{
background-color: #5A1426;
}
</style>
border-color css
<style>
span { border-color: #5A1426; }
span { border-color: rgb(90,20,38); }
td.TdClassName
{
border-color: #5A1426;
}
.TagClassName
{
border-color: #5A1426;
}
</style>