Shades of Pohutukawa #5A0E1B
Tints of Pohutukawa #5A0E1B
RGB
CMYK
RGB Variations
Color information
#5A0E1B (or 0x5A0E1B) is known color: Pohutukawa. HEX triplet: 5A, 0E and 1B. RGB value is (90,14,27). Sum of RGB (Red+Green+Blue) = 90+14+27=131 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.70% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E1B is #A5F1E4. Grayscale: #262626. Windows color (decimal): -10875365 or 1773146. OLE color: 1773146.
HSL color Cylindrical-coordinate representation of color #5A0E1B: hue angle of 349.74º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A0E1B is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 14 | 27 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.65 |
| HSL | 349.74º | 0.73% | 0.2% | - |
| HSV(B) | 349.74º | 0.84% | 0.35% | - |
| XYZ | 4.57 | 2.57 | 1.29 | - |
| YUV | 38.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 27 | 0 | 0.84 | 0.70 | 0.65 | 349.74 | 0.73 | 0.2 |
| Hex | 5A | E | 1B | 0 | 54 | 46 | 41 | 15E | 49 | 14 |
| Octal | 132 | 16 | 33 | 0 | 124 | 106 | 101 | 536 | 111 | 24 |
| Binary | 1011010 | 1110 | 11011 | 0 | 1010100 | 1000110 | 1000001 | 101011110 | 1001001 | 10100 |
Color Harmonies of #5A0E1B
Complementary color
Monochromatic Colors of #5A0E1B
Black with #5A0E1B
Text Example
Text Example
White with #5A0E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0E1B; }
p { color: rgb(90,14,27); }
H1.HeaderClassName
{
color: #5A0E1B;
}
.AnyTagClassName
{
color: #5A0E1B;
}
</style>
background-color css
<style>
a { background-color: #5A0E1B; }
a { background-color: rgb(90,14,27); }
div.DivClassName
{
background-color: #5A0E1B;
}
.BgClassName
{
background-color: #5A0E1B;
}
</style>
border-color css
<style>
span { border-color: #5A0E1B; }
span { border-color: rgb(90,14,27); }
td.TdClassName
{
border-color: #5A0E1B;
}
.TagClassName
{
border-color: #5A0E1B;
}
</style>