Shades of Pohutukawa #5B1328
Tints of Pohutukawa #5B1328
RGB
CMYK
RGB Variations
Color information
#5B1328 (or 0x5B1328) is known color: Pohutukawa. HEX triplet: 5B, 13 and 28. RGB value is (91,19,40). Sum of RGB (Red+Green+Blue) = 91+19+40=150 (19% of max value = 765). Red value is 91 (35.94% from 255 or 60.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1328 is #A4ECD7. Grayscale: #2A2A2A. Windows color (decimal): -10808536 or 2626395. OLE color: 2626395.
HSL color Cylindrical-coordinate representation of color #5B1328: hue angle of 342.5º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B1328 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 19 | 40 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.64 |
| HSL | 342.5º | 0.65% | 0.22% | - |
| HSV(B) | 342.5º | 0.79% | 0.36% | - |
| XYZ | 4.93 | 2.84 | 2.3 | - |
| YUV | 42.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 40 | 0 | 0.79 | 0.56 | 0.64 | 342.5 | 0.65 | 0.22 |
| Hex | 5B | 13 | 28 | 0 | 4F | 38 | 40 | 156 | 41 | 16 |
| Octal | 133 | 23 | 50 | 0 | 117 | 70 | 100 | 526 | 101 | 26 |
| Binary | 1011011 | 10011 | 101000 | 0 | 1001111 | 111000 | 1000000 | 101010110 | 1000001 | 10110 |
Color Harmonies of #5B1328
Complementary color
Monochromatic Colors of #5B1328
Black with #5B1328
Text Example
Text Example
White with #5B1328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1328; }
p { color: rgb(91,19,40); }
H1.HeaderClassName
{
color: #5B1328;
}
.AnyTagClassName
{
color: #5B1328;
}
</style>
background-color css
<style>
a { background-color: #5B1328; }
a { background-color: rgb(91,19,40); }
div.DivClassName
{
background-color: #5B1328;
}
.BgClassName
{
background-color: #5B1328;
}
</style>
border-color css
<style>
span { border-color: #5B1328; }
span { border-color: rgb(91,19,40); }
td.TdClassName
{
border-color: #5B1328;
}
.TagClassName
{
border-color: #5B1328;
}
</style>