Shades of Pohutukawa #5B1127
Tints of Pohutukawa #5B1127
RGB
CMYK
RGB Variations
Color information
#5B1127 (or 0x5B1127) is known color: Pohutukawa. HEX triplet: 5B, 11 and 27. RGB value is (91,17,39). Sum of RGB (Red+Green+Blue) = 91+17+39=147 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.90% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1127 is #A4EED8. Grayscale: #292929. Windows color (decimal): -10809049 or 2560347. OLE color: 2560347.
HSL color Cylindrical-coordinate representation of color #5B1127: hue angle of 342.16º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1127 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 17 | 39 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.64 |
| HSL | 342.16º | 0.69% | 0.21% | - |
| HSV(B) | 342.16º | 0.81% | 0.36% | - |
| XYZ | 4.88 | 2.77 | 2.2 | - |
| YUV | 41.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 39 | 0 | 0.81 | 0.57 | 0.64 | 342.16 | 0.69 | 0.21 |
| Hex | 5B | 11 | 27 | 0 | 51 | 39 | 40 | 156 | 45 | 15 |
| Octal | 133 | 21 | 47 | 0 | 121 | 71 | 100 | 526 | 105 | 25 |
| Binary | 1011011 | 10001 | 100111 | 0 | 1010001 | 111001 | 1000000 | 101010110 | 1000101 | 10101 |
Color Harmonies of #5B1127
Complementary color
Monochromatic Colors of #5B1127
Black with #5B1127
Text Example
Text Example
White with #5B1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1127; }
p { color: rgb(91,17,39); }
H1.HeaderClassName
{
color: #5B1127;
}
.AnyTagClassName
{
color: #5B1127;
}
</style>
background-color css
<style>
a { background-color: #5B1127; }
a { background-color: rgb(91,17,39); }
div.DivClassName
{
background-color: #5B1127;
}
.BgClassName
{
background-color: #5B1127;
}
</style>
border-color css
<style>
span { border-color: #5B1127; }
span { border-color: rgb(91,17,39); }
td.TdClassName
{
border-color: #5B1127;
}
.TagClassName
{
border-color: #5B1127;
}
</style>