Shades of Pohutukawa #5E122B
Tints of Pohutukawa #5E122B
RGB
CMYK
RGB Variations
Color information
#5E122B (or 0x5E122B) is known color: Pohutukawa. HEX triplet: 5E, 12 and 2B. RGB value is (94,18,43). Sum of RGB (Red+Green+Blue) = 94+18+43=155 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.65% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 94 - color contains mainly: red. Hex color #5E122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E122B is #A1EDD4. Grayscale: #2B2B2B. Windows color (decimal): -10612181 or 2822750. OLE color: 2822750.
HSL color Cylindrical-coordinate representation of color #5E122B: hue angle of 340.26º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E122B is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 18 | 43 | - |
CMYK | 0 | 0.81 | 0.54 | 0.63 |
HSL | 340.26º | 0.68% | 0.22% | - |
HSV(B) | 340.26º | 0.81% | 0.37% | - |
XYZ | 5.27 | 2.99 | 2.58 | - |
YUV | 43.57 | 127.68 | 163.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 18 | 43 | 0 | 0.81 | 0.54 | 0.63 | 340.26 | 0.68 | 0.22 |
Hex | 5E | 12 | 2B | 0 | 51 | 36 | 3F | 154 | 44 | 16 |
Octal | 136 | 22 | 53 | 0 | 121 | 66 | 77 | 524 | 104 | 26 |
Binary | 1011110 | 10010 | 101011 | 0 | 1010001 | 110110 | 111111 | 101010100 | 1000100 | 10110 |
Color Harmonies of #5E122B
Complementary color
Monochromatic Colors of #5E122B
Black with #5E122B
Text Example
Text Example
White with #5E122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E122B; }
p { color: rgb(94,18,43); }
H1.HeaderClassName
{
color: #5E122B;
}
.AnyTagClassName
{
color: #5E122B;
}
</style>
background-color css
<style>
a { background-color: #5E122B; }
a { background-color: rgb(94,18,43); }
div.DivClassName
{
background-color: #5E122B;
}
.BgClassName
{
background-color: #5E122B;
}
</style>
border-color css
<style>
span { border-color: #5E122B; }
span { border-color: rgb(94,18,43); }
td.TdClassName
{
border-color: #5E122B;
}
.TagClassName
{
border-color: #5E122B;
}
</style>