Shades of Pohutukawa #5B1724
Tints of Pohutukawa #5B1724
RGB
CMYK
RGB Variations
Color information
#5B1724 (or 0x5B1724) is known color: Pohutukawa. HEX triplet: 5B, 17 and 24. RGB value is (91,23,36). Sum of RGB (Red+Green+Blue) = 91+23+36=150 (19% of max value = 765). Red value is 91 (35.94% from 255 or 60.67% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1724 is #A4E8DB. Grayscale: #2C2C2C. Windows color (decimal): -10807516 or 2365275. OLE color: 2365275.
HSL color Cylindrical-coordinate representation of color #5B1724: hue angle of 348.53º 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 #5B1724 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 23 | 36 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.64 |
| HSL | 348.53º | 0.6% | 0.22% | - |
| HSV(B) | 348.53º | 0.75% | 0.36% | - |
| XYZ | 4.94 | 2.96 | 1.98 | - |
| YUV | 44.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 36 | 0 | 0.75 | 0.60 | 0.64 | 348.53 | 0.6 | 0.22 |
| Hex | 5B | 17 | 24 | 0 | 4B | 3C | 40 | 15D | 3C | 16 |
| Octal | 133 | 27 | 44 | 0 | 113 | 74 | 100 | 535 | 74 | 26 |
| Binary | 1011011 | 10111 | 100100 | 0 | 1001011 | 111100 | 1000000 | 101011101 | 111100 | 10110 |
Color Harmonies of #5B1724
Complementary color
Monochromatic Colors of #5B1724
Black with #5B1724
Text Example
Text Example
White with #5B1724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1724; }
p { color: rgb(91,23,36); }
H1.HeaderClassName
{
color: #5B1724;
}
.AnyTagClassName
{
color: #5B1724;
}
</style>
background-color css
<style>
a { background-color: #5B1724; }
a { background-color: rgb(91,23,36); }
div.DivClassName
{
background-color: #5B1724;
}
.BgClassName
{
background-color: #5B1724;
}
</style>
border-color css
<style>
span { border-color: #5B1724; }
span { border-color: rgb(91,23,36); }
td.TdClassName
{
border-color: #5B1724;
}
.TagClassName
{
border-color: #5B1724;
}
</style>