Shades of Pohutukawa #5B031F
Tints of Pohutukawa #5B031F
RGB
CMYK
RGB Variations
Color information
#5B031F (or 0x5B031F) is known color: Pohutukawa. HEX triplet: 5B, 03 and 1F. RGB value is (91,3,31). Sum of RGB (Red+Green+Blue) = 91+3+31=125 (16% of max value = 765). Red value is 91 (35.94% from 255 or 72.8% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 91 - color contains mainly: red. Hex color #5B031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B031F is #A4FCE0. Grayscale: #202020. Windows color (decimal): -10812641 or 2032475. OLE color: 2032475.
HSL color Cylindrical-coordinate representation of color #5B031F: hue angle of 340.91º 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 #5B031F is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 3 | 31 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.64 |
| HSL | 340.91º | 0.94% | 0.18% | - |
| HSV(B) | 340.91º | 0.97% | 0.36% | - |
| XYZ | 4.59 | 2.39 | 1.52 | - |
| YUV | 32.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 31 | 0 | 0.97 | 0.66 | 0.64 | 340.91 | 0.94 | 0.18 |
| Hex | 5B | 3 | 1F | 0 | 61 | 42 | 40 | 155 | 5E | 12 |
| Octal | 133 | 3 | 37 | 0 | 141 | 102 | 100 | 525 | 136 | 22 |
| Binary | 1011011 | 11 | 11111 | 0 | 1100001 | 1000010 | 1000000 | 101010101 | 1011110 | 10010 |
Color Harmonies of #5B031F
Complementary color
Monochromatic Colors of #5B031F
Black with #5B031F
Text Example
Text Example
White with #5B031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B031F; }
p { color: rgb(91,3,31); }
H1.HeaderClassName
{
color: #5B031F;
}
.AnyTagClassName
{
color: #5B031F;
}
</style>
background-color css
<style>
a { background-color: #5B031F; }
a { background-color: rgb(91,3,31); }
div.DivClassName
{
background-color: #5B031F;
}
.BgClassName
{
background-color: #5B031F;
}
</style>
border-color css
<style>
span { border-color: #5B031F; }
span { border-color: rgb(91,3,31); }
td.TdClassName
{
border-color: #5B031F;
}
.TagClassName
{
border-color: #5B031F;
}
</style>