Shades of Pohutukawa #5B122C
Tints of Pohutukawa #5B122C
RGB
CMYK
RGB Variations
Color information
#5B122C (or 0x5B122C) is known color: Pohutukawa. HEX triplet: 5B, 12 and 2C. RGB value is (91,18,44). Sum of RGB (Red+Green+Blue) = 91+18+44=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B122C is #A4EDD3. Grayscale: #2A2A2A. Windows color (decimal): -10808788 or 2888283. OLE color: 2888283.
HSL color Cylindrical-coordinate representation of color #5B122C: hue angle of 338.63º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B122C is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 18 | 44 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.64 |
| HSL | 338.63º | 0.67% | 0.21% | - |
| HSV(B) | 338.63º | 0.8% | 0.36% | - |
| XYZ | 4.99 | 2.84 | 2.67 | - |
| YUV | 42.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 44 | 0 | 0.80 | 0.52 | 0.64 | 338.63 | 0.67 | 0.21 |
| Hex | 5B | 12 | 2C | 0 | 50 | 34 | 40 | 153 | 43 | 15 |
| Octal | 133 | 22 | 54 | 0 | 120 | 64 | 100 | 523 | 103 | 25 |
| Binary | 1011011 | 10010 | 101100 | 0 | 1010000 | 110100 | 1000000 | 101010011 | 1000011 | 10101 |
Color Harmonies of #5B122C
Complementary color
Monochromatic Colors of #5B122C
Black with #5B122C
Text Example
Text Example
White with #5B122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B122C; }
p { color: rgb(91,18,44); }
H1.HeaderClassName
{
color: #5B122C;
}
.AnyTagClassName
{
color: #5B122C;
}
</style>
background-color css
<style>
a { background-color: #5B122C; }
a { background-color: rgb(91,18,44); }
div.DivClassName
{
background-color: #5B122C;
}
.BgClassName
{
background-color: #5B122C;
}
</style>
border-color css
<style>
span { border-color: #5B122C; }
span { border-color: rgb(91,18,44); }
td.TdClassName
{
border-color: #5B122C;
}
.TagClassName
{
border-color: #5B122C;
}
</style>