Shades of Pohutukawa #5B1D28
Tints of Pohutukawa #5B1D28
RGB
CMYK
RGB Variations
Color information
#5B1D28 (or 0x5B1D28) is known color: Pohutukawa. HEX triplet: 5B, 1D and 28. RGB value is (91,29,40). Sum of RGB (Red+Green+Blue) = 91+29+40=160 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.88% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1D28 is #A4E2D7. Grayscale: #303030. Windows color (decimal): -10805976 or 2628955. OLE color: 2628955.
HSL color Cylindrical-coordinate representation of color #5B1D28: hue angle of 349.35º 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 #5B1D28 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 29 | 40 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.64 |
| HSL | 349.35º | 0.52% | 0.24% | - |
| HSV(B) | 349.35º | 0.68% | 0.36% | - |
| XYZ | 5.14 | 3.26 | 2.37 | - |
| YUV | 48.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 29 | 40 | 0 | 0.68 | 0.56 | 0.64 | 349.35 | 0.52 | 0.24 |
| Hex | 5B | 1D | 28 | 0 | 44 | 38 | 40 | 15D | 34 | 18 |
| Octal | 133 | 35 | 50 | 0 | 104 | 70 | 100 | 535 | 64 | 30 |
| Binary | 1011011 | 11101 | 101000 | 0 | 1000100 | 111000 | 1000000 | 101011101 | 110100 | 11000 |
Color Harmonies of #5B1D28
Complementary color
Monochromatic Colors of #5B1D28
Black with #5B1D28
Text Example
Text Example
White with #5B1D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1D28; }
p { color: rgb(91,29,40); }
H1.HeaderClassName
{
color: #5B1D28;
}
.AnyTagClassName
{
color: #5B1D28;
}
</style>
background-color css
<style>
a { background-color: #5B1D28; }
a { background-color: rgb(91,29,40); }
div.DivClassName
{
background-color: #5B1D28;
}
.BgClassName
{
background-color: #5B1D28;
}
</style>
border-color css
<style>
span { border-color: #5B1D28; }
span { border-color: rgb(91,29,40); }
td.TdClassName
{
border-color: #5B1D28;
}
.TagClassName
{
border-color: #5B1D28;
}
</style>