Shades of Pohutukawa #5B1B25
Tints of Pohutukawa #5B1B25
RGB
CMYK
RGB Variations
Color information
#5B1B25 (or 0x5B1B25) is known color: Pohutukawa. HEX triplet: 5B, 1B and 25. RGB value is (91,27,37). Sum of RGB (Red+Green+Blue) = 91+27+37=155 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.71% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1B25 is #A4E4DA. Grayscale: #2F2F2F. Windows color (decimal): -10806491 or 2431835. OLE color: 2431835.
HSL color Cylindrical-coordinate representation of color #5B1B25: hue angle of 350.62º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B1B25 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 27 | 37 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.64 |
| HSL | 350.63º | 0.54% | 0.23% | - |
| HSV(B) | 350.63º | 0.7% | 0.36% | - |
| XYZ | 5.04 | 3.14 | 2.09 | - |
| YUV | 47.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 27 | 37 | 0 | 0.70 | 0.59 | 0.64 | 350.63 | 0.54 | 0.23 |
| Hex | 5B | 1B | 25 | 0 | 46 | 3B | 40 | 15F | 36 | 17 |
| Octal | 133 | 33 | 45 | 0 | 106 | 73 | 100 | 537 | 66 | 27 |
| Binary | 1011011 | 11011 | 100101 | 0 | 1000110 | 111011 | 1000000 | 101011111 | 110110 | 10111 |
Color Harmonies of #5B1B25
Complementary color
Monochromatic Colors of #5B1B25
Black with #5B1B25
Text Example
Text Example
White with #5B1B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1B25; }
p { color: rgb(91,27,37); }
H1.HeaderClassName
{
color: #5B1B25;
}
.AnyTagClassName
{
color: #5B1B25;
}
</style>
background-color css
<style>
a { background-color: #5B1B25; }
a { background-color: rgb(91,27,37); }
div.DivClassName
{
background-color: #5B1B25;
}
.BgClassName
{
background-color: #5B1B25;
}
</style>
border-color css
<style>
span { border-color: #5B1B25; }
span { border-color: rgb(91,27,37); }
td.TdClassName
{
border-color: #5B1B25;
}
.TagClassName
{
border-color: #5B1B25;
}
</style>