Shades of Pohutukawa #5F0001
Tints of Pohutukawa #5F0001
RGB
CMYK
RGB Variations
Color information
#5F0001 (or 0x5F0001) is known color: Pohutukawa. HEX triplet: 5F, 00 and 01. RGB value is (95,0,1). Sum of RGB (Red+Green+Blue) = 95+0+1=96 (12% of max value = 765). Red value is 95 (37.5% from 255 or 98.96% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0001 is #A0FFFE. Grayscale: #1C1C1C. Windows color (decimal): -10551295 or 65631. OLE color: 65631.
HSL color Cylindrical-coordinate representation of color #5F0001: hue angle of 359.37º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F0001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.63 |
| HSL | 359.37º | 1% | 0.19% | - |
| HSV(B) | 359.37º | 1% | 0.37% | - |
| XYZ | 4.72 | 2.44 | 0.25 | - |
| YUV | 28.52 | 112.47 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 1 | 0 | 1 | 0.99 | 0.63 | 359.37 | 1 | 0.19 |
| Hex | 5F | 0 | 1 | 0 | 64 | 63 | 3F | 167 | 64 | 13 |
| Octal | 137 | 0 | 1 | 0 | 144 | 143 | 77 | 547 | 144 | 23 |
| Binary | 1011111 | 0 | 1 | 0 | 1100100 | 1100011 | 111111 | 101100111 | 1100100 | 10011 |
Color Harmonies of #5F0001
Complementary color
Monochromatic Colors of #5F0001
Black with #5F0001
Text Example
Text Example
White with #5F0001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0001; }
p { color: rgb(95,0,1); }
H1.HeaderClassName
{
color: #5F0001;
}
.AnyTagClassName
{
color: #5F0001;
}
</style>
background-color css
<style>
a { background-color: #5F0001; }
a { background-color: rgb(95,0,1); }
div.DivClassName
{
background-color: #5F0001;
}
.BgClassName
{
background-color: #5F0001;
}
</style>
border-color css
<style>
span { border-color: #5F0001; }
span { border-color: rgb(95,0,1); }
td.TdClassName
{
border-color: #5F0001;
}
.TagClassName
{
border-color: #5F0001;
}
</style>