Shades of Pohutukawa #5E101E
Tints of Pohutukawa #5E101E
RGB
CMYK
RGB Variations
Color information
#5E101E (or 0x5E101E) is known color: Pohutukawa. HEX triplet: 5E, 10 and 1E. RGB value is (94,16,30). Sum of RGB (Red+Green+Blue) = 94+16+30=140 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.14% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 94 - color contains mainly: red. Hex color #5E101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E101E is #A1EFE1. Grayscale: #282828. Windows color (decimal): -10612706 or 1970270. OLE color: 1970270.
HSL color Cylindrical-coordinate representation of color #5E101E: hue angle of 349.23º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E101E is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 16 | 30 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.63 |
| HSL | 349.23º | 0.71% | 0.22% | - |
| HSV(B) | 349.23º | 0.83% | 0.37% | - |
| XYZ | 5.04 | 2.84 | 1.51 | - |
| YUV | 40.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 30 | 0 | 0.83 | 0.68 | 0.63 | 349.23 | 0.71 | 0.22 |
| Hex | 5E | 10 | 1E | 0 | 53 | 44 | 3F | 15D | 47 | 16 |
| Octal | 136 | 20 | 36 | 0 | 123 | 104 | 77 | 535 | 107 | 26 |
| Binary | 1011110 | 10000 | 11110 | 0 | 1010011 | 1000100 | 111111 | 101011101 | 1000111 | 10110 |
Color Harmonies of #5E101E
Complementary color
Monochromatic Colors of #5E101E
Black with #5E101E
Text Example
Text Example
White with #5E101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E101E; }
p { color: rgb(94,16,30); }
H1.HeaderClassName
{
color: #5E101E;
}
.AnyTagClassName
{
color: #5E101E;
}
</style>
background-color css
<style>
a { background-color: #5E101E; }
a { background-color: rgb(94,16,30); }
div.DivClassName
{
background-color: #5E101E;
}
.BgClassName
{
background-color: #5E101E;
}
</style>
border-color css
<style>
span { border-color: #5E101E; }
span { border-color: rgb(94,16,30); }
td.TdClassName
{
border-color: #5E101E;
}
.TagClassName
{
border-color: #5E101E;
}
</style>