Shades of Pohutukawa #5B011D
Tints of Pohutukawa #5B011D
RGB
CMYK
RGB Variations
Color information
#5B011D (or 0x5B011D) is known color: Pohutukawa. HEX triplet: 5B, 01 and 1D. RGB value is (91,1,29). Sum of RGB (Red+Green+Blue) = 91+1+29=121 (16% of max value = 765). Red value is 91 (35.94% from 255 or 75.21% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 91 - color contains mainly: red. Hex color #5B011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B011D is #A4FEE2. Grayscale: #1F1F1F. Windows color (decimal): -10813155 or 1900891. OLE color: 1900891.
HSL color Cylindrical-coordinate representation of color #5B011D: hue angle of 341.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 #5B011D is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.64 |
| HSL | 341.33º | 0.98% | 0.18% | - |
| HSV(B) | 341.33º | 0.99% | 0.36% | - |
| XYZ | 4.55 | 2.33 | 1.37 | - |
| YUV | 31.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 29 | 0 | 0.99 | 0.68 | 0.64 | 341.33 | 0.98 | 0.18 |
| Hex | 5B | 1 | 1D | 0 | 63 | 44 | 40 | 155 | 62 | 12 |
| Octal | 133 | 1 | 35 | 0 | 143 | 104 | 100 | 525 | 142 | 22 |
| Binary | 1011011 | 1 | 11101 | 0 | 1100011 | 1000100 | 1000000 | 101010101 | 1100010 | 10010 |
Color Harmonies of #5B011D
Complementary color
Monochromatic Colors of #5B011D
Black with #5B011D
Text Example
Text Example
White with #5B011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B011D; }
p { color: rgb(91,1,29); }
H1.HeaderClassName
{
color: #5B011D;
}
.AnyTagClassName
{
color: #5B011D;
}
</style>
background-color css
<style>
a { background-color: #5B011D; }
a { background-color: rgb(91,1,29); }
div.DivClassName
{
background-color: #5B011D;
}
.BgClassName
{
background-color: #5B011D;
}
</style>
border-color css
<style>
span { border-color: #5B011D; }
span { border-color: rgb(91,1,29); }
td.TdClassName
{
border-color: #5B011D;
}
.TagClassName
{
border-color: #5B011D;
}
</style>