Shades of Pohutukawa #5E0827
Tints of Pohutukawa #5E0827
RGB
CMYK
RGB Variations
Color information
#5E0827 (or 0x5E0827) is known color: Pohutukawa. HEX triplet: 5E, 08 and 27. RGB value is (94,8,39). Sum of RGB (Red+Green+Blue) = 94+8+39=141 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.67% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0827 is #A1F7D8. Grayscale: #252525. Windows color (decimal): -10614745 or 2558046. OLE color: 2558046.
HSL color Cylindrical-coordinate representation of color #5E0827: hue angle of 338.37º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E0827 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 8 | 39 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.63 |
| HSL | 338.37º | 0.84% | 0.2% | - |
| HSV(B) | 338.37º | 0.91% | 0.37% | - |
| XYZ | 5.07 | 2.7 | 2.17 | - |
| YUV | 37.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 39 | 0 | 0.91 | 0.59 | 0.63 | 338.37 | 0.84 | 0.2 |
| Hex | 5E | 8 | 27 | 0 | 5B | 3B | 3F | 152 | 54 | 14 |
| Octal | 136 | 10 | 47 | 0 | 133 | 73 | 77 | 522 | 124 | 24 |
| Binary | 1011110 | 1000 | 100111 | 0 | 1011011 | 111011 | 111111 | 101010010 | 1010100 | 10100 |
Color Harmonies of #5E0827
Complementary color
Monochromatic Colors of #5E0827
Black with #5E0827
Text Example
Text Example
White with #5E0827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0827; }
p { color: rgb(94,8,39); }
H1.HeaderClassName
{
color: #5E0827;
}
.AnyTagClassName
{
color: #5E0827;
}
</style>
background-color css
<style>
a { background-color: #5E0827; }
a { background-color: rgb(94,8,39); }
div.DivClassName
{
background-color: #5E0827;
}
.BgClassName
{
background-color: #5E0827;
}
</style>
border-color css
<style>
span { border-color: #5E0827; }
span { border-color: rgb(94,8,39); }
td.TdClassName
{
border-color: #5E0827;
}
.TagClassName
{
border-color: #5E0827;
}
</style>