Shades of Pohutukawa #5C112E
Tints of Pohutukawa #5C112E
RGB
CMYK
RGB Variations
Color information
#5C112E (or 0x5C112E) is known color: Pohutukawa. HEX triplet: 5C, 11 and 2E. RGB value is (92,17,46). Sum of RGB (Red+Green+Blue) = 92+17+46=155 (20% of max value = 765). Red value is 92 (36.33% from 255 or 59.35% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 92 - color contains mainly: red. Hex color #5C112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C112E is #A3EED1. Grayscale: #2A2A2A. Windows color (decimal): -10743506 or 3019100. OLE color: 3019100.
HSL color Cylindrical-coordinate representation of color #5C112E: hue angle of 336.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C112E is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 17 | 46 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.64 |
| HSL | 336.8º | 0.69% | 0.21% | - |
| HSV(B) | 336.8º | 0.82% | 0.36% | - |
| XYZ | 5.11 | 2.87 | 2.87 | - |
| YUV | 42.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 17 | 46 | 0 | 0.82 | 0.50 | 0.64 | 336.8 | 0.69 | 0.21 |
| Hex | 5C | 11 | 2E | 0 | 52 | 32 | 40 | 151 | 45 | 15 |
| Octal | 134 | 21 | 56 | 0 | 122 | 62 | 100 | 521 | 105 | 25 |
| Binary | 1011100 | 10001 | 101110 | 0 | 1010010 | 110010 | 1000000 | 101010001 | 1000101 | 10101 |
Color Harmonies of #5C112E
Complementary color
Monochromatic Colors of #5C112E
Black with #5C112E
Text Example
Text Example
White with #5C112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C112E; }
p { color: rgb(92,17,46); }
H1.HeaderClassName
{
color: #5C112E;
}
.AnyTagClassName
{
color: #5C112E;
}
</style>
background-color css
<style>
a { background-color: #5C112E; }
a { background-color: rgb(92,17,46); }
div.DivClassName
{
background-color: #5C112E;
}
.BgClassName
{
background-color: #5C112E;
}
</style>
border-color css
<style>
span { border-color: #5C112E; }
span { border-color: rgb(92,17,46); }
td.TdClassName
{
border-color: #5C112E;
}
.TagClassName
{
border-color: #5C112E;
}
</style>