Shades of Pohutukawa #5B101E
Tints of Pohutukawa #5B101E
RGB
CMYK
RGB Variations
Color information
#5B101E (or 0x5B101E) is known color: Pohutukawa. HEX triplet: 5B, 10 and 1E. RGB value is (91,16,30). Sum of RGB (Red+Green+Blue) = 91+16+30=137 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.42% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 91 - color contains mainly: red. Hex color #5B101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B101E is #A4EFE1. Grayscale: #282828. Windows color (decimal): -10809314 or 1970267. OLE color: 1970267.
HSL color Cylindrical-coordinate representation of color #5B101E: hue angle of 348.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B101E is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 16 | 30 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.64 |
| HSL | 348.8º | 0.7% | 0.21% | - |
| HSV(B) | 348.8º | 0.82% | 0.36% | - |
| XYZ | 4.73 | 2.69 | 1.5 | - |
| YUV | 40.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 30 | 0 | 0.82 | 0.67 | 0.64 | 348.8 | 0.7 | 0.21 |
| Hex | 5B | 10 | 1E | 0 | 52 | 43 | 40 | 15D | 46 | 15 |
| Octal | 133 | 20 | 36 | 0 | 122 | 103 | 100 | 535 | 106 | 25 |
| Binary | 1011011 | 10000 | 11110 | 0 | 1010010 | 1000011 | 1000000 | 101011101 | 1000110 | 10101 |
Color Harmonies of #5B101E
Complementary color
Monochromatic Colors of #5B101E
Black with #5B101E
Text Example
Text Example
White with #5B101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B101E; }
p { color: rgb(91,16,30); }
H1.HeaderClassName
{
color: #5B101E;
}
.AnyTagClassName
{
color: #5B101E;
}
</style>
background-color css
<style>
a { background-color: #5B101E; }
a { background-color: rgb(91,16,30); }
div.DivClassName
{
background-color: #5B101E;
}
.BgClassName
{
background-color: #5B101E;
}
</style>
border-color css
<style>
span { border-color: #5B101E; }
span { border-color: rgb(91,16,30); }
td.TdClassName
{
border-color: #5B101E;
}
.TagClassName
{
border-color: #5B101E;
}
</style>