Shades of Pohutukawa #5E040C
Tints of Pohutukawa #5E040C
RGB
CMYK
RGB Variations
Color information
#5E040C (or 0x5E040C) is known color: Pohutukawa. HEX triplet: 5E, 04 and 0C. RGB value is (94,4,12). Sum of RGB (Red+Green+Blue) = 94+4+12=110 (14% of max value = 765). Red value is 94 (37.11% from 255 or 85.45% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 94 - color contains mainly: red. Hex color #5E040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E040C is #A1FBF3. Grayscale: #1F1F1F. Windows color (decimal): -10615796 or 787550. OLE color: 787550.
HSL color Cylindrical-coordinate representation of color #5E040C: hue angle of 354.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E040C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 4 | 12 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.63 |
| HSL | 354.67º | 0.92% | 0.19% | - |
| HSV(B) | 354.67º | 0.96% | 0.37% | - |
| XYZ | 4.73 | 2.49 | 0.58 | - |
| YUV | 31.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 12 | 0 | 0.96 | 0.87 | 0.63 | 354.67 | 0.92 | 0.19 |
| Hex | 5E | 4 | C | 0 | 60 | 57 | 3F | 163 | 5C | 13 |
| Octal | 136 | 4 | 14 | 0 | 140 | 127 | 77 | 543 | 134 | 23 |
| Binary | 1011110 | 100 | 1100 | 0 | 1100000 | 1010111 | 111111 | 101100011 | 1011100 | 10011 |
Color Harmonies of #5E040C
Complementary color
Monochromatic Colors of #5E040C
Black with #5E040C
Text Example
Text Example
White with #5E040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E040C; }
p { color: rgb(94,4,12); }
H1.HeaderClassName
{
color: #5E040C;
}
.AnyTagClassName
{
color: #5E040C;
}
</style>
background-color css
<style>
a { background-color: #5E040C; }
a { background-color: rgb(94,4,12); }
div.DivClassName
{
background-color: #5E040C;
}
.BgClassName
{
background-color: #5E040C;
}
</style>
border-color css
<style>
span { border-color: #5E040C; }
span { border-color: rgb(94,4,12); }
td.TdClassName
{
border-color: #5E040C;
}
.TagClassName
{
border-color: #5E040C;
}
</style>