Shades of Pohutukawa #5E0912
Tints of Pohutukawa #5E0912
RGB
CMYK
RGB Variations
Color information
#5E0912 (or 0x5E0912) is known color: Pohutukawa. HEX triplet: 5E, 09 and 12. RGB value is (94,9,18). Sum of RGB (Red+Green+Blue) = 94+9+18=121 (16% of max value = 765). Red value is 94 (37.11% from 255 or 77.69% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0912 is #A1F6ED. Grayscale: #232323. Windows color (decimal): -10614510 or 1182046. OLE color: 1182046.
HSL color Cylindrical-coordinate representation of color #5E0912: hue angle of 353.65º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E0912 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 9 | 18 | - |
CMYK | 0 | 0.90 | 0.81 | 0.63 |
HSL | 353.65º | 0.83% | 0.2% | - |
HSV(B) | 353.65º | 0.9% | 0.37% | - |
XYZ | 4.82 | 2.62 | 0.82 | - |
YUV | 35.44 | 118.16 | 169.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 9 | 18 | 0 | 0.90 | 0.81 | 0.63 | 353.65 | 0.83 | 0.2 |
Hex | 5E | 9 | 12 | 0 | 5A | 51 | 3F | 162 | 53 | 14 |
Octal | 136 | 11 | 22 | 0 | 132 | 121 | 77 | 542 | 123 | 24 |
Binary | 1011110 | 1001 | 10010 | 0 | 1011010 | 1010001 | 111111 | 101100010 | 1010011 | 10100 |
Color Harmonies of #5E0912
Complementary color
Monochromatic Colors of #5E0912
Black with #5E0912
Text Example
Text Example
White with #5E0912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0912; }
p { color: rgb(94,9,18); }
H1.HeaderClassName
{
color: #5E0912;
}
.AnyTagClassName
{
color: #5E0912;
}
</style>
background-color css
<style>
a { background-color: #5E0912; }
a { background-color: rgb(94,9,18); }
div.DivClassName
{
background-color: #5E0912;
}
.BgClassName
{
background-color: #5E0912;
}
</style>
border-color css
<style>
span { border-color: #5E0912; }
span { border-color: rgb(94,9,18); }
td.TdClassName
{
border-color: #5E0912;
}
.TagClassName
{
border-color: #5E0912;
}
</style>