Shades of Pohutukawa #5E0205
Tints of Pohutukawa #5E0205
RGB
CMYK
RGB Variations
Color information
#5E0205 (or 0x5E0205) is known color: Pohutukawa. HEX triplet: 5E, 02 and 05. RGB value is (94,2,5). Sum of RGB (Red+Green+Blue) = 94+2+5=101 (13% of max value = 765). Red value is 94 (37.11% from 255 or 93.07% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0205 is #A1FDFA. Grayscale: #1D1D1D. Windows color (decimal): -10616315 or 328286. OLE color: 328286.
HSL color Cylindrical-coordinate representation of color #5E0205: hue angle of 358.04º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0205 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 2 | 5 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.63 |
| HSL | 358.04º | 0.96% | 0.19% | - |
| HSV(B) | 358.04º | 0.98% | 0.37% | - |
| XYZ | 4.67 | 2.43 | 0.37 | - |
| YUV | 29.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 5 | 0 | 0.98 | 0.95 | 0.63 | 358.04 | 0.96 | 0.19 |
| Hex | 5E | 2 | 5 | 0 | 62 | 5F | 3F | 166 | 60 | 13 |
| Octal | 136 | 2 | 5 | 0 | 142 | 137 | 77 | 546 | 140 | 23 |
| Binary | 1011110 | 10 | 101 | 0 | 1100010 | 1011111 | 111111 | 101100110 | 1100000 | 10011 |
Color Harmonies of #5E0205
Complementary color
Monochromatic Colors of #5E0205
Black with #5E0205
Text Example
Text Example
White with #5E0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0205; }
p { color: rgb(94,2,5); }
H1.HeaderClassName
{
color: #5E0205;
}
.AnyTagClassName
{
color: #5E0205;
}
</style>
background-color css
<style>
a { background-color: #5E0205; }
a { background-color: rgb(94,2,5); }
div.DivClassName
{
background-color: #5E0205;
}
.BgClassName
{
background-color: #5E0205;
}
</style>
border-color css
<style>
span { border-color: #5E0205; }
span { border-color: rgb(94,2,5); }
td.TdClassName
{
border-color: #5E0205;
}
.TagClassName
{
border-color: #5E0205;
}
</style>