Shades of Pohutukawa #5B1224
Tints of Pohutukawa #5B1224
RGB
CMYK
RGB Variations
Color information
#5B1224 (or 0x5B1224) is known color: Pohutukawa. HEX triplet: 5B, 12 and 24. RGB value is (91,18,36). Sum of RGB (Red+Green+Blue) = 91+18+36=145 (19% of max value = 765). Red value is 91 (35.94% from 255 or 62.76% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1224 is #A4EDDB. Grayscale: #292929. Windows color (decimal): -10808796 or 2363995. OLE color: 2363995.
HSL color Cylindrical-coordinate representation of color #5B1224: hue angle of 345.21º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B1224 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 18 | 36 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.64 |
| HSL | 345.21º | 0.67% | 0.21% | - |
| HSV(B) | 345.21º | 0.8% | 0.36% | - |
| XYZ | 4.85 | 2.78 | 1.95 | - |
| YUV | 41.88 | 124.68 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 36 | 0 | 0.80 | 0.60 | 0.64 | 345.21 | 0.67 | 0.21 |
| Hex | 5B | 12 | 24 | 0 | 50 | 3C | 40 | 159 | 43 | 15 |
| Octal | 133 | 22 | 44 | 0 | 120 | 74 | 100 | 531 | 103 | 25 |
| Binary | 1011011 | 10010 | 100100 | 0 | 1010000 | 111100 | 1000000 | 101011001 | 1000011 | 10101 |
Color Harmonies of #5B1224
Complementary color
Monochromatic Colors of #5B1224
Black with #5B1224
Text Example
Text Example
White with #5B1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1224; }
p { color: rgb(91,18,36); }
H1.HeaderClassName
{
color: #5B1224;
}
.AnyTagClassName
{
color: #5B1224;
}
</style>
background-color css
<style>
a { background-color: #5B1224; }
a { background-color: rgb(91,18,36); }
div.DivClassName
{
background-color: #5B1224;
}
.BgClassName
{
background-color: #5B1224;
}
</style>
border-color css
<style>
span { border-color: #5B1224; }
span { border-color: rgb(91,18,36); }
td.TdClassName
{
border-color: #5B1224;
}
.TagClassName
{
border-color: #5B1224;
}
</style>