Shades of Pohutukawa #5F1826
Tints of Pohutukawa #5F1826
RGB
CMYK
RGB Variations
Color information
#5F1826 (or 0x5F1826) is known color: Pohutukawa. HEX triplet: 5F, 18 and 26. RGB value is (95,24,38). Sum of RGB (Red+Green+Blue) = 95+24+38=157 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.51% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1826 is #A0E7D9. Grayscale: #2E2E2E. Windows color (decimal): -10545114 or 2496607. OLE color: 2496607.
HSL color Cylindrical-coordinate representation of color #5F1826: hue angle of 348.17º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F1826 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 24 | 38 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.63 |
| HSL | 348.17º | 0.6% | 0.23% | - |
| HSV(B) | 348.17º | 0.75% | 0.37% | - |
| XYZ | 5.4 | 3.23 | 2.17 | - |
| YUV | 46.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 24 | 38 | 0 | 0.75 | 0.60 | 0.63 | 348.17 | 0.6 | 0.23 |
| Hex | 5F | 18 | 26 | 0 | 4B | 3C | 3F | 15C | 3C | 17 |
| Octal | 137 | 30 | 46 | 0 | 113 | 74 | 77 | 534 | 74 | 27 |
| Binary | 1011111 | 11000 | 100110 | 0 | 1001011 | 111100 | 111111 | 101011100 | 111100 | 10111 |
Color Harmonies of #5F1826
Complementary color
Monochromatic Colors of #5F1826
Black with #5F1826
Text Example
Text Example
White with #5F1826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1826; }
p { color: rgb(95,24,38); }
H1.HeaderClassName
{
color: #5F1826;
}
.AnyTagClassName
{
color: #5F1826;
}
</style>
background-color css
<style>
a { background-color: #5F1826; }
a { background-color: rgb(95,24,38); }
div.DivClassName
{
background-color: #5F1826;
}
.BgClassName
{
background-color: #5F1826;
}
</style>
border-color css
<style>
span { border-color: #5F1826; }
span { border-color: rgb(95,24,38); }
td.TdClassName
{
border-color: #5F1826;
}
.TagClassName
{
border-color: #5F1826;
}
</style>