Shades of Pohutukawa #5C0009
Tints of Pohutukawa #5C0009
RGB
CMYK
RGB Variations
Color information
#5C0009 (or 0x5C0009) is known color: Pohutukawa. HEX triplet: 5C, 00 and 09. RGB value is (92,0,9). Sum of RGB (Red+Green+Blue) = 92+0+9=101 (13% of max value = 765). Red value is 92 (36.33% from 255 or 91.09% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0009 is #A3FFF6. Grayscale: #1C1C1C. Windows color (decimal): -10747895 or 589916. OLE color: 589916.
HSL color Cylindrical-coordinate representation of color #5C0009: hue angle of 354.13º 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 #5C0009 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.90 | 0.64 |
| HSL | 354.13º | 1% | 0.18% | - |
| HSV(B) | 354.13º | 1% | 0.36% | - |
| XYZ | 4.46 | 2.3 | 0.47 | - |
| YUV | 28.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 9 | 0 | 1 | 0.90 | 0.64 | 354.13 | 1 | 0.18 |
| Hex | 5C | 0 | 9 | 0 | 64 | 5A | 40 | 162 | 64 | 12 |
| Octal | 134 | 0 | 11 | 0 | 144 | 132 | 100 | 542 | 144 | 22 |
| Binary | 1011100 | 0 | 1001 | 0 | 1100100 | 1011010 | 1000000 | 101100010 | 1100100 | 10010 |
Color Harmonies of #5C0009
Complementary color
Monochromatic Colors of #5C0009
Black with #5C0009
Text Example
Text Example
White with #5C0009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0009; }
p { color: rgb(92,0,9); }
H1.HeaderClassName
{
color: #5C0009;
}
.AnyTagClassName
{
color: #5C0009;
}
</style>
background-color css
<style>
a { background-color: #5C0009; }
a { background-color: rgb(92,0,9); }
div.DivClassName
{
background-color: #5C0009;
}
.BgClassName
{
background-color: #5C0009;
}
</style>
border-color css
<style>
span { border-color: #5C0009; }
span { border-color: rgb(92,0,9); }
td.TdClassName
{
border-color: #5C0009;
}
.TagClassName
{
border-color: #5C0009;
}
</style>