Shades of Pohutukawa #5B011A
Tints of Pohutukawa #5B011A
RGB
CMYK
RGB Variations
Color information
#5B011A (or 0x5B011A) is known color: Pohutukawa. HEX triplet: 5B, 01 and 1A. RGB value is (91,1,26). Sum of RGB (Red+Green+Blue) = 91+1+26=118 (15% of max value = 765). Red value is 91 (35.94% from 255 or 77.12% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 91 - color contains mainly: red. Hex color #5B011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B011A is #A4FEE5. Grayscale: #1E1E1E. Windows color (decimal): -10813158 or 1704283. OLE color: 1704283.
HSL color Cylindrical-coordinate representation of color #5B011A: hue angle of 343.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B011A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.64 |
| HSL | 343.33º | 0.98% | 0.18% | - |
| HSV(B) | 343.33º | 0.99% | 0.36% | - |
| XYZ | 4.51 | 2.32 | 1.19 | - |
| YUV | 30.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 26 | 0 | 0.99 | 0.71 | 0.64 | 343.33 | 0.98 | 0.18 |
| Hex | 5B | 1 | 1A | 0 | 63 | 47 | 40 | 157 | 62 | 12 |
| Octal | 133 | 1 | 32 | 0 | 143 | 107 | 100 | 527 | 142 | 22 |
| Binary | 1011011 | 1 | 11010 | 0 | 1100011 | 1000111 | 1000000 | 101010111 | 1100010 | 10010 |
Color Harmonies of #5B011A
Complementary color
Monochromatic Colors of #5B011A
Black with #5B011A
Text Example
Text Example
White with #5B011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B011A; }
p { color: rgb(91,1,26); }
H1.HeaderClassName
{
color: #5B011A;
}
.AnyTagClassName
{
color: #5B011A;
}
</style>
background-color css
<style>
a { background-color: #5B011A; }
a { background-color: rgb(91,1,26); }
div.DivClassName
{
background-color: #5B011A;
}
.BgClassName
{
background-color: #5B011A;
}
</style>
border-color css
<style>
span { border-color: #5B011A; }
span { border-color: rgb(91,1,26); }
td.TdClassName
{
border-color: #5B011A;
}
.TagClassName
{
border-color: #5B011A;
}
</style>