Shades of Pohutukawa #5B1727
Tints of Pohutukawa #5B1727
RGB
CMYK
RGB Variations
Color information
#5B1727 (or 0x5B1727) is known color: Pohutukawa. HEX triplet: 5B, 17 and 27. RGB value is (91,23,39). Sum of RGB (Red+Green+Blue) = 91+23+39=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1727 is #A4E8D8. Grayscale: #2D2D2D. Windows color (decimal): -10807513 or 2561883. OLE color: 2561883.
HSL color Cylindrical-coordinate representation of color #5B1727: hue angle of 345.88º 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 #5B1727 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 23 | 39 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.64 |
| HSL | 345.88º | 0.6% | 0.22% | - |
| HSV(B) | 345.88º | 0.75% | 0.36% | - |
| XYZ | 4.99 | 2.98 | 2.23 | - |
| YUV | 45.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 39 | 0 | 0.75 | 0.57 | 0.64 | 345.88 | 0.6 | 0.22 |
| Hex | 5B | 17 | 27 | 0 | 4B | 39 | 40 | 15A | 3C | 16 |
| Octal | 133 | 27 | 47 | 0 | 113 | 71 | 100 | 532 | 74 | 26 |
| Binary | 1011011 | 10111 | 100111 | 0 | 1001011 | 111001 | 1000000 | 101011010 | 111100 | 10110 |
Color Harmonies of #5B1727
Complementary color
Monochromatic Colors of #5B1727
Black with #5B1727
Text Example
Text Example
White with #5B1727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1727; }
p { color: rgb(91,23,39); }
H1.HeaderClassName
{
color: #5B1727;
}
.AnyTagClassName
{
color: #5B1727;
}
</style>
background-color css
<style>
a { background-color: #5B1727; }
a { background-color: rgb(91,23,39); }
div.DivClassName
{
background-color: #5B1727;
}
.BgClassName
{
background-color: #5B1727;
}
</style>
border-color css
<style>
span { border-color: #5B1727; }
span { border-color: rgb(91,23,39); }
td.TdClassName
{
border-color: #5B1727;
}
.TagClassName
{
border-color: #5B1727;
}
</style>