Shades of Pohutukawa #5C112A
Tints of Pohutukawa #5C112A
RGB
CMYK
RGB Variations
Color information
#5C112A (or 0x5C112A) is known color: Pohutukawa. HEX triplet: 5C, 11 and 2A. RGB value is (92,17,42). Sum of RGB (Red+Green+Blue) = 92+17+42=151 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.93% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 92 - color contains mainly: red. Hex color #5C112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C112A is #A3EED5. Grayscale: #2A2A2A. Windows color (decimal): -10743510 or 2756956. OLE color: 2756956.
HSL color Cylindrical-coordinate representation of color #5C112A: hue angle of 340º 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 #5C112A is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 17 | 42 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.64 |
| HSL | 340º | 0.69% | 0.21% | - |
| HSV(B) | 340º | 0.82% | 0.36% | - |
| XYZ | 5.03 | 2.84 | 2.47 | - |
| YUV | 42.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 17 | 42 | 0 | 0.82 | 0.54 | 0.64 | 340 | 0.69 | 0.21 |
| Hex | 5C | 11 | 2A | 0 | 52 | 36 | 40 | 154 | 45 | 15 |
| Octal | 134 | 21 | 52 | 0 | 122 | 66 | 100 | 524 | 105 | 25 |
| Binary | 1011100 | 10001 | 101010 | 0 | 1010010 | 110110 | 1000000 | 101010100 | 1000101 | 10101 |
Color Harmonies of #5C112A
Complementary color
Monochromatic Colors of #5C112A
Black with #5C112A
Text Example
Text Example
White with #5C112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C112A; }
p { color: rgb(92,17,42); }
H1.HeaderClassName
{
color: #5C112A;
}
.AnyTagClassName
{
color: #5C112A;
}
</style>
background-color css
<style>
a { background-color: #5C112A; }
a { background-color: rgb(92,17,42); }
div.DivClassName
{
background-color: #5C112A;
}
.BgClassName
{
background-color: #5C112A;
}
</style>
border-color css
<style>
span { border-color: #5C112A; }
span { border-color: rgb(92,17,42); }
td.TdClassName
{
border-color: #5C112A;
}
.TagClassName
{
border-color: #5C112A;
}
</style>