Shades of Pohutukawa #5A0F1B
Tints of Pohutukawa #5A0F1B
RGB
CMYK
RGB Variations
Color information
#5A0F1B (or 0x5A0F1B) is known color: Pohutukawa. HEX triplet: 5A, 0F and 1B. RGB value is (90,15,27). Sum of RGB (Red+Green+Blue) = 90+15+27=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0F1B is #A5F0E4. Grayscale: #262626. Windows color (decimal): -10875109 or 1773402. OLE color: 1773402.
HSL color Cylindrical-coordinate representation of color #5A0F1B: hue angle of 350.4º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A0F1B is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 15 | 27 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.65 |
| HSL | 350.4º | 0.71% | 0.21% | - |
| HSV(B) | 350.4º | 0.83% | 0.35% | - |
| XYZ | 4.59 | 2.59 | 1.3 | - |
| YUV | 38.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 15 | 27 | 0 | 0.83 | 0.70 | 0.65 | 350.4 | 0.71 | 0.21 |
| Hex | 5A | F | 1B | 0 | 53 | 46 | 41 | 15E | 47 | 15 |
| Octal | 132 | 17 | 33 | 0 | 123 | 106 | 101 | 536 | 107 | 25 |
| Binary | 1011010 | 1111 | 11011 | 0 | 1010011 | 1000110 | 1000001 | 101011110 | 1000111 | 10101 |
Color Harmonies of #5A0F1B
Complementary color
Monochromatic Colors of #5A0F1B
Black with #5A0F1B
Text Example
Text Example
White with #5A0F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0F1B; }
p { color: rgb(90,15,27); }
H1.HeaderClassName
{
color: #5A0F1B;
}
.AnyTagClassName
{
color: #5A0F1B;
}
</style>
background-color css
<style>
a { background-color: #5A0F1B; }
a { background-color: rgb(90,15,27); }
div.DivClassName
{
background-color: #5A0F1B;
}
.BgClassName
{
background-color: #5A0F1B;
}
</style>
border-color css
<style>
span { border-color: #5A0F1B; }
span { border-color: rgb(90,15,27); }
td.TdClassName
{
border-color: #5A0F1B;
}
.TagClassName
{
border-color: #5A0F1B;
}
</style>