Shades of Pohutukawa #5B1C27
Tints of Pohutukawa #5B1C27
RGB
CMYK
RGB Variations
Color information
#5B1C27 (or 0x5B1C27) is known color: Pohutukawa. HEX triplet: 5B, 1C and 27. RGB value is (91,28,39). Sum of RGB (Red+Green+Blue) = 91+28+39=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1C27 is #A4E3D8. Grayscale: #303030. Windows color (decimal): -10806233 or 2563163. OLE color: 2563163.
HSL color Cylindrical-coordinate representation of color #5B1C27: hue angle of 349.52º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B1C27 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 28 | 39 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.64 |
| HSL | 349.52º | 0.53% | 0.23% | - |
| HSV(B) | 349.52º | 0.69% | 0.36% | - |
| XYZ | 5.1 | 3.2 | 2.27 | - |
| YUV | 48.09 | 122.87 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 39 | 0 | 0.69 | 0.57 | 0.64 | 349.52 | 0.53 | 0.23 |
| Hex | 5B | 1C | 27 | 0 | 45 | 39 | 40 | 15E | 35 | 17 |
| Octal | 133 | 34 | 47 | 0 | 105 | 71 | 100 | 536 | 65 | 27 |
| Binary | 1011011 | 11100 | 100111 | 0 | 1000101 | 111001 | 1000000 | 101011110 | 110101 | 10111 |
Color Harmonies of #5B1C27
Complementary color
Monochromatic Colors of #5B1C27
Black with #5B1C27
Text Example
Text Example
White with #5B1C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1C27; }
p { color: rgb(91,28,39); }
H1.HeaderClassName
{
color: #5B1C27;
}
.AnyTagClassName
{
color: #5B1C27;
}
</style>
background-color css
<style>
a { background-color: #5B1C27; }
a { background-color: rgb(91,28,39); }
div.DivClassName
{
background-color: #5B1C27;
}
.BgClassName
{
background-color: #5B1C27;
}
</style>
border-color css
<style>
span { border-color: #5B1C27; }
span { border-color: rgb(91,28,39); }
td.TdClassName
{
border-color: #5B1C27;
}
.TagClassName
{
border-color: #5B1C27;
}
</style>