Shades of Pohutukawa #5E0423
Tints of Pohutukawa #5E0423
RGB
CMYK
RGB Variations
Color information
#5E0423 (or 0x5E0423) is known color: Pohutukawa. HEX triplet: 5E, 04 and 23. RGB value is (94,4,35). Sum of RGB (Red+Green+Blue) = 94+4+35=133 (17% of max value = 765). Red value is 94 (37.11% from 255 or 70.68% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0423 is #A1FBDC. Grayscale: #222222. Windows color (decimal): -10615773 or 2294878. OLE color: 2294878.
HSL color Cylindrical-coordinate representation of color #5E0423: hue angle of 339.33º 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 #5E0423 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 4 | 35 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.63 |
| HSL | 339.33º | 0.92% | 0.19% | - |
| HSV(B) | 339.33º | 0.96% | 0.37% | - |
| XYZ | 4.96 | 2.59 | 1.83 | - |
| YUV | 34.44 | 128.32 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 35 | 0 | 0.96 | 0.63 | 0.63 | 339.33 | 0.92 | 0.19 |
| Hex | 5E | 4 | 23 | 0 | 60 | 3F | 3F | 153 | 5C | 13 |
| Octal | 136 | 4 | 43 | 0 | 140 | 77 | 77 | 523 | 134 | 23 |
| Binary | 1011110 | 100 | 100011 | 0 | 1100000 | 111111 | 111111 | 101010011 | 1011100 | 10011 |
Color Harmonies of #5E0423
Complementary color
Monochromatic Colors of #5E0423
Black with #5E0423
Text Example
Text Example
White with #5E0423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0423; }
p { color: rgb(94,4,35); }
H1.HeaderClassName
{
color: #5E0423;
}
.AnyTagClassName
{
color: #5E0423;
}
</style>
background-color css
<style>
a { background-color: #5E0423; }
a { background-color: rgb(94,4,35); }
div.DivClassName
{
background-color: #5E0423;
}
.BgClassName
{
background-color: #5E0423;
}
</style>
border-color css
<style>
span { border-color: #5E0423; }
span { border-color: rgb(94,4,35); }
td.TdClassName
{
border-color: #5E0423;
}
.TagClassName
{
border-color: #5E0423;
}
</style>