Shades of Pohutukawa #5B1122
Tints of Pohutukawa #5B1122
RGB
CMYK
RGB Variations
Color information
#5B1122 (or 0x5B1122) is known color: Pohutukawa. HEX triplet: 5B, 11 and 22. RGB value is (91,17,34). Sum of RGB (Red+Green+Blue) = 91+17+34=142 (18% of max value = 765). Red value is 91 (35.94% from 255 or 64.08% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1122 is #A4EEDD. Grayscale: #292929. Windows color (decimal): -10809054 or 2232667. OLE color: 2232667.
HSL color Cylindrical-coordinate representation of color #5B1122: hue angle of 346.22º 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 #5B1122 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 17 | 34 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.64 |
| HSL | 346.22º | 0.69% | 0.21% | - |
| HSV(B) | 346.22º | 0.81% | 0.36% | - |
| XYZ | 4.8 | 2.74 | 1.79 | - |
| YUV | 41.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 34 | 0 | 0.81 | 0.63 | 0.64 | 346.22 | 0.69 | 0.21 |
| Hex | 5B | 11 | 22 | 0 | 51 | 3F | 40 | 15A | 45 | 15 |
| Octal | 133 | 21 | 42 | 0 | 121 | 77 | 100 | 532 | 105 | 25 |
| Binary | 1011011 | 10001 | 100010 | 0 | 1010001 | 111111 | 1000000 | 101011010 | 1000101 | 10101 |
Color Harmonies of #5B1122
Complementary color
Monochromatic Colors of #5B1122
Black with #5B1122
Text Example
Text Example
White with #5B1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1122; }
p { color: rgb(91,17,34); }
H1.HeaderClassName
{
color: #5B1122;
}
.AnyTagClassName
{
color: #5B1122;
}
</style>
background-color css
<style>
a { background-color: #5B1122; }
a { background-color: rgb(91,17,34); }
div.DivClassName
{
background-color: #5B1122;
}
.BgClassName
{
background-color: #5B1122;
}
</style>
border-color css
<style>
span { border-color: #5B1122; }
span { border-color: rgb(91,17,34); }
td.TdClassName
{
border-color: #5B1122;
}
.TagClassName
{
border-color: #5B1122;
}
</style>