Shades of Pohutukawa #5E010F
Tints of Pohutukawa #5E010F
RGB
CMYK
RGB Variations
Color information
#5E010F (or 0x5E010F) is known color: Pohutukawa. HEX triplet: 5E, 01 and 0F. RGB value is (94,1,15). Sum of RGB (Red+Green+Blue) = 94+1+15=110 (14% of max value = 765). Red value is 94 (37.11% from 255 or 85.45% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 94 - color contains mainly: red. Hex color #5E010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E010F is #A1FEF0. Grayscale: #1E1E1E. Windows color (decimal): -10616561 or 983390. OLE color: 983390.
HSL color Cylindrical-coordinate representation of color #5E010F: hue angle of 350.97º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E010F is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.63 |
| HSL | 350.97º | 0.98% | 0.19% | - |
| HSV(B) | 350.97º | 0.99% | 0.37% | - |
| XYZ | 4.71 | 2.44 | 0.67 | - |
| YUV | 30.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 15 | 0 | 0.99 | 0.84 | 0.63 | 350.97 | 0.98 | 0.19 |
| Hex | 5E | 1 | F | 0 | 63 | 54 | 3F | 15F | 62 | 13 |
| Octal | 136 | 1 | 17 | 0 | 143 | 124 | 77 | 537 | 142 | 23 |
| Binary | 1011110 | 1 | 1111 | 0 | 1100011 | 1010100 | 111111 | 101011111 | 1100010 | 10011 |
Color Harmonies of #5E010F
Complementary color
Monochromatic Colors of #5E010F
Black with #5E010F
Text Example
Text Example
White with #5E010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E010F; }
p { color: rgb(94,1,15); }
H1.HeaderClassName
{
color: #5E010F;
}
.AnyTagClassName
{
color: #5E010F;
}
</style>
background-color css
<style>
a { background-color: #5E010F; }
a { background-color: rgb(94,1,15); }
div.DivClassName
{
background-color: #5E010F;
}
.BgClassName
{
background-color: #5E010F;
}
</style>
border-color css
<style>
span { border-color: #5E010F; }
span { border-color: rgb(94,1,15); }
td.TdClassName
{
border-color: #5E010F;
}
.TagClassName
{
border-color: #5E010F;
}
</style>