Shades of Pohutukawa #5E0317
Tints of Pohutukawa #5E0317
RGB
CMYK
RGB Variations
Color information
#5E0317 (or 0x5E0317) is known color: Pohutukawa. HEX triplet: 5E, 03 and 17. RGB value is (94,3,23). Sum of RGB (Red+Green+Blue) = 94+3+23=120 (15% of max value = 765). Red value is 94 (37.11% from 255 or 78.33% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0317 is #A1FCE8. Grayscale: #202020. Windows color (decimal): -10616041 or 1508190. OLE color: 1508190.
HSL color Cylindrical-coordinate representation of color #5E0317: hue angle of 346.81º 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 #5E0317 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 3 | 23 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.63 |
| HSL | 346.81º | 0.94% | 0.19% | - |
| HSV(B) | 346.81º | 0.97% | 0.37% | - |
| XYZ | 4.8 | 2.51 | 1.04 | - |
| YUV | 32.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 23 | 0 | 0.97 | 0.76 | 0.63 | 346.81 | 0.94 | 0.19 |
| Hex | 5E | 3 | 17 | 0 | 61 | 4C | 3F | 15B | 5E | 13 |
| Octal | 136 | 3 | 27 | 0 | 141 | 114 | 77 | 533 | 136 | 23 |
| Binary | 1011110 | 11 | 10111 | 0 | 1100001 | 1001100 | 111111 | 101011011 | 1011110 | 10011 |
Color Harmonies of #5E0317
Complementary color
Monochromatic Colors of #5E0317
Black with #5E0317
Text Example
Text Example
White with #5E0317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0317; }
p { color: rgb(94,3,23); }
H1.HeaderClassName
{
color: #5E0317;
}
.AnyTagClassName
{
color: #5E0317;
}
</style>
background-color css
<style>
a { background-color: #5E0317; }
a { background-color: rgb(94,3,23); }
div.DivClassName
{
background-color: #5E0317;
}
.BgClassName
{
background-color: #5E0317;
}
</style>
border-color css
<style>
span { border-color: #5E0317; }
span { border-color: rgb(94,3,23); }
td.TdClassName
{
border-color: #5E0317;
}
.TagClassName
{
border-color: #5E0317;
}
</style>