Shades of Pohutukawa #5E0F28
Tints of Pohutukawa #5E0F28
RGB
CMYK
RGB Variations
Color information
#5E0F28 (or 0x5E0F28) is known color: Pohutukawa. HEX triplet: 5E, 0F and 28. RGB value is (94,15,40). Sum of RGB (Red+Green+Blue) = 94+15+40=149 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.09% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0F28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0F28 is #A1F0D7. Grayscale: #292929. Windows color (decimal): -10612952 or 2625374. OLE color: 2625374.
HSL color Cylindrical-coordinate representation of color #5E0F28: hue angle of 341.01º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E0F28 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 15 | 40 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.63 |
| HSL | 341.01º | 0.72% | 0.21% | - |
| HSV(B) | 341.01º | 0.84% | 0.37% | - |
| XYZ | 5.17 | 2.87 | 2.29 | - |
| YUV | 41.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 15 | 40 | 0 | 0.84 | 0.57 | 0.63 | 341.01 | 0.72 | 0.21 |
| Hex | 5E | F | 28 | 0 | 54 | 39 | 3F | 155 | 48 | 15 |
| Octal | 136 | 17 | 50 | 0 | 124 | 71 | 77 | 525 | 110 | 25 |
| Binary | 1011110 | 1111 | 101000 | 0 | 1010100 | 111001 | 111111 | 101010101 | 1001000 | 10101 |
Color Harmonies of #5E0F28
Complementary color
Monochromatic Colors of #5E0F28
Black with #5E0F28
Text Example
Text Example
White with #5E0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0F28; }
p { color: rgb(94,15,40); }
H1.HeaderClassName
{
color: #5E0F28;
}
.AnyTagClassName
{
color: #5E0F28;
}
</style>
background-color css
<style>
a { background-color: #5E0F28; }
a { background-color: rgb(94,15,40); }
div.DivClassName
{
background-color: #5E0F28;
}
.BgClassName
{
background-color: #5E0F28;
}
</style>
border-color css
<style>
span { border-color: #5E0F28; }
span { border-color: rgb(94,15,40); }
td.TdClassName
{
border-color: #5E0F28;
}
.TagClassName
{
border-color: #5E0F28;
}
</style>