Shades of Pohutukawa #5E1925
Tints of Pohutukawa #5E1925
RGB
CMYK
RGB Variations
Color information
#5E1925 (or 0x5E1925) is known color: Pohutukawa. HEX triplet: 5E, 19 and 25. RGB value is (94,25,37). Sum of RGB (Red+Green+Blue) = 94+25+37=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1925 is #A1E6DA. Grayscale: #2F2F2F. Windows color (decimal): -10610395 or 2431326. OLE color: 2431326.
HSL color Cylindrical-coordinate representation of color #5E1925: hue angle of 349.57º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E1925 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 25 | 37 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.63 |
| HSL | 349.57º | 0.58% | 0.23% | - |
| HSV(B) | 349.57º | 0.73% | 0.37% | - |
| XYZ | 5.3 | 3.21 | 2.09 | - |
| YUV | 47 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 37 | 0 | 0.73 | 0.61 | 0.63 | 349.57 | 0.58 | 0.23 |
| Hex | 5E | 19 | 25 | 0 | 49 | 3D | 3F | 15E | 3A | 17 |
| Octal | 136 | 31 | 45 | 0 | 111 | 75 | 77 | 536 | 72 | 27 |
| Binary | 1011110 | 11001 | 100101 | 0 | 1001001 | 111101 | 111111 | 101011110 | 111010 | 10111 |
Color Harmonies of #5E1925
Complementary color
Monochromatic Colors of #5E1925
Black with #5E1925
Text Example
Text Example
White with #5E1925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1925; }
p { color: rgb(94,25,37); }
H1.HeaderClassName
{
color: #5E1925;
}
.AnyTagClassName
{
color: #5E1925;
}
</style>
background-color css
<style>
a { background-color: #5E1925; }
a { background-color: rgb(94,25,37); }
div.DivClassName
{
background-color: #5E1925;
}
.BgClassName
{
background-color: #5E1925;
}
</style>
border-color css
<style>
span { border-color: #5E1925; }
span { border-color: rgb(94,25,37); }
td.TdClassName
{
border-color: #5E1925;
}
.TagClassName
{
border-color: #5E1925;
}
</style>