Shades of Pohutukawa #5B1A26
Tints of Pohutukawa #5B1A26
RGB
CMYK
RGB Variations
Color information
#5B1A26 (or 0x5B1A26) is known color: Pohutukawa. HEX triplet: 5B, 1A and 26. RGB value is (91,26,38). Sum of RGB (Red+Green+Blue) = 91+26+38=155 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.71% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1A26 is #A4E5D9. Grayscale: #2E2E2E. Windows color (decimal): -10806746 or 2497115. OLE color: 2497115.
HSL color Cylindrical-coordinate representation of color #5B1A26: hue angle of 348.92º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B1A26 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 26 | 38 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.64 |
| HSL | 348.92º | 0.56% | 0.23% | - |
| HSV(B) | 348.92º | 0.71% | 0.36% | - |
| XYZ | 5.03 | 3.1 | 2.17 | - |
| YUV | 46.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 38 | 0 | 0.71 | 0.58 | 0.64 | 348.92 | 0.56 | 0.23 |
| Hex | 5B | 1A | 26 | 0 | 47 | 3A | 40 | 15D | 38 | 17 |
| Octal | 133 | 32 | 46 | 0 | 107 | 72 | 100 | 535 | 70 | 27 |
| Binary | 1011011 | 11010 | 100110 | 0 | 1000111 | 111010 | 1000000 | 101011101 | 111000 | 10111 |
Color Harmonies of #5B1A26
Complementary color
Monochromatic Colors of #5B1A26
Black with #5B1A26
Text Example
Text Example
White with #5B1A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1A26; }
p { color: rgb(91,26,38); }
H1.HeaderClassName
{
color: #5B1A26;
}
.AnyTagClassName
{
color: #5B1A26;
}
</style>
background-color css
<style>
a { background-color: #5B1A26; }
a { background-color: rgb(91,26,38); }
div.DivClassName
{
background-color: #5B1A26;
}
.BgClassName
{
background-color: #5B1A26;
}
</style>
border-color css
<style>
span { border-color: #5B1A26; }
span { border-color: rgb(91,26,38); }
td.TdClassName
{
border-color: #5B1A26;
}
.TagClassName
{
border-color: #5B1A26;
}
</style>