Shades of Pohutukawa #5F131A
Tints of Pohutukawa #5F131A
RGB
CMYK
RGB Variations
Color information
#5F131A (or 0x5F131A) is known color: Pohutukawa. HEX triplet: 5F, 13 and 1A. RGB value is (95,19,26). Sum of RGB (Red+Green+Blue) = 95+19+26=140 (18% of max value = 765). Red value is 95 (37.5% from 255 or 67.86% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 95 - color contains mainly: red. Hex color #5F131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F131A is #A0ECE5. Grayscale: #2A2A2A. Windows color (decimal): -10546406 or 1708895. OLE color: 1708895.
HSL color Cylindrical-coordinate representation of color #5F131A: hue angle of 354.47º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F131A is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 19 | 26 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.63 |
| HSL | 354.47º | 0.67% | 0.22% | - |
| HSV(B) | 354.47º | 0.8% | 0.37% | - |
| XYZ | 5.14 | 2.97 | 1.28 | - |
| YUV | 42.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 19 | 26 | 0 | 0.80 | 0.73 | 0.63 | 354.47 | 0.67 | 0.22 |
| Hex | 5F | 13 | 1A | 0 | 50 | 49 | 3F | 162 | 43 | 16 |
| Octal | 137 | 23 | 32 | 0 | 120 | 111 | 77 | 542 | 103 | 26 |
| Binary | 1011111 | 10011 | 11010 | 0 | 1010000 | 1001001 | 111111 | 101100010 | 1000011 | 10110 |
Color Harmonies of #5F131A
Complementary color
Monochromatic Colors of #5F131A
Black with #5F131A
Text Example
Text Example
White with #5F131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F131A; }
p { color: rgb(95,19,26); }
H1.HeaderClassName
{
color: #5F131A;
}
.AnyTagClassName
{
color: #5F131A;
}
</style>
background-color css
<style>
a { background-color: #5F131A; }
a { background-color: rgb(95,19,26); }
div.DivClassName
{
background-color: #5F131A;
}
.BgClassName
{
background-color: #5F131A;
}
</style>
border-color css
<style>
span { border-color: #5F131A; }
span { border-color: rgb(95,19,26); }
td.TdClassName
{
border-color: #5F131A;
}
.TagClassName
{
border-color: #5F131A;
}
</style>