Shades of Pohutukawa #5B152C
Tints of Pohutukawa #5B152C
RGB
CMYK
RGB Variations
Color information
#5B152C (or 0x5B152C) is known color: Pohutukawa. HEX triplet: 5B, 15 and 2C. RGB value is (91,21,44). Sum of RGB (Red+Green+Blue) = 91+21+44=156 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.33% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 91 - color contains mainly: red. Hex color #5B152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B152C is #A4EAD3. Grayscale: #2C2C2C. Windows color (decimal): -10808020 or 2889051. OLE color: 2889051.
HSL color Cylindrical-coordinate representation of color #5B152C: hue angle of 340.29º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B152C is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 21 | 44 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.64 |
| HSL | 340.29º | 0.63% | 0.22% | - |
| HSV(B) | 340.29º | 0.77% | 0.36% | - |
| XYZ | 5.04 | 2.94 | 2.69 | - |
| YUV | 44.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 21 | 44 | 0 | 0.77 | 0.52 | 0.64 | 340.29 | 0.63 | 0.22 |
| Hex | 5B | 15 | 2C | 0 | 4D | 34 | 40 | 154 | 3E | 16 |
| Octal | 133 | 25 | 54 | 0 | 115 | 64 | 100 | 524 | 76 | 26 |
| Binary | 1011011 | 10101 | 101100 | 0 | 1001101 | 110100 | 1000000 | 101010100 | 111110 | 10110 |
Color Harmonies of #5B152C
Complementary color
Monochromatic Colors of #5B152C
Black with #5B152C
Text Example
Text Example
White with #5B152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B152C; }
p { color: rgb(91,21,44); }
H1.HeaderClassName
{
color: #5B152C;
}
.AnyTagClassName
{
color: #5B152C;
}
</style>
background-color css
<style>
a { background-color: #5B152C; }
a { background-color: rgb(91,21,44); }
div.DivClassName
{
background-color: #5B152C;
}
.BgClassName
{
background-color: #5B152C;
}
</style>
border-color css
<style>
span { border-color: #5B152C; }
span { border-color: rgb(91,21,44); }
td.TdClassName
{
border-color: #5B152C;
}
.TagClassName
{
border-color: #5B152C;
}
</style>