Shades of Pohutukawa #5E151B
Tints of Pohutukawa #5E151B
RGB
CMYK
RGB Variations
Color information
#5E151B (or 0x5E151B) is known color: Pohutukawa. HEX triplet: 5E, 15 and 1B. RGB value is (94,21,27). Sum of RGB (Red+Green+Blue) = 94+21+27=142 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.20% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 94 - color contains mainly: red. Hex color #5E151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E151B is #A1EAE4. Grayscale: #2B2B2B. Windows color (decimal): -10611429 or 1774942. OLE color: 1774942.
HSL color Cylindrical-coordinate representation of color #5E151B: hue angle of 355.07º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E151B is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 21 | 27 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.63 |
| HSL | 355.07º | 0.63% | 0.23% | - |
| HSV(B) | 355.07º | 0.78% | 0.37% | - |
| XYZ | 5.08 | 3 | 1.35 | - |
| YUV | 43.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 27 | 0 | 0.78 | 0.71 | 0.63 | 355.07 | 0.63 | 0.23 |
| Hex | 5E | 15 | 1B | 0 | 4E | 47 | 3F | 163 | 3F | 17 |
| Octal | 136 | 25 | 33 | 0 | 116 | 107 | 77 | 543 | 77 | 27 |
| Binary | 1011110 | 10101 | 11011 | 0 | 1001110 | 1000111 | 111111 | 101100011 | 111111 | 10111 |
Color Harmonies of #5E151B
Complementary color
Monochromatic Colors of #5E151B
Black with #5E151B
Text Example
Text Example
White with #5E151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E151B; }
p { color: rgb(94,21,27); }
H1.HeaderClassName
{
color: #5E151B;
}
.AnyTagClassName
{
color: #5E151B;
}
</style>
background-color css
<style>
a { background-color: #5E151B; }
a { background-color: rgb(94,21,27); }
div.DivClassName
{
background-color: #5E151B;
}
.BgClassName
{
background-color: #5E151B;
}
</style>
border-color css
<style>
span { border-color: #5E151B; }
span { border-color: rgb(94,21,27); }
td.TdClassName
{
border-color: #5E151B;
}
.TagClassName
{
border-color: #5E151B;
}
</style>