Shades of Pohutukawa #5B1924
Tints of Pohutukawa #5B1924
RGB
CMYK
RGB Variations
Color information
#5B1924 (or 0x5B1924) is known color: Pohutukawa. HEX triplet: 5B, 19 and 24. RGB value is (91,25,36). Sum of RGB (Red+Green+Blue) = 91+25+36=152 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.87% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1924 is #A4E6DB. Grayscale: #2E2E2E. Windows color (decimal): -10807004 or 2365787. OLE color: 2365787.
HSL color Cylindrical-coordinate representation of color #5B1924: hue angle of 350º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B1924 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 25 | 36 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.64 |
| HSL | 350º | 0.57% | 0.23% | - |
| HSV(B) | 350º | 0.73% | 0.36% | - |
| XYZ | 4.98 | 3.05 | 1.99 | - |
| YUV | 45.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 36 | 0 | 0.73 | 0.60 | 0.64 | 350 | 0.57 | 0.23 |
| Hex | 5B | 19 | 24 | 0 | 49 | 3C | 40 | 15E | 39 | 17 |
| Octal | 133 | 31 | 44 | 0 | 111 | 74 | 100 | 536 | 71 | 27 |
| Binary | 1011011 | 11001 | 100100 | 0 | 1001001 | 111100 | 1000000 | 101011110 | 111001 | 10111 |
Color Harmonies of #5B1924
Complementary color
Monochromatic Colors of #5B1924
Black with #5B1924
Text Example
Text Example
White with #5B1924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1924; }
p { color: rgb(91,25,36); }
H1.HeaderClassName
{
color: #5B1924;
}
.AnyTagClassName
{
color: #5B1924;
}
</style>
background-color css
<style>
a { background-color: #5B1924; }
a { background-color: rgb(91,25,36); }
div.DivClassName
{
background-color: #5B1924;
}
.BgClassName
{
background-color: #5B1924;
}
</style>
border-color css
<style>
span { border-color: #5B1924; }
span { border-color: rgb(91,25,36); }
td.TdClassName
{
border-color: #5B1924;
}
.TagClassName
{
border-color: #5B1924;
}
</style>