Shades of Pohutukawa #5D0009
Tints of Pohutukawa #5D0009
RGB
CMYK
RGB Variations
Color information
#5D0009 (or 0x5D0009) is known color: Pohutukawa. HEX triplet: 5D, 00 and 09. RGB value is (93,0,9). Sum of RGB (Red+Green+Blue) = 93+0+9=102 (13% of max value = 765). Red value is 93 (36.72% from 255 or 91.18% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0009 is #A2FFF6. Grayscale: #1C1C1C. Windows color (decimal): -10682359 or 589917. OLE color: 589917.
HSL color Cylindrical-coordinate representation of color #5D0009: hue angle of 354.19º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D0009 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.90 | 0.64 |
| HSL | 354.19º | 1% | 0.18% | - |
| HSV(B) | 354.19º | 1% | 0.36% | - |
| XYZ | 4.56 | 2.35 | 0.47 | - |
| YUV | 28.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 9 | 0 | 1 | 0.90 | 0.64 | 354.19 | 1 | 0.18 |
| Hex | 5D | 0 | 9 | 0 | 64 | 5A | 40 | 162 | 64 | 12 |
| Octal | 135 | 0 | 11 | 0 | 144 | 132 | 100 | 542 | 144 | 22 |
| Binary | 1011101 | 0 | 1001 | 0 | 1100100 | 1011010 | 1000000 | 101100010 | 1100100 | 10010 |
Color Harmonies of #5D0009
Complementary color
Monochromatic Colors of #5D0009
Black with #5D0009
Text Example
Text Example
White with #5D0009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0009; }
p { color: rgb(93,0,9); }
H1.HeaderClassName
{
color: #5D0009;
}
.AnyTagClassName
{
color: #5D0009;
}
</style>
background-color css
<style>
a { background-color: #5D0009; }
a { background-color: rgb(93,0,9); }
div.DivClassName
{
background-color: #5D0009;
}
.BgClassName
{
background-color: #5D0009;
}
</style>
border-color css
<style>
span { border-color: #5D0009; }
span { border-color: rgb(93,0,9); }
td.TdClassName
{
border-color: #5D0009;
}
.TagClassName
{
border-color: #5D0009;
}
</style>