Shades of Pohutukawa #5A1429
Tints of Pohutukawa #5A1429
RGB
CMYK
RGB Variations
Color information
#5A1429 (or 0x5A1429) is known color: Pohutukawa. HEX triplet: 5A, 14 and 29. RGB value is (90,20,41). Sum of RGB (Red+Green+Blue) = 90+20+41=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1429 is #A5EBD6. Grayscale: #2B2B2B. Windows color (decimal): -10873815 or 2692186. OLE color: 2692186.
HSL color Cylindrical-coordinate representation of color #5A1429: hue angle of 342º 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 #5A1429 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 20 | 41 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.65 |
| HSL | 342º | 0.64% | 0.22% | - |
| HSV(B) | 342º | 0.78% | 0.35% | - |
| XYZ | 4.87 | 2.83 | 2.39 | - |
| YUV | 43.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 41 | 0 | 0.78 | 0.54 | 0.65 | 342 | 0.64 | 0.22 |
| Hex | 5A | 14 | 29 | 0 | 4E | 36 | 41 | 156 | 40 | 16 |
| Octal | 132 | 24 | 51 | 0 | 116 | 66 | 101 | 526 | 100 | 26 |
| Binary | 1011010 | 10100 | 101001 | 0 | 1001110 | 110110 | 1000001 | 101010110 | 1000000 | 10110 |
Color Harmonies of #5A1429
Complementary color
Monochromatic Colors of #5A1429
Black with #5A1429
Text Example
Text Example
White with #5A1429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1429; }
p { color: rgb(90,20,41); }
H1.HeaderClassName
{
color: #5A1429;
}
.AnyTagClassName
{
color: #5A1429;
}
</style>
background-color css
<style>
a { background-color: #5A1429; }
a { background-color: rgb(90,20,41); }
div.DivClassName
{
background-color: #5A1429;
}
.BgClassName
{
background-color: #5A1429;
}
</style>
border-color css
<style>
span { border-color: #5A1429; }
span { border-color: rgb(90,20,41); }
td.TdClassName
{
border-color: #5A1429;
}
.TagClassName
{
border-color: #5A1429;
}
</style>