Shades of Pohutukawa #5E061C
Tints of Pohutukawa #5E061C
RGB
CMYK
RGB Variations
Color information
#5E061C (or 0x5E061C) is known color: Pohutukawa. HEX triplet: 5E, 06 and 1C. RGB value is (94,6,28). Sum of RGB (Red+Green+Blue) = 94+6+28=128 (16% of max value = 765). Red value is 94 (37.11% from 255 or 73.44% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 94 - color contains mainly: red. Hex color #5E061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E061C is #A1F9E3. Grayscale: #222222. Windows color (decimal): -10615268 or 1836638. OLE color: 1836638.
HSL color Cylindrical-coordinate representation of color #5E061C: hue angle of 345º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E061C is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 6 | 28 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.63 |
| HSL | 345º | 0.88% | 0.2% | - |
| HSV(B) | 345º | 0.94% | 0.37% | - |
| XYZ | 4.89 | 2.59 | 1.34 | - |
| YUV | 34.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 6 | 28 | 0 | 0.94 | 0.70 | 0.63 | 345 | 0.88 | 0.2 |
| Hex | 5E | 6 | 1C | 0 | 5E | 46 | 3F | 159 | 58 | 14 |
| Octal | 136 | 6 | 34 | 0 | 136 | 106 | 77 | 531 | 130 | 24 |
| Binary | 1011110 | 110 | 11100 | 0 | 1011110 | 1000110 | 111111 | 101011001 | 1011000 | 10100 |
Color Harmonies of #5E061C
Complementary color
Monochromatic Colors of #5E061C
Black with #5E061C
Text Example
Text Example
White with #5E061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E061C; }
p { color: rgb(94,6,28); }
H1.HeaderClassName
{
color: #5E061C;
}
.AnyTagClassName
{
color: #5E061C;
}
</style>
background-color css
<style>
a { background-color: #5E061C; }
a { background-color: rgb(94,6,28); }
div.DivClassName
{
background-color: #5E061C;
}
.BgClassName
{
background-color: #5E061C;
}
</style>
border-color css
<style>
span { border-color: #5E061C; }
span { border-color: rgb(94,6,28); }
td.TdClassName
{
border-color: #5E061C;
}
.TagClassName
{
border-color: #5E061C;
}
</style>