Shades of Pohutukawa #5F0407
Tints of Pohutukawa #5F0407
RGB
CMYK
RGB Variations
Color information
#5F0407 (or 0x5F0407) is known color: Pohutukawa. HEX triplet: 5F, 04 and 07. RGB value is (95,4,7). Sum of RGB (Red+Green+Blue) = 95+4+7=106 (14% of max value = 765). Red value is 95 (37.5% from 255 or 89.62% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0407 is #A0FBF8. Grayscale: #1F1F1F. Windows color (decimal): -10550265 or 459871. OLE color: 459871.
HSL color Cylindrical-coordinate representation of color #5F0407: hue angle of 358.02º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0407 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 4 | 7 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.63 |
| HSL | 358.02º | 0.92% | 0.19% | - |
| HSV(B) | 358.02º | 0.96% | 0.37% | - |
| XYZ | 4.8 | 2.54 | 0.44 | - |
| YUV | 31.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 4 | 7 | 0 | 0.96 | 0.93 | 0.63 | 358.02 | 0.92 | 0.19 |
| Hex | 5F | 4 | 7 | 0 | 60 | 5D | 3F | 166 | 5C | 13 |
| Octal | 137 | 4 | 7 | 0 | 140 | 135 | 77 | 546 | 134 | 23 |
| Binary | 1011111 | 100 | 111 | 0 | 1100000 | 1011101 | 111111 | 101100110 | 1011100 | 10011 |
Color Harmonies of #5F0407
Complementary color
Monochromatic Colors of #5F0407
Black with #5F0407
Text Example
Text Example
White with #5F0407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0407; }
p { color: rgb(95,4,7); }
H1.HeaderClassName
{
color: #5F0407;
}
.AnyTagClassName
{
color: #5F0407;
}
</style>
background-color css
<style>
a { background-color: #5F0407; }
a { background-color: rgb(95,4,7); }
div.DivClassName
{
background-color: #5F0407;
}
.BgClassName
{
background-color: #5F0407;
}
</style>
border-color css
<style>
span { border-color: #5F0407; }
span { border-color: rgb(95,4,7); }
td.TdClassName
{
border-color: #5F0407;
}
.TagClassName
{
border-color: #5F0407;
}
</style>