Shades of Pohutukawa #5B132E
Tints of Pohutukawa #5B132E
RGB
CMYK
RGB Variations
Color information
#5B132E (or 0x5B132E) is known color: Pohutukawa. HEX triplet: 5B, 13 and 2E. RGB value is (91,19,46). Sum of RGB (Red+Green+Blue) = 91+19+46=156 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.33% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 91 - color contains mainly: red. Hex color #5B132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B132E is #A4ECD1. Grayscale: #2B2B2B. Windows color (decimal): -10808530 or 3019611. OLE color: 3019611.
HSL color Cylindrical-coordinate representation of color #5B132E: hue angle of 337.5º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B132E is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 19 | 46 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.64 |
| HSL | 337.5º | 0.65% | 0.22% | - |
| HSV(B) | 337.5º | 0.79% | 0.36% | - |
| XYZ | 5.04 | 2.89 | 2.88 | - |
| YUV | 43.61 | 129.35 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 46 | 0 | 0.79 | 0.49 | 0.64 | 337.5 | 0.65 | 0.22 |
| Hex | 5B | 13 | 2E | 0 | 4F | 31 | 40 | 152 | 41 | 16 |
| Octal | 133 | 23 | 56 | 0 | 117 | 61 | 100 | 522 | 101 | 26 |
| Binary | 1011011 | 10011 | 101110 | 0 | 1001111 | 110001 | 1000000 | 101010010 | 1000001 | 10110 |
Color Harmonies of #5B132E
Complementary color
Monochromatic Colors of #5B132E
Black with #5B132E
Text Example
Text Example
White with #5B132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B132E; }
p { color: rgb(91,19,46); }
H1.HeaderClassName
{
color: #5B132E;
}
.AnyTagClassName
{
color: #5B132E;
}
</style>
background-color css
<style>
a { background-color: #5B132E; }
a { background-color: rgb(91,19,46); }
div.DivClassName
{
background-color: #5B132E;
}
.BgClassName
{
background-color: #5B132E;
}
</style>
border-color css
<style>
span { border-color: #5B132E; }
span { border-color: rgb(91,19,46); }
td.TdClassName
{
border-color: #5B132E;
}
.TagClassName
{
border-color: #5B132E;
}
</style>