Shades of Pohutukawa #5E031D
Tints of Pohutukawa #5E031D
RGB
CMYK
RGB Variations
Color information
#5E031D (or 0x5E031D) is known color: Pohutukawa. HEX triplet: 5E, 03 and 1D. RGB value is (94,3,29). Sum of RGB (Red+Green+Blue) = 94+3+29=126 (16% of max value = 765). Red value is 94 (37.11% from 255 or 74.60% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 94 - color contains mainly: red. Hex color #5E031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E031D is #A1FCE2. Grayscale: #212121. Windows color (decimal): -10616035 or 1901406. OLE color: 1901406.
HSL color Cylindrical-coordinate representation of color #5E031D: hue angle of 342.86º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E031D is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 3 | 29 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.63 |
| HSL | 342.86º | 0.94% | 0.19% | - |
| HSV(B) | 342.86º | 0.97% | 0.37% | - |
| XYZ | 4.87 | 2.53 | 1.39 | - |
| YUV | 33.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 29 | 0 | 0.97 | 0.69 | 0.63 | 342.86 | 0.94 | 0.19 |
| Hex | 5E | 3 | 1D | 0 | 61 | 45 | 3F | 157 | 5E | 13 |
| Octal | 136 | 3 | 35 | 0 | 141 | 105 | 77 | 527 | 136 | 23 |
| Binary | 1011110 | 11 | 11101 | 0 | 1100001 | 1000101 | 111111 | 101010111 | 1011110 | 10011 |
Color Harmonies of #5E031D
Complementary color
Monochromatic Colors of #5E031D
Black with #5E031D
Text Example
Text Example
White with #5E031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E031D; }
p { color: rgb(94,3,29); }
H1.HeaderClassName
{
color: #5E031D;
}
.AnyTagClassName
{
color: #5E031D;
}
</style>
background-color css
<style>
a { background-color: #5E031D; }
a { background-color: rgb(94,3,29); }
div.DivClassName
{
background-color: #5E031D;
}
.BgClassName
{
background-color: #5E031D;
}
</style>
border-color css
<style>
span { border-color: #5E031D; }
span { border-color: rgb(94,3,29); }
td.TdClassName
{
border-color: #5E031D;
}
.TagClassName
{
border-color: #5E031D;
}
</style>