Shades of Pohutukawa #5E0315
Tints of Pohutukawa #5E0315
RGB
CMYK
RGB Variations
Color information
#5E0315 (or 0x5E0315) is known color: Pohutukawa. HEX triplet: 5E, 03 and 15. RGB value is (94,3,21). Sum of RGB (Red+Green+Blue) = 94+3+21=118 (15% of max value = 765). Red value is 94 (37.11% from 255 or 79.66% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0315 is #A1FCEA. Grayscale: #202020. Windows color (decimal): -10616043 or 1377118. OLE color: 1377118.
HSL color Cylindrical-coordinate representation of color #5E0315: hue angle of 348.13º 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 #5E0315 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 3 | 21 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.63 |
| HSL | 348.13º | 0.94% | 0.19% | - |
| HSV(B) | 348.13º | 0.97% | 0.37% | - |
| XYZ | 4.78 | 2.5 | 0.94 | - |
| YUV | 32.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 21 | 0 | 0.97 | 0.78 | 0.63 | 348.13 | 0.94 | 0.19 |
| Hex | 5E | 3 | 15 | 0 | 61 | 4E | 3F | 15C | 5E | 13 |
| Octal | 136 | 3 | 25 | 0 | 141 | 116 | 77 | 534 | 136 | 23 |
| Binary | 1011110 | 11 | 10101 | 0 | 1100001 | 1001110 | 111111 | 101011100 | 1011110 | 10011 |
Color Harmonies of #5E0315
Complementary color
Monochromatic Colors of #5E0315
Black with #5E0315
Text Example
Text Example
White with #5E0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0315; }
p { color: rgb(94,3,21); }
H1.HeaderClassName
{
color: #5E0315;
}
.AnyTagClassName
{
color: #5E0315;
}
</style>
background-color css
<style>
a { background-color: #5E0315; }
a { background-color: rgb(94,3,21); }
div.DivClassName
{
background-color: #5E0315;
}
.BgClassName
{
background-color: #5E0315;
}
</style>
border-color css
<style>
span { border-color: #5E0315; }
span { border-color: rgb(94,3,21); }
td.TdClassName
{
border-color: #5E0315;
}
.TagClassName
{
border-color: #5E0315;
}
</style>