Shades of Pohutukawa #5B050E
Tints of Pohutukawa #5B050E
RGB
CMYK
RGB Variations
Color information
#5B050E (or 0x5B050E) is known color: Pohutukawa. HEX triplet: 5B, 05 and 0E. RGB value is (91,5,14). Sum of RGB (Red+Green+Blue) = 91+5+14=110 (14% of max value = 765). Red value is 91 (35.94% from 255 or 82.73% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 91 - color contains mainly: red. Hex color #5B050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B050E is #A4FAF1. Grayscale: #1F1F1F. Windows color (decimal): -10812146 or 918875. OLE color: 918875.
HSL color Cylindrical-coordinate representation of color #5B050E: hue angle of 353.72º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B050E is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 5 | 14 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.64 |
| HSL | 353.72º | 0.9% | 0.19% | - |
| HSV(B) | 353.72º | 0.95% | 0.36% | - |
| XYZ | 4.45 | 2.36 | 0.64 | - |
| YUV | 31.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 14 | 0 | 0.95 | 0.85 | 0.64 | 353.72 | 0.9 | 0.19 |
| Hex | 5B | 5 | E | 0 | 5F | 55 | 40 | 162 | 5A | 13 |
| Octal | 133 | 5 | 16 | 0 | 137 | 125 | 100 | 542 | 132 | 23 |
| Binary | 1011011 | 101 | 1110 | 0 | 1011111 | 1010101 | 1000000 | 101100010 | 1011010 | 10011 |
Color Harmonies of #5B050E
Complementary color
Monochromatic Colors of #5B050E
Black with #5B050E
Text Example
Text Example
White with #5B050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B050E; }
p { color: rgb(91,5,14); }
H1.HeaderClassName
{
color: #5B050E;
}
.AnyTagClassName
{
color: #5B050E;
}
</style>
background-color css
<style>
a { background-color: #5B050E; }
a { background-color: rgb(91,5,14); }
div.DivClassName
{
background-color: #5B050E;
}
.BgClassName
{
background-color: #5B050E;
}
</style>
border-color css
<style>
span { border-color: #5B050E; }
span { border-color: rgb(91,5,14); }
td.TdClassName
{
border-color: #5B050E;
}
.TagClassName
{
border-color: #5B050E;
}
</style>