Shades of Pohutukawa #5B021F
Tints of Pohutukawa #5B021F
RGB
CMYK
RGB Variations
Color information
#5B021F (or 0x5B021F) is known color: Pohutukawa. HEX triplet: 5B, 02 and 1F. RGB value is (91,2,31). Sum of RGB (Red+Green+Blue) = 91+2+31=124 (16% of max value = 765). Red value is 91 (35.94% from 255 or 73.39% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 91 - color contains mainly: red. Hex color #5B021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B021F is #A4FDE0. Grayscale: #1F1F1F. Windows color (decimal): -10812897 or 2032219. OLE color: 2032219.
HSL color Cylindrical-coordinate representation of color #5B021F: hue angle of 340.45º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B021F is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 31 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.64 |
| HSL | 340.45º | 0.96% | 0.18% | - |
| HSV(B) | 340.45º | 0.98% | 0.36% | - |
| XYZ | 4.58 | 2.37 | 1.51 | - |
| YUV | 31.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 31 | 0 | 0.98 | 0.66 | 0.64 | 340.45 | 0.96 | 0.18 |
| Hex | 5B | 2 | 1F | 0 | 62 | 42 | 40 | 154 | 60 | 12 |
| Octal | 133 | 2 | 37 | 0 | 142 | 102 | 100 | 524 | 140 | 22 |
| Binary | 1011011 | 10 | 11111 | 0 | 1100010 | 1000010 | 1000000 | 101010100 | 1100000 | 10010 |
Color Harmonies of #5B021F
Complementary color
Monochromatic Colors of #5B021F
Black with #5B021F
Text Example
Text Example
White with #5B021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B021F; }
p { color: rgb(91,2,31); }
H1.HeaderClassName
{
color: #5B021F;
}
.AnyTagClassName
{
color: #5B021F;
}
</style>
background-color css
<style>
a { background-color: #5B021F; }
a { background-color: rgb(91,2,31); }
div.DivClassName
{
background-color: #5B021F;
}
.BgClassName
{
background-color: #5B021F;
}
</style>
border-color css
<style>
span { border-color: #5B021F; }
span { border-color: rgb(91,2,31); }
td.TdClassName
{
border-color: #5B021F;
}
.TagClassName
{
border-color: #5B021F;
}
</style>