Shades of Pohutukawa #5C0912
Tints of Pohutukawa #5C0912
RGB
CMYK
RGB Variations
Color information
#5C0912 (or 0x5C0912) is known color: Pohutukawa. HEX triplet: 5C, 09 and 12. RGB value is (92,9,18). Sum of RGB (Red+Green+Blue) = 92+9+18=119 (15% of max value = 765). Red value is 92 (36.33% from 255 or 77.31% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0912 is #A3F6ED. Grayscale: #222222. Windows color (decimal): -10745582 or 1182044. OLE color: 1182044.
HSL color Cylindrical-coordinate representation of color #5C0912: hue angle of 353.49º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0912 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 9 | 18 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.64 |
| HSL | 353.49º | 0.82% | 0.2% | - |
| HSV(B) | 353.49º | 0.9% | 0.36% | - |
| XYZ | 4.62 | 2.51 | 0.81 | - |
| YUV | 34.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 9 | 18 | 0 | 0.90 | 0.80 | 0.64 | 353.49 | 0.82 | 0.2 |
| Hex | 5C | 9 | 12 | 0 | 5A | 50 | 40 | 161 | 52 | 14 |
| Octal | 134 | 11 | 22 | 0 | 132 | 120 | 100 | 541 | 122 | 24 |
| Binary | 1011100 | 1001 | 10010 | 0 | 1011010 | 1010000 | 1000000 | 101100001 | 1010010 | 10100 |
Color Harmonies of #5C0912
Complementary color
Monochromatic Colors of #5C0912
Black with #5C0912
Text Example
Text Example
White with #5C0912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0912; }
p { color: rgb(92,9,18); }
H1.HeaderClassName
{
color: #5C0912;
}
.AnyTagClassName
{
color: #5C0912;
}
</style>
background-color css
<style>
a { background-color: #5C0912; }
a { background-color: rgb(92,9,18); }
div.DivClassName
{
background-color: #5C0912;
}
.BgClassName
{
background-color: #5C0912;
}
</style>
border-color css
<style>
span { border-color: #5C0912; }
span { border-color: rgb(92,9,18); }
td.TdClassName
{
border-color: #5C0912;
}
.TagClassName
{
border-color: #5C0912;
}
</style>