Shades of Pohutukawa #5B162A
Tints of Pohutukawa #5B162A
RGB
CMYK
RGB Variations
Color information
#5B162A (or 0x5B162A) is known color: Pohutukawa. HEX triplet: 5B, 16 and 2A. RGB value is (91,22,42). Sum of RGB (Red+Green+Blue) = 91+22+42=155 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.71% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 91 - color contains mainly: red. Hex color #5B162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B162A is #A4E9D5. Grayscale: #2C2C2C. Windows color (decimal): -10807766 or 2758235. OLE color: 2758235.
HSL color Cylindrical-coordinate representation of color #5B162A: hue angle of 342.61º 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 #5B162A is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 42 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.64 |
| HSL | 342.61º | 0.61% | 0.22% | - |
| HSV(B) | 342.61º | 0.76% | 0.36% | - |
| XYZ | 5.02 | 2.97 | 2.5 | - |
| YUV | 44.91 | 126.36 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 42 | 0 | 0.76 | 0.54 | 0.64 | 342.61 | 0.61 | 0.22 |
| Hex | 5B | 16 | 2A | 0 | 4C | 36 | 40 | 157 | 3D | 16 |
| Octal | 133 | 26 | 52 | 0 | 114 | 66 | 100 | 527 | 75 | 26 |
| Binary | 1011011 | 10110 | 101010 | 0 | 1001100 | 110110 | 1000000 | 101010111 | 111101 | 10110 |
Color Harmonies of #5B162A
Complementary color
Monochromatic Colors of #5B162A
Black with #5B162A
Text Example
Text Example
White with #5B162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B162A; }
p { color: rgb(91,22,42); }
H1.HeaderClassName
{
color: #5B162A;
}
.AnyTagClassName
{
color: #5B162A;
}
</style>
background-color css
<style>
a { background-color: #5B162A; }
a { background-color: rgb(91,22,42); }
div.DivClassName
{
background-color: #5B162A;
}
.BgClassName
{
background-color: #5B162A;
}
</style>
border-color css
<style>
span { border-color: #5B162A; }
span { border-color: rgb(91,22,42); }
td.TdClassName
{
border-color: #5B162A;
}
.TagClassName
{
border-color: #5B162A;
}
</style>