Shades of Pohutukawa #5C122E
Tints of Pohutukawa #5C122E
RGB
CMYK
RGB Variations
Color information
#5C122E (or 0x5C122E) is known color: Pohutukawa. HEX triplet: 5C, 12 and 2E. RGB value is (92,18,46). Sum of RGB (Red+Green+Blue) = 92+18+46=156 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.97% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 92 - color contains mainly: red. Hex color #5C122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C122E is #A3EDD1. Grayscale: #2B2B2B. Windows color (decimal): -10743250 or 3019356. OLE color: 3019356.
HSL color Cylindrical-coordinate representation of color #5C122E: hue angle of 337.3º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C122E is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 18 | 46 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.64 |
| HSL | 337.3º | 0.67% | 0.22% | - |
| HSV(B) | 337.3º | 0.8% | 0.36% | - |
| XYZ | 5.12 | 2.91 | 2.88 | - |
| YUV | 43.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 46 | 0 | 0.80 | 0.50 | 0.64 | 337.3 | 0.67 | 0.22 |
| Hex | 5C | 12 | 2E | 0 | 50 | 32 | 40 | 151 | 43 | 16 |
| Octal | 134 | 22 | 56 | 0 | 120 | 62 | 100 | 521 | 103 | 26 |
| Binary | 1011100 | 10010 | 101110 | 0 | 1010000 | 110010 | 1000000 | 101010001 | 1000011 | 10110 |
Color Harmonies of #5C122E
Complementary color
Monochromatic Colors of #5C122E
Black with #5C122E
Text Example
Text Example
White with #5C122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C122E; }
p { color: rgb(92,18,46); }
H1.HeaderClassName
{
color: #5C122E;
}
.AnyTagClassName
{
color: #5C122E;
}
</style>
background-color css
<style>
a { background-color: #5C122E; }
a { background-color: rgb(92,18,46); }
div.DivClassName
{
background-color: #5C122E;
}
.BgClassName
{
background-color: #5C122E;
}
</style>
border-color css
<style>
span { border-color: #5C122E; }
span { border-color: rgb(92,18,46); }
td.TdClassName
{
border-color: #5C122E;
}
.TagClassName
{
border-color: #5C122E;
}
</style>