Shades of Pohutukawa #5F1521
Tints of Pohutukawa #5F1521
RGB
CMYK
RGB Variations
Color information
#5F1521 (or 0x5F1521) is known color: Pohutukawa. HEX triplet: 5F, 15 and 21. RGB value is (95,21,33). Sum of RGB (Red+Green+Blue) = 95+21+33=149 (19% of max value = 765). Red value is 95 (37.5% from 255 or 63.76% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1521 is #A0EADE. Grayscale: #2C2C2C. Windows color (decimal): -10545887 or 2168159. OLE color: 2168159.
HSL color Cylindrical-coordinate representation of color #5F1521: hue angle of 350.27º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F1521 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 21 | 33 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.63 |
| HSL | 350.27º | 0.64% | 0.23% | - |
| HSV(B) | 350.27º | 0.78% | 0.37% | - |
| XYZ | 5.26 | 3.08 | 1.76 | - |
| YUV | 44.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 21 | 33 | 0 | 0.78 | 0.65 | 0.63 | 350.27 | 0.64 | 0.23 |
| Hex | 5F | 15 | 21 | 0 | 4E | 41 | 3F | 15E | 40 | 17 |
| Octal | 137 | 25 | 41 | 0 | 116 | 101 | 77 | 536 | 100 | 27 |
| Binary | 1011111 | 10101 | 100001 | 0 | 1001110 | 1000001 | 111111 | 101011110 | 1000000 | 10111 |
Color Harmonies of #5F1521
Complementary color
Monochromatic Colors of #5F1521
Black with #5F1521
Text Example
Text Example
White with #5F1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1521; }
p { color: rgb(95,21,33); }
H1.HeaderClassName
{
color: #5F1521;
}
.AnyTagClassName
{
color: #5F1521;
}
</style>
background-color css
<style>
a { background-color: #5F1521; }
a { background-color: rgb(95,21,33); }
div.DivClassName
{
background-color: #5F1521;
}
.BgClassName
{
background-color: #5F1521;
}
</style>
border-color css
<style>
span { border-color: #5F1521; }
span { border-color: rgb(95,21,33); }
td.TdClassName
{
border-color: #5F1521;
}
.TagClassName
{
border-color: #5F1521;
}
</style>