Shades of Pohutukawa #5A1422
Tints of Pohutukawa #5A1422
RGB
CMYK
RGB Variations
Color information
#5A1422 (or 0x5A1422) is known color: Pohutukawa. HEX triplet: 5A, 14 and 22. RGB value is (90,20,34). Sum of RGB (Red+Green+Blue) = 90+20+34=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1422 is #A5EBDD. Grayscale: #2A2A2A. Windows color (decimal): -10873822 or 2233434. OLE color: 2233434.
HSL color Cylindrical-coordinate representation of color #5A1422: hue angle of 348º 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 #5A1422 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 20 | 34 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.65 |
| HSL | 348º | 0.64% | 0.22% | - |
| HSV(B) | 348º | 0.78% | 0.35% | - |
| XYZ | 4.76 | 2.79 | 1.8 | - |
| YUV | 42.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 34 | 0 | 0.78 | 0.62 | 0.65 | 348 | 0.64 | 0.22 |
| Hex | 5A | 14 | 22 | 0 | 4E | 3E | 41 | 15C | 40 | 16 |
| Octal | 132 | 24 | 42 | 0 | 116 | 76 | 101 | 534 | 100 | 26 |
| Binary | 1011010 | 10100 | 100010 | 0 | 1001110 | 111110 | 1000001 | 101011100 | 1000000 | 10110 |
Color Harmonies of #5A1422
Complementary color
Monochromatic Colors of #5A1422
Black with #5A1422
Text Example
Text Example
White with #5A1422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1422; }
p { color: rgb(90,20,34); }
H1.HeaderClassName
{
color: #5A1422;
}
.AnyTagClassName
{
color: #5A1422;
}
</style>
background-color css
<style>
a { background-color: #5A1422; }
a { background-color: rgb(90,20,34); }
div.DivClassName
{
background-color: #5A1422;
}
.BgClassName
{
background-color: #5A1422;
}
</style>
border-color css
<style>
span { border-color: #5A1422; }
span { border-color: rgb(90,20,34); }
td.TdClassName
{
border-color: #5A1422;
}
.TagClassName
{
border-color: #5A1422;
}
</style>