Shades of Pohutukawa #5E040F
Tints of Pohutukawa #5E040F
RGB
CMYK
RGB Variations
Color information
#5E040F (or 0x5E040F) is known color: Pohutukawa. HEX triplet: 5E, 04 and 0F. RGB value is (94,4,15). Sum of RGB (Red+Green+Blue) = 94+4+15=113 (14% of max value = 765). Red value is 94 (37.11% from 255 or 83.19% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 94 - color contains mainly: red. Hex color #5E040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E040F is #A1FBF0. Grayscale: #202020. Windows color (decimal): -10615793 or 984158. OLE color: 984158.
HSL color Cylindrical-coordinate representation of color #5E040F: hue angle of 352.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E040F is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 4 | 15 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.63 |
| HSL | 352.67º | 0.92% | 0.19% | - |
| HSV(B) | 352.67º | 0.96% | 0.37% | - |
| XYZ | 4.75 | 2.5 | 0.68 | - |
| YUV | 32.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 15 | 0 | 0.96 | 0.84 | 0.63 | 352.67 | 0.92 | 0.19 |
| Hex | 5E | 4 | F | 0 | 60 | 54 | 3F | 161 | 5C | 13 |
| Octal | 136 | 4 | 17 | 0 | 140 | 124 | 77 | 541 | 134 | 23 |
| Binary | 1011110 | 100 | 1111 | 0 | 1100000 | 1010100 | 111111 | 101100001 | 1011100 | 10011 |
Color Harmonies of #5E040F
Complementary color
Monochromatic Colors of #5E040F
Black with #5E040F
Text Example
Text Example
White with #5E040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E040F; }
p { color: rgb(94,4,15); }
H1.HeaderClassName
{
color: #5E040F;
}
.AnyTagClassName
{
color: #5E040F;
}
</style>
background-color css
<style>
a { background-color: #5E040F; }
a { background-color: rgb(94,4,15); }
div.DivClassName
{
background-color: #5E040F;
}
.BgClassName
{
background-color: #5E040F;
}
</style>
border-color css
<style>
span { border-color: #5E040F; }
span { border-color: rgb(94,4,15); }
td.TdClassName
{
border-color: #5E040F;
}
.TagClassName
{
border-color: #5E040F;
}
</style>