Shades of Pohutukawa #5A0D1B
Tints of Pohutukawa #5A0D1B
RGB
CMYK
RGB Variations
Color information
#5A0D1B (or 0x5A0D1B) is known color: Pohutukawa. HEX triplet: 5A, 0D and 1B. RGB value is (90,13,27). Sum of RGB (Red+Green+Blue) = 90+13+27=130 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.23% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0D1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0D1B is #A5F2E4. Grayscale: #252525. Windows color (decimal): -10875621 or 1772890. OLE color: 1772890.
HSL color Cylindrical-coordinate representation of color #5A0D1B: hue angle of 349.09º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A0D1B is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 13 | 27 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.65 |
| HSL | 349.09º | 0.75% | 0.2% | - |
| HSV(B) | 349.09º | 0.86% | 0.35% | - |
| XYZ | 4.56 | 2.54 | 1.29 | - |
| YUV | 37.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 27 | 0 | 0.86 | 0.70 | 0.65 | 349.09 | 0.75 | 0.2 |
| Hex | 5A | D | 1B | 0 | 56 | 46 | 41 | 15D | 4B | 14 |
| Octal | 132 | 15 | 33 | 0 | 126 | 106 | 101 | 535 | 113 | 24 |
| Binary | 1011010 | 1101 | 11011 | 0 | 1010110 | 1000110 | 1000001 | 101011101 | 1001011 | 10100 |
Color Harmonies of #5A0D1B
Complementary color
Monochromatic Colors of #5A0D1B
Black with #5A0D1B
Text Example
Text Example
White with #5A0D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0D1B; }
p { color: rgb(90,13,27); }
H1.HeaderClassName
{
color: #5A0D1B;
}
.AnyTagClassName
{
color: #5A0D1B;
}
</style>
background-color css
<style>
a { background-color: #5A0D1B; }
a { background-color: rgb(90,13,27); }
div.DivClassName
{
background-color: #5A0D1B;
}
.BgClassName
{
background-color: #5A0D1B;
}
</style>
border-color css
<style>
span { border-color: #5A0D1B; }
span { border-color: rgb(90,13,27); }
td.TdClassName
{
border-color: #5A0D1B;
}
.TagClassName
{
border-color: #5A0D1B;
}
</style>