Shades of Pohutukawa #5F1F25
Tints of Pohutukawa #5F1F25
RGB
CMYK
RGB Variations
Color information
#5F1F25 (or 0x5F1F25) is known color: Pohutukawa. HEX triplet: 5F, 1F and 25. RGB value is (95,31,37). Sum of RGB (Red+Green+Blue) = 95+31+37=163 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.28% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1F25 is #A0E0DA. Grayscale: #323232. Windows color (decimal): -10543323 or 2432863. OLE color: 2432863.
HSL color Cylindrical-coordinate representation of color #5F1F25: hue angle of 354.38º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F1F25 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 31 | 37 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.63 |
| HSL | 354.38º | 0.51% | 0.25% | - |
| HSV(B) | 354.38º | 0.67% | 0.37% | - |
| XYZ | 5.54 | 3.55 | 2.14 | - |
| YUV | 50.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 31 | 37 | 0 | 0.67 | 0.61 | 0.63 | 354.38 | 0.51 | 0.25 |
| Hex | 5F | 1F | 25 | 0 | 43 | 3D | 3F | 162 | 33 | 19 |
| Octal | 137 | 37 | 45 | 0 | 103 | 75 | 77 | 542 | 63 | 31 |
| Binary | 1011111 | 11111 | 100101 | 0 | 1000011 | 111101 | 111111 | 101100010 | 110011 | 11001 |
Color Harmonies of #5F1F25
Complementary color
Monochromatic Colors of #5F1F25
Black with #5F1F25
Text Example
Text Example
White with #5F1F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1F25; }
p { color: rgb(95,31,37); }
H1.HeaderClassName
{
color: #5F1F25;
}
.AnyTagClassName
{
color: #5F1F25;
}
</style>
background-color css
<style>
a { background-color: #5F1F25; }
a { background-color: rgb(95,31,37); }
div.DivClassName
{
background-color: #5F1F25;
}
.BgClassName
{
background-color: #5F1F25;
}
</style>
border-color css
<style>
span { border-color: #5F1F25; }
span { border-color: rgb(95,31,37); }
td.TdClassName
{
border-color: #5F1F25;
}
.TagClassName
{
border-color: #5F1F25;
}
</style>