Shades of Pohutukawa #5B1026
Tints of Pohutukawa #5B1026
RGB
CMYK
RGB Variations
Color information
#5B1026 (or 0x5B1026) is known color: Pohutukawa. HEX triplet: 5B, 10 and 26. RGB value is (91,16,38). Sum of RGB (Red+Green+Blue) = 91+16+38=145 (19% of max value = 765). Red value is 91 (35.94% from 255 or 62.76% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1026 is #A4EFD9. Grayscale: #282828. Windows color (decimal): -10809306 or 2494555. OLE color: 2494555.
HSL color Cylindrical-coordinate representation of color #5B1026: hue angle of 342.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1026 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 16 | 38 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.64 |
| HSL | 342.4º | 0.7% | 0.21% | - |
| HSV(B) | 342.4º | 0.82% | 0.36% | - |
| XYZ | 4.85 | 2.73 | 2.11 | - |
| YUV | 40.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 38 | 0 | 0.82 | 0.58 | 0.64 | 342.4 | 0.7 | 0.21 |
| Hex | 5B | 10 | 26 | 0 | 52 | 3A | 40 | 156 | 46 | 15 |
| Octal | 133 | 20 | 46 | 0 | 122 | 72 | 100 | 526 | 106 | 25 |
| Binary | 1011011 | 10000 | 100110 | 0 | 1010010 | 111010 | 1000000 | 101010110 | 1000110 | 10101 |
Color Harmonies of #5B1026
Complementary color
Monochromatic Colors of #5B1026
Black with #5B1026
Text Example
Text Example
White with #5B1026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1026; }
p { color: rgb(91,16,38); }
H1.HeaderClassName
{
color: #5B1026;
}
.AnyTagClassName
{
color: #5B1026;
}
</style>
background-color css
<style>
a { background-color: #5B1026; }
a { background-color: rgb(91,16,38); }
div.DivClassName
{
background-color: #5B1026;
}
.BgClassName
{
background-color: #5B1026;
}
</style>
border-color css
<style>
span { border-color: #5B1026; }
span { border-color: rgb(91,16,38); }
td.TdClassName
{
border-color: #5B1026;
}
.TagClassName
{
border-color: #5B1026;
}
</style>