Shades of Pohutukawa #5F021B
Tints of Pohutukawa #5F021B
RGB
CMYK
RGB Variations
Color information
#5F021B (or 0x5F021B) is known color: Pohutukawa. HEX triplet: 5F, 02 and 1B. RGB value is (95,2,27). Sum of RGB (Red+Green+Blue) = 95+2+27=124 (16% of max value = 765). Red value is 95 (37.5% from 255 or 76.61% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 95 - color contains mainly: red. Hex color #5F021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F021B is #A0FDE4. Grayscale: #202020. Windows color (decimal): -10550757 or 1770079. OLE color: 1770079.
HSL color Cylindrical-coordinate representation of color #5F021B: hue angle of 343.87º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F021B is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 2 | 27 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.63 |
| HSL | 343.87º | 0.96% | 0.19% | - |
| HSV(B) | 343.87º | 0.98% | 0.37% | - |
| XYZ | 4.94 | 2.56 | 1.27 | - |
| YUV | 32.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 27 | 0 | 0.98 | 0.72 | 0.63 | 343.87 | 0.96 | 0.19 |
| Hex | 5F | 2 | 1B | 0 | 62 | 48 | 3F | 158 | 60 | 13 |
| Octal | 137 | 2 | 33 | 0 | 142 | 110 | 77 | 530 | 140 | 23 |
| Binary | 1011111 | 10 | 11011 | 0 | 1100010 | 1001000 | 111111 | 101011000 | 1100000 | 10011 |
Color Harmonies of #5F021B
Complementary color
Monochromatic Colors of #5F021B
Black with #5F021B
Text Example
Text Example
White with #5F021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F021B; }
p { color: rgb(95,2,27); }
H1.HeaderClassName
{
color: #5F021B;
}
.AnyTagClassName
{
color: #5F021B;
}
</style>
background-color css
<style>
a { background-color: #5F021B; }
a { background-color: rgb(95,2,27); }
div.DivClassName
{
background-color: #5F021B;
}
.BgClassName
{
background-color: #5F021B;
}
</style>
border-color css
<style>
span { border-color: #5F021B; }
span { border-color: rgb(95,2,27); }
td.TdClassName
{
border-color: #5F021B;
}
.TagClassName
{
border-color: #5F021B;
}
</style>