Shades of Pohutukawa #5A111B
Tints of Pohutukawa #5A111B
RGB
CMYK
RGB Variations
Color information
#5A111B (or 0x5A111B) is known color: Pohutukawa. HEX triplet: 5A, 11 and 1B. RGB value is (90,17,27). Sum of RGB (Red+Green+Blue) = 90+17+27=134 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.16% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 90 - color contains mainly: red. Hex color #5A111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A111B is #A5EEE4. Grayscale: #282828. Windows color (decimal): -10874597 or 1773914. OLE color: 1773914.
HSL color Cylindrical-coordinate representation of color #5A111B: hue angle of 351.78º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A111B is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 27 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.65 |
| HSL | 351.78º | 0.68% | 0.21% | - |
| HSV(B) | 351.78º | 0.81% | 0.35% | - |
| XYZ | 4.61 | 2.65 | 1.31 | - |
| YUV | 39.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 27 | 0 | 0.81 | 0.70 | 0.65 | 351.78 | 0.68 | 0.21 |
| Hex | 5A | 11 | 1B | 0 | 51 | 46 | 41 | 160 | 44 | 15 |
| Octal | 132 | 21 | 33 | 0 | 121 | 106 | 101 | 540 | 104 | 25 |
| Binary | 1011010 | 10001 | 11011 | 0 | 1010001 | 1000110 | 1000001 | 101100000 | 1000100 | 10101 |
Color Harmonies of #5A111B
Complementary color
Monochromatic Colors of #5A111B
Black with #5A111B
Text Example
Text Example
White with #5A111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A111B; }
p { color: rgb(90,17,27); }
H1.HeaderClassName
{
color: #5A111B;
}
.AnyTagClassName
{
color: #5A111B;
}
</style>
background-color css
<style>
a { background-color: #5A111B; }
a { background-color: rgb(90,17,27); }
div.DivClassName
{
background-color: #5A111B;
}
.BgClassName
{
background-color: #5A111B;
}
</style>
border-color css
<style>
span { border-color: #5A111B; }
span { border-color: rgb(90,17,27); }
td.TdClassName
{
border-color: #5A111B;
}
.TagClassName
{
border-color: #5A111B;
}
</style>