Shades of Pohutukawa #5B162D
Tints of Pohutukawa #5B162D
RGB
CMYK
RGB Variations
Color information
#5B162D (or 0x5B162D) is known color: Pohutukawa. HEX triplet: 5B, 16 and 2D. RGB value is (91,22,45). Sum of RGB (Red+Green+Blue) = 91+22+45=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B162D is #A4E9D2. Grayscale: #2D2D2D. Windows color (decimal): -10807763 or 2954843. OLE color: 2954843.
HSL color Cylindrical-coordinate representation of color #5B162D: hue angle of 340º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B162D is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 45 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.64 |
| HSL | 340º | 0.61% | 0.22% | - |
| HSV(B) | 340º | 0.76% | 0.36% | - |
| XYZ | 5.07 | 2.99 | 2.79 | - |
| YUV | 45.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 45 | 0 | 0.76 | 0.51 | 0.64 | 340 | 0.61 | 0.22 |
| Hex | 5B | 16 | 2D | 0 | 4C | 33 | 40 | 154 | 3D | 16 |
| Octal | 133 | 26 | 55 | 0 | 114 | 63 | 100 | 524 | 75 | 26 |
| Binary | 1011011 | 10110 | 101101 | 0 | 1001100 | 110011 | 1000000 | 101010100 | 111101 | 10110 |
Color Harmonies of #5B162D
Complementary color
Monochromatic Colors of #5B162D
Black with #5B162D
Text Example
Text Example
White with #5B162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B162D; }
p { color: rgb(91,22,45); }
H1.HeaderClassName
{
color: #5B162D;
}
.AnyTagClassName
{
color: #5B162D;
}
</style>
background-color css
<style>
a { background-color: #5B162D; }
a { background-color: rgb(91,22,45); }
div.DivClassName
{
background-color: #5B162D;
}
.BgClassName
{
background-color: #5B162D;
}
</style>
border-color css
<style>
span { border-color: #5B162D; }
span { border-color: rgb(91,22,45); }
td.TdClassName
{
border-color: #5B162D;
}
.TagClassName
{
border-color: #5B162D;
}
</style>