Shades of Pohutukawa #5E0316
Tints of Pohutukawa #5E0316
RGB
CMYK
RGB Variations
Color information
#5E0316 (or 0x5E0316) is known color: Pohutukawa. HEX triplet: 5E, 03 and 16. RGB value is (94,3,22). Sum of RGB (Red+Green+Blue) = 94+3+22=119 (15% of max value = 765). Red value is 94 (37.11% from 255 or 78.99% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0316 is #A1FCE9. Grayscale: #202020. Windows color (decimal): -10616042 or 1442654. OLE color: 1442654.
HSL color Cylindrical-coordinate representation of color #5E0316: hue angle of 347.47º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E0316 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 3 | 22 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.63 |
| HSL | 347.47º | 0.94% | 0.19% | - |
| HSV(B) | 347.47º | 0.97% | 0.37% | - |
| XYZ | 4.79 | 2.5 | 0.99 | - |
| YUV | 32.38 | 122.15 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 22 | 0 | 0.97 | 0.77 | 0.63 | 347.47 | 0.94 | 0.19 |
| Hex | 5E | 3 | 16 | 0 | 61 | 4D | 3F | 15B | 5E | 13 |
| Octal | 136 | 3 | 26 | 0 | 141 | 115 | 77 | 533 | 136 | 23 |
| Binary | 1011110 | 11 | 10110 | 0 | 1100001 | 1001101 | 111111 | 101011011 | 1011110 | 10011 |
Color Harmonies of #5E0316
Complementary color
Monochromatic Colors of #5E0316
Black with #5E0316
Text Example
Text Example
White with #5E0316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0316; }
p { color: rgb(94,3,22); }
H1.HeaderClassName
{
color: #5E0316;
}
.AnyTagClassName
{
color: #5E0316;
}
</style>
background-color css
<style>
a { background-color: #5E0316; }
a { background-color: rgb(94,3,22); }
div.DivClassName
{
background-color: #5E0316;
}
.BgClassName
{
background-color: #5E0316;
}
</style>
border-color css
<style>
span { border-color: #5E0316; }
span { border-color: rgb(94,3,22); }
td.TdClassName
{
border-color: #5E0316;
}
.TagClassName
{
border-color: #5E0316;
}
</style>