Shades of Pohutukawa #5B1721
Tints of Pohutukawa #5B1721
RGB
CMYK
RGB Variations
Color information
#5B1721 (or 0x5B1721) is known color: Pohutukawa. HEX triplet: 5B, 17 and 21. RGB value is (91,23,33). Sum of RGB (Red+Green+Blue) = 91+23+33=147 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.90% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1721 is #A4E8DE. Grayscale: #2C2C2C. Windows color (decimal): -10807519 or 2168667. OLE color: 2168667.
HSL color Cylindrical-coordinate representation of color #5B1721: hue angle of 351.18º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B1721 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 23 | 33 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.64 |
| HSL | 351.18º | 0.6% | 0.22% | - |
| HSV(B) | 351.18º | 0.75% | 0.36% | - |
| XYZ | 4.9 | 2.95 | 1.75 | - |
| YUV | 44.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 33 | 0 | 0.75 | 0.64 | 0.64 | 351.18 | 0.6 | 0.22 |
| Hex | 5B | 17 | 21 | 0 | 4B | 40 | 40 | 15F | 3C | 16 |
| Octal | 133 | 27 | 41 | 0 | 113 | 100 | 100 | 537 | 74 | 26 |
| Binary | 1011011 | 10111 | 100001 | 0 | 1001011 | 1000000 | 1000000 | 101011111 | 111100 | 10110 |
Color Harmonies of #5B1721
Complementary color
Monochromatic Colors of #5B1721
Black with #5B1721
Text Example
Text Example
White with #5B1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1721; }
p { color: rgb(91,23,33); }
H1.HeaderClassName
{
color: #5B1721;
}
.AnyTagClassName
{
color: #5B1721;
}
</style>
background-color css
<style>
a { background-color: #5B1721; }
a { background-color: rgb(91,23,33); }
div.DivClassName
{
background-color: #5B1721;
}
.BgClassName
{
background-color: #5B1721;
}
</style>
border-color css
<style>
span { border-color: #5B1721; }
span { border-color: rgb(91,23,33); }
td.TdClassName
{
border-color: #5B1721;
}
.TagClassName
{
border-color: #5B1721;
}
</style>