Shades of Pohutukawa #5C0716
Tints of Pohutukawa #5C0716
RGB
CMYK
RGB Variations
Color information
#5C0716 (or 0x5C0716) is known color: Pohutukawa. HEX triplet: 5C, 07 and 16. RGB value is (92,7,22). Sum of RGB (Red+Green+Blue) = 92+7+22=121 (16% of max value = 765). Red value is 92 (36.33% from 255 or 76.03% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0716 is #A3F8E9. Grayscale: #222222. Windows color (decimal): -10746090 or 1443676. OLE color: 1443676.
HSL color Cylindrical-coordinate representation of color #5C0716: hue angle of 349.41º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C0716 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 7 | 22 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.64 |
| HSL | 349.41º | 0.86% | 0.19% | - |
| HSV(B) | 349.41º | 0.92% | 0.36% | - |
| XYZ | 4.63 | 2.49 | 0.99 | - |
| YUV | 34.13 | 121.16 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 7 | 22 | 0 | 0.92 | 0.76 | 0.64 | 349.41 | 0.86 | 0.19 |
| Hex | 5C | 7 | 16 | 0 | 5C | 4C | 40 | 15D | 56 | 13 |
| Octal | 134 | 7 | 26 | 0 | 134 | 114 | 100 | 535 | 126 | 23 |
| Binary | 1011100 | 111 | 10110 | 0 | 1011100 | 1001100 | 1000000 | 101011101 | 1010110 | 10011 |
Color Harmonies of #5C0716
Complementary color
Monochromatic Colors of #5C0716
Black with #5C0716
Text Example
Text Example
White with #5C0716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0716; }
p { color: rgb(92,7,22); }
H1.HeaderClassName
{
color: #5C0716;
}
.AnyTagClassName
{
color: #5C0716;
}
</style>
background-color css
<style>
a { background-color: #5C0716; }
a { background-color: rgb(92,7,22); }
div.DivClassName
{
background-color: #5C0716;
}
.BgClassName
{
background-color: #5C0716;
}
</style>
border-color css
<style>
span { border-color: #5C0716; }
span { border-color: rgb(92,7,22); }
td.TdClassName
{
border-color: #5C0716;
}
.TagClassName
{
border-color: #5C0716;
}
</style>