Shades of Pohutukawa #5B1322
Tints of Pohutukawa #5B1322
RGB
CMYK
RGB Variations
Color information
#5B1322 (or 0x5B1322) is known color: Pohutukawa. HEX triplet: 5B, 13 and 22. RGB value is (91,19,34). Sum of RGB (Red+Green+Blue) = 91+19+34=144 (19% of max value = 765). Red value is 91 (35.94% from 255 or 63.19% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1322 is #A4ECDD. Grayscale: #2A2A2A. Windows color (decimal): -10808542 or 2233179. OLE color: 2233179.
HSL color Cylindrical-coordinate representation of color #5B1322: hue angle of 347.5º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B1322 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 19 | 34 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.64 |
| HSL | 347.5º | 0.65% | 0.22% | - |
| HSV(B) | 347.5º | 0.79% | 0.36% | - |
| XYZ | 4.84 | 2.81 | 1.8 | - |
| YUV | 42.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 34 | 0 | 0.79 | 0.63 | 0.64 | 347.5 | 0.65 | 0.22 |
| Hex | 5B | 13 | 22 | 0 | 4F | 3F | 40 | 15C | 41 | 16 |
| Octal | 133 | 23 | 42 | 0 | 117 | 77 | 100 | 534 | 101 | 26 |
| Binary | 1011011 | 10011 | 100010 | 0 | 1001111 | 111111 | 1000000 | 101011100 | 1000001 | 10110 |
Color Harmonies of #5B1322
Complementary color
Monochromatic Colors of #5B1322
Black with #5B1322
Text Example
Text Example
White with #5B1322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1322; }
p { color: rgb(91,19,34); }
H1.HeaderClassName
{
color: #5B1322;
}
.AnyTagClassName
{
color: #5B1322;
}
</style>
background-color css
<style>
a { background-color: #5B1322; }
a { background-color: rgb(91,19,34); }
div.DivClassName
{
background-color: #5B1322;
}
.BgClassName
{
background-color: #5B1322;
}
</style>
border-color css
<style>
span { border-color: #5B1322; }
span { border-color: rgb(91,19,34); }
td.TdClassName
{
border-color: #5B1322;
}
.TagClassName
{
border-color: #5B1322;
}
</style>