Shades of Pohutukawa #5B1D27
Tints of Pohutukawa #5B1D27
RGB
CMYK
RGB Variations
Color information
#5B1D27 (or 0x5B1D27) is known color: Pohutukawa. HEX triplet: 5B, 1D and 27. RGB value is (91,29,39). Sum of RGB (Red+Green+Blue) = 91+29+39=159 (21% of max value = 765). Red value is 91 (35.94% from 255 or 57.23% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1D27 is #A4E2D8. Grayscale: #303030. Windows color (decimal): -10805977 or 2563419. OLE color: 2563419.
HSL color Cylindrical-coordinate representation of color #5B1D27: hue angle of 350.32º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B1D27 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 29 | 39 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.64 |
| HSL | 350.32º | 0.52% | 0.24% | - |
| HSV(B) | 350.32º | 0.68% | 0.36% | - |
| XYZ | 5.12 | 3.25 | 2.28 | - |
| YUV | 48.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 29 | 39 | 0 | 0.68 | 0.57 | 0.64 | 350.32 | 0.52 | 0.24 |
| Hex | 5B | 1D | 27 | 0 | 44 | 39 | 40 | 15E | 34 | 18 |
| Octal | 133 | 35 | 47 | 0 | 104 | 71 | 100 | 536 | 64 | 30 |
| Binary | 1011011 | 11101 | 100111 | 0 | 1000100 | 111001 | 1000000 | 101011110 | 110100 | 11000 |
Color Harmonies of #5B1D27
Complementary color
Monochromatic Colors of #5B1D27
Black with #5B1D27
Text Example
Text Example
White with #5B1D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1D27; }
p { color: rgb(91,29,39); }
H1.HeaderClassName
{
color: #5B1D27;
}
.AnyTagClassName
{
color: #5B1D27;
}
</style>
background-color css
<style>
a { background-color: #5B1D27; }
a { background-color: rgb(91,29,39); }
div.DivClassName
{
background-color: #5B1D27;
}
.BgClassName
{
background-color: #5B1D27;
}
</style>
border-color css
<style>
span { border-color: #5B1D27; }
span { border-color: rgb(91,29,39); }
td.TdClassName
{
border-color: #5B1D27;
}
.TagClassName
{
border-color: #5B1D27;
}
</style>