Shades of Pohutukawa #5A1421
Tints of Pohutukawa #5A1421
RGB
CMYK
RGB Variations
Color information
#5A1421 (or 0x5A1421) is known color: Pohutukawa. HEX triplet: 5A, 14 and 21. RGB value is (90,20,33). Sum of RGB (Red+Green+Blue) = 90+20+33=143 (18% of max value = 765). Red value is 90 (35.55% from 255 or 62.94% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1421 is #A5EBDE. Grayscale: #2A2A2A. Windows color (decimal): -10873823 or 2167898. OLE color: 2167898.
HSL color Cylindrical-coordinate representation of color #5A1421: hue angle of 348.86º 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 #5A1421 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 20 | 33 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.65 |
| HSL | 348.86º | 0.64% | 0.22% | - |
| HSV(B) | 348.86º | 0.78% | 0.35% | - |
| XYZ | 4.74 | 2.78 | 1.73 | - |
| YUV | 42.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 33 | 0 | 0.78 | 0.63 | 0.65 | 348.86 | 0.64 | 0.22 |
| Hex | 5A | 14 | 21 | 0 | 4E | 3F | 41 | 15D | 40 | 16 |
| Octal | 132 | 24 | 41 | 0 | 116 | 77 | 101 | 535 | 100 | 26 |
| Binary | 1011010 | 10100 | 100001 | 0 | 1001110 | 111111 | 1000001 | 101011101 | 1000000 | 10110 |
Color Harmonies of #5A1421
Complementary color
Monochromatic Colors of #5A1421
Black with #5A1421
Text Example
Text Example
White with #5A1421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1421; }
p { color: rgb(90,20,33); }
H1.HeaderClassName
{
color: #5A1421;
}
.AnyTagClassName
{
color: #5A1421;
}
</style>
background-color css
<style>
a { background-color: #5A1421; }
a { background-color: rgb(90,20,33); }
div.DivClassName
{
background-color: #5A1421;
}
.BgClassName
{
background-color: #5A1421;
}
</style>
border-color css
<style>
span { border-color: #5A1421; }
span { border-color: rgb(90,20,33); }
td.TdClassName
{
border-color: #5A1421;
}
.TagClassName
{
border-color: #5A1421;
}
</style>