Shades of Pohutukawa #5F010A
Tints of Pohutukawa #5F010A
RGB
CMYK
RGB Variations
Color information
#5F010A (or 0x5F010A) is known color: Pohutukawa. HEX triplet: 5F, 01 and 0A. RGB value is (95,1,10). Sum of RGB (Red+Green+Blue) = 95+1+10=106 (14% of max value = 765). Red value is 95 (37.5% from 255 or 89.62% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 95 - color contains mainly: red. Hex color #5F010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F010A is #A0FEF5. Grayscale: #1E1E1E. Windows color (decimal): -10551030 or 655711. OLE color: 655711.
HSL color Cylindrical-coordinate representation of color #5F010A: hue angle of 354.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F010A is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.63 |
| HSL | 354.26º | 0.98% | 0.19% | - |
| HSV(B) | 354.26º | 0.99% | 0.37% | - |
| XYZ | 4.78 | 2.48 | 0.51 | - |
| YUV | 30.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 1 | 10 | 0 | 0.99 | 0.89 | 0.63 | 354.26 | 0.98 | 0.19 |
| Hex | 5F | 1 | A | 0 | 63 | 59 | 3F | 162 | 62 | 13 |
| Octal | 137 | 1 | 12 | 0 | 143 | 131 | 77 | 542 | 142 | 23 |
| Binary | 1011111 | 1 | 1010 | 0 | 1100011 | 1011001 | 111111 | 101100010 | 1100010 | 10011 |
Color Harmonies of #5F010A
Complementary color
Monochromatic Colors of #5F010A
Black with #5F010A
Text Example
Text Example
White with #5F010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F010A; }
p { color: rgb(95,1,10); }
H1.HeaderClassName
{
color: #5F010A;
}
.AnyTagClassName
{
color: #5F010A;
}
</style>
background-color css
<style>
a { background-color: #5F010A; }
a { background-color: rgb(95,1,10); }
div.DivClassName
{
background-color: #5F010A;
}
.BgClassName
{
background-color: #5F010A;
}
</style>
border-color css
<style>
span { border-color: #5F010A; }
span { border-color: rgb(95,1,10); }
td.TdClassName
{
border-color: #5F010A;
}
.TagClassName
{
border-color: #5F010A;
}
</style>