Shades of Pohutukawa #5B1622
Tints of Pohutukawa #5B1622
RGB
CMYK
RGB Variations
Color information
#5B1622 (or 0x5B1622) is known color: Pohutukawa. HEX triplet: 5B, 16 and 22. RGB value is (91,22,34). Sum of RGB (Red+Green+Blue) = 91+22+34=147 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.90% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1622 is #A4E9DD. Grayscale: #2C2C2C. Windows color (decimal): -10807774 or 2233947. OLE color: 2233947.
HSL color Cylindrical-coordinate representation of color #5B1622: hue angle of 349.57º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1622 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 34 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.64 |
| HSL | 349.57º | 0.61% | 0.22% | - |
| HSV(B) | 349.57º | 0.76% | 0.36% | - |
| XYZ | 4.89 | 2.91 | 1.82 | - |
| YUV | 44 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 34 | 0 | 0.76 | 0.63 | 0.64 | 349.57 | 0.61 | 0.22 |
| Hex | 5B | 16 | 22 | 0 | 4C | 3F | 40 | 15E | 3D | 16 |
| Octal | 133 | 26 | 42 | 0 | 114 | 77 | 100 | 536 | 75 | 26 |
| Binary | 1011011 | 10110 | 100010 | 0 | 1001100 | 111111 | 1000000 | 101011110 | 111101 | 10110 |
Color Harmonies of #5B1622
Complementary color
Monochromatic Colors of #5B1622
Black with #5B1622
Text Example
Text Example
White with #5B1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1622; }
p { color: rgb(91,22,34); }
H1.HeaderClassName
{
color: #5B1622;
}
.AnyTagClassName
{
color: #5B1622;
}
</style>
background-color css
<style>
a { background-color: #5B1622; }
a { background-color: rgb(91,22,34); }
div.DivClassName
{
background-color: #5B1622;
}
.BgClassName
{
background-color: #5B1622;
}
</style>
border-color css
<style>
span { border-color: #5B1622; }
span { border-color: rgb(91,22,34); }
td.TdClassName
{
border-color: #5B1622;
}
.TagClassName
{
border-color: #5B1622;
}
</style>