Shades of Pohutukawa #5E232E
Tints of Pohutukawa #5E232E
RGB
CMYK
RGB Variations
Color information
#5E232E (or 0x5E232E) is known color: Pohutukawa. HEX triplet: 5E, 23 and 2E. RGB value is (94,35,46). Sum of RGB (Red+Green+Blue) = 94+35+46=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E232E is #A1DCD1. Grayscale: #353535. Windows color (decimal): -10607826 or 3023710. OLE color: 3023710.
HSL color Cylindrical-coordinate representation of color #5E232E: hue angle of 348.81º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E232E is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 35 | 46 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.63 |
| HSL | 348.81º | 0.46% | 0.25% | - |
| HSV(B) | 348.81º | 0.63% | 0.37% | - |
| XYZ | 5.71 | 3.78 | 3.01 | - |
| YUV | 53.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 35 | 46 | 0 | 0.63 | 0.51 | 0.63 | 348.81 | 0.46 | 0.25 |
| Hex | 5E | 23 | 2E | 0 | 3F | 33 | 3F | 15D | 2E | 19 |
| Octal | 136 | 43 | 56 | 0 | 77 | 63 | 77 | 535 | 56 | 31 |
| Binary | 1011110 | 100011 | 101110 | 0 | 111111 | 110011 | 111111 | 101011101 | 101110 | 11001 |
Color Harmonies of #5E232E
Complementary color
Monochromatic Colors of #5E232E
Black with #5E232E
Text Example
Text Example
White with #5E232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E232E; }
p { color: rgb(94,35,46); }
H1.HeaderClassName
{
color: #5E232E;
}
.AnyTagClassName
{
color: #5E232E;
}
</style>
background-color css
<style>
a { background-color: #5E232E; }
a { background-color: rgb(94,35,46); }
div.DivClassName
{
background-color: #5E232E;
}
.BgClassName
{
background-color: #5E232E;
}
</style>
border-color css
<style>
span { border-color: #5E232E; }
span { border-color: rgb(94,35,46); }
td.TdClassName
{
border-color: #5E232E;
}
.TagClassName
{
border-color: #5E232E;
}
</style>