Shades of Pohutukawa #5C111D
Tints of Pohutukawa #5C111D
RGB
CMYK
RGB Variations
Color information
#5C111D (or 0x5C111D) is known color: Pohutukawa. HEX triplet: 5C, 11 and 1D. RGB value is (92,17,29). Sum of RGB (Red+Green+Blue) = 92+17+29=138 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.67% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 92 - color contains mainly: red. Hex color #5C111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C111D is #A3EEE2. Grayscale: #282828. Windows color (decimal): -10743523 or 1904988. OLE color: 1904988.
HSL color Cylindrical-coordinate representation of color #5C111D: hue angle of 350.4º 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 #5C111D is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 17 | 29 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.64 |
| HSL | 350.4º | 0.69% | 0.21% | - |
| HSV(B) | 350.4º | 0.82% | 0.36% | - |
| XYZ | 4.84 | 2.76 | 1.44 | - |
| YUV | 40.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 17 | 29 | 0 | 0.82 | 0.68 | 0.64 | 350.4 | 0.69 | 0.21 |
| Hex | 5C | 11 | 1D | 0 | 52 | 44 | 40 | 15E | 45 | 15 |
| Octal | 134 | 21 | 35 | 0 | 122 | 104 | 100 | 536 | 105 | 25 |
| Binary | 1011100 | 10001 | 11101 | 0 | 1010010 | 1000100 | 1000000 | 101011110 | 1000101 | 10101 |
Color Harmonies of #5C111D
Complementary color
Monochromatic Colors of #5C111D
Black with #5C111D
Text Example
Text Example
White with #5C111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C111D; }
p { color: rgb(92,17,29); }
H1.HeaderClassName
{
color: #5C111D;
}
.AnyTagClassName
{
color: #5C111D;
}
</style>
background-color css
<style>
a { background-color: #5C111D; }
a { background-color: rgb(92,17,29); }
div.DivClassName
{
background-color: #5C111D;
}
.BgClassName
{
background-color: #5C111D;
}
</style>
border-color css
<style>
span { border-color: #5C111D; }
span { border-color: rgb(92,17,29); }
td.TdClassName
{
border-color: #5C111D;
}
.TagClassName
{
border-color: #5C111D;
}
</style>