Shades of Pohutukawa #5E0319
Tints of Pohutukawa #5E0319
RGB
CMYK
RGB Variations
Color information
#5E0319 (or 0x5E0319) is known color: Pohutukawa. HEX triplet: 5E, 03 and 19. RGB value is (94,3,25). Sum of RGB (Red+Green+Blue) = 94+3+25=122 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.05% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0319 is #A1FCE6. Grayscale: #202020. Windows color (decimal): -10616039 or 1639262. OLE color: 1639262.
HSL color Cylindrical-coordinate representation of color #5E0319: hue angle of 345.49º 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 #5E0319 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 3 | 25 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.63 |
| HSL | 345.49º | 0.94% | 0.19% | - |
| HSV(B) | 345.49º | 0.97% | 0.37% | - |
| XYZ | 4.82 | 2.51 | 1.15 | - |
| YUV | 32.72 | 123.65 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 25 | 0 | 0.97 | 0.73 | 0.63 | 345.49 | 0.94 | 0.19 |
| Hex | 5E | 3 | 19 | 0 | 61 | 49 | 3F | 159 | 5E | 13 |
| Octal | 136 | 3 | 31 | 0 | 141 | 111 | 77 | 531 | 136 | 23 |
| Binary | 1011110 | 11 | 11001 | 0 | 1100001 | 1001001 | 111111 | 101011001 | 1011110 | 10011 |
Color Harmonies of #5E0319
Complementary color
Monochromatic Colors of #5E0319
Black with #5E0319
Text Example
Text Example
White with #5E0319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0319; }
p { color: rgb(94,3,25); }
H1.HeaderClassName
{
color: #5E0319;
}
.AnyTagClassName
{
color: #5E0319;
}
</style>
background-color css
<style>
a { background-color: #5E0319; }
a { background-color: rgb(94,3,25); }
div.DivClassName
{
background-color: #5E0319;
}
.BgClassName
{
background-color: #5E0319;
}
</style>
border-color css
<style>
span { border-color: #5E0319; }
span { border-color: rgb(94,3,25); }
td.TdClassName
{
border-color: #5E0319;
}
.TagClassName
{
border-color: #5E0319;
}
</style>