Shades of Pohutukawa #5B0C14
Tints of Pohutukawa #5B0C14
RGB
CMYK
RGB Variations
Color information
#5B0C14 (or 0x5B0C14) is known color: Pohutukawa. HEX triplet: 5B, 0C and 14. RGB value is (91,12,20). Sum of RGB (Red+Green+Blue) = 91+12+20=123 (16% of max value = 765). Red value is 91 (35.94% from 255 or 73.98% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0C14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0C14 is #A4F3EB. Grayscale: #242424. Windows color (decimal): -10810348 or 1313883. OLE color: 1313883.
HSL color Cylindrical-coordinate representation of color #5B0C14: hue angle of 353.92º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B0C14 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 12 | 20 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.64 |
| HSL | 353.92º | 0.77% | 0.2% | - |
| HSV(B) | 353.92º | 0.87% | 0.36% | - |
| XYZ | 4.57 | 2.54 | 0.91 | - |
| YUV | 36.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 12 | 20 | 0 | 0.87 | 0.78 | 0.64 | 353.92 | 0.77 | 0.2 |
| Hex | 5B | C | 14 | 0 | 57 | 4E | 40 | 162 | 4D | 14 |
| Octal | 133 | 14 | 24 | 0 | 127 | 116 | 100 | 542 | 115 | 24 |
| Binary | 1011011 | 1100 | 10100 | 0 | 1010111 | 1001110 | 1000000 | 101100010 | 1001101 | 10100 |
Color Harmonies of #5B0C14
Complementary color
Monochromatic Colors of #5B0C14
Black with #5B0C14
Text Example
Text Example
White with #5B0C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0C14; }
p { color: rgb(91,12,20); }
H1.HeaderClassName
{
color: #5B0C14;
}
.AnyTagClassName
{
color: #5B0C14;
}
</style>
background-color css
<style>
a { background-color: #5B0C14; }
a { background-color: rgb(91,12,20); }
div.DivClassName
{
background-color: #5B0C14;
}
.BgClassName
{
background-color: #5B0C14;
}
</style>
border-color css
<style>
span { border-color: #5B0C14; }
span { border-color: rgb(91,12,20); }
td.TdClassName
{
border-color: #5B0C14;
}
.TagClassName
{
border-color: #5B0C14;
}
</style>