Shades of Pohutukawa #5F001C
Tints of Pohutukawa #5F001C
RGB
CMYK
RGB Variations
Color information
#5F001C (or 0x5F001C) is known color: Pohutukawa. HEX triplet: 5F, 00 and 1C. RGB value is (95,0,28). Sum of RGB (Red+Green+Blue) = 95+0+28=123 (16% of max value = 765). Red value is 95 (37.5% from 255 or 77.24% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 95 - color contains mainly: red. Hex color #5F001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F001C is #A0FFE3. Grayscale: #1F1F1F. Windows color (decimal): -10551268 or 1835103. OLE color: 1835103.
HSL color Cylindrical-coordinate representation of color #5F001C: hue angle of 342.32º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F001C is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.71 | 0.63 |
| HSL | 342.32º | 1% | 0.19% | - |
| HSV(B) | 342.32º | 1% | 0.37% | - |
| XYZ | 4.93 | 2.52 | 1.32 | - |
| YUV | 31.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 28 | 0 | 1 | 0.71 | 0.63 | 342.32 | 1 | 0.19 |
| Hex | 5F | 0 | 1C | 0 | 64 | 47 | 3F | 156 | 64 | 13 |
| Octal | 137 | 0 | 34 | 0 | 144 | 107 | 77 | 526 | 144 | 23 |
| Binary | 1011111 | 0 | 11100 | 0 | 1100100 | 1000111 | 111111 | 101010110 | 1100100 | 10011 |
Color Harmonies of #5F001C
Complementary color
Monochromatic Colors of #5F001C
Black with #5F001C
Text Example
Text Example
White with #5F001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F001C; }
p { color: rgb(95,0,28); }
H1.HeaderClassName
{
color: #5F001C;
}
.AnyTagClassName
{
color: #5F001C;
}
</style>
background-color css
<style>
a { background-color: #5F001C; }
a { background-color: rgb(95,0,28); }
div.DivClassName
{
background-color: #5F001C;
}
.BgClassName
{
background-color: #5F001C;
}
</style>
border-color css
<style>
span { border-color: #5F001C; }
span { border-color: rgb(95,0,28); }
td.TdClassName
{
border-color: #5F001C;
}
.TagClassName
{
border-color: #5F001C;
}
</style>