Shades of Pohutukawa #5B001B
Tints of Pohutukawa #5B001B
RGB
CMYK
RGB Variations
Color information
#5B001B (or 0x5B001B) is known color: Pohutukawa. HEX triplet: 5B, 00 and 1B. RGB value is (91,0,27). Sum of RGB (Red+Green+Blue) = 91+0+27=118 (15% of max value = 765). Red value is 91 (35.94% from 255 or 77.12% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 91 - color contains mainly: red. Hex color #5B001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B001B is #A4FFE4. Grayscale: #1E1E1E. Windows color (decimal): -10813413 or 1769563. OLE color: 1769563.
HSL color Cylindrical-coordinate representation of color #5B001B: hue angle of 342.2º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B001B is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.70 | 0.64 |
| HSL | 342.2º | 1% | 0.18% | - |
| HSV(B) | 342.2º | 1% | 0.36% | - |
| XYZ | 4.51 | 2.3 | 1.24 | - |
| YUV | 30.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 27 | 0 | 1 | 0.70 | 0.64 | 342.2 | 1 | 0.18 |
| Hex | 5B | 0 | 1B | 0 | 64 | 46 | 40 | 156 | 64 | 12 |
| Octal | 133 | 0 | 33 | 0 | 144 | 106 | 100 | 526 | 144 | 22 |
| Binary | 1011011 | 0 | 11011 | 0 | 1100100 | 1000110 | 1000000 | 101010110 | 1100100 | 10010 |
Color Harmonies of #5B001B
Complementary color
Monochromatic Colors of #5B001B
Black with #5B001B
Text Example
Text Example
White with #5B001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B001B; }
p { color: rgb(91,0,27); }
H1.HeaderClassName
{
color: #5B001B;
}
.AnyTagClassName
{
color: #5B001B;
}
</style>
background-color css
<style>
a { background-color: #5B001B; }
a { background-color: rgb(91,0,27); }
div.DivClassName
{
background-color: #5B001B;
}
.BgClassName
{
background-color: #5B001B;
}
</style>
border-color css
<style>
span { border-color: #5B001B; }
span { border-color: rgb(91,0,27); }
td.TdClassName
{
border-color: #5B001B;
}
.TagClassName
{
border-color: #5B001B;
}
</style>