Shades of Pohutukawa #5B031B
Tints of Pohutukawa #5B031B
RGB
CMYK
RGB Variations
Color information
#5B031B (or 0x5B031B) is known color: Pohutukawa. HEX triplet: 5B, 03 and 1B. RGB value is (91,3,27). Sum of RGB (Red+Green+Blue) = 91+3+27=121 (16% of max value = 765). Red value is 91 (35.94% from 255 or 75.21% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 91 - color contains mainly: red. Hex color #5B031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B031B is #A4FCE4. Grayscale: #202020. Windows color (decimal): -10812645 or 1770331. OLE color: 1770331.
HSL color Cylindrical-coordinate representation of color #5B031B: hue angle of 343.64º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B031B is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 3 | 27 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.64 |
| HSL | 343.64º | 0.94% | 0.18% | - |
| HSV(B) | 343.64º | 0.97% | 0.36% | - |
| XYZ | 4.54 | 2.37 | 1.25 | - |
| YUV | 32.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 27 | 0 | 0.97 | 0.70 | 0.64 | 343.64 | 0.94 | 0.18 |
| Hex | 5B | 3 | 1B | 0 | 61 | 46 | 40 | 158 | 5E | 12 |
| Octal | 133 | 3 | 33 | 0 | 141 | 106 | 100 | 530 | 136 | 22 |
| Binary | 1011011 | 11 | 11011 | 0 | 1100001 | 1000110 | 1000000 | 101011000 | 1011110 | 10010 |
Color Harmonies of #5B031B
Complementary color
Monochromatic Colors of #5B031B
Black with #5B031B
Text Example
Text Example
White with #5B031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B031B; }
p { color: rgb(91,3,27); }
H1.HeaderClassName
{
color: #5B031B;
}
.AnyTagClassName
{
color: #5B031B;
}
</style>
background-color css
<style>
a { background-color: #5B031B; }
a { background-color: rgb(91,3,27); }
div.DivClassName
{
background-color: #5B031B;
}
.BgClassName
{
background-color: #5B031B;
}
</style>
border-color css
<style>
span { border-color: #5B031B; }
span { border-color: rgb(91,3,27); }
td.TdClassName
{
border-color: #5B031B;
}
.TagClassName
{
border-color: #5B031B;
}
</style>