Shades of Pohutukawa #5F001D
Tints of Pohutukawa #5F001D
RGB
CMYK
RGB Variations
Color information
#5F001D (or 0x5F001D) is known color: Pohutukawa. HEX triplet: 5F, 00 and 1D. RGB value is (95,0,29). Sum of RGB (Red+Green+Blue) = 95+0+29=124 (16% of max value = 765). Red value is 95 (37.5% from 255 or 76.61% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 95 - color contains mainly: red. Hex color #5F001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F001D is #A0FFE2. Grayscale: #1F1F1F. Windows color (decimal): -10551267 or 1900639. OLE color: 1900639.
HSL color Cylindrical-coordinate representation of color #5F001D: hue angle of 341.68º 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 #5F001D is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.69 | 0.63 |
| HSL | 341.68º | 1% | 0.19% | - |
| HSV(B) | 341.68º | 1% | 0.37% | - |
| XYZ | 4.94 | 2.52 | 1.39 | - |
| YUV | 31.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 29 | 0 | 1 | 0.69 | 0.63 | 341.68 | 1 | 0.19 |
| Hex | 5F | 0 | 1D | 0 | 64 | 45 | 3F | 156 | 64 | 13 |
| Octal | 137 | 0 | 35 | 0 | 144 | 105 | 77 | 526 | 144 | 23 |
| Binary | 1011111 | 0 | 11101 | 0 | 1100100 | 1000101 | 111111 | 101010110 | 1100100 | 10011 |
Color Harmonies of #5F001D
Complementary color
Monochromatic Colors of #5F001D
Black with #5F001D
Text Example
Text Example
White with #5F001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F001D; }
p { color: rgb(95,0,29); }
H1.HeaderClassName
{
color: #5F001D;
}
.AnyTagClassName
{
color: #5F001D;
}
</style>
background-color css
<style>
a { background-color: #5F001D; }
a { background-color: rgb(95,0,29); }
div.DivClassName
{
background-color: #5F001D;
}
.BgClassName
{
background-color: #5F001D;
}
</style>
border-color css
<style>
span { border-color: #5F001D; }
span { border-color: rgb(95,0,29); }
td.TdClassName
{
border-color: #5F001D;
}
.TagClassName
{
border-color: #5F001D;
}
</style>