Shades of Pohutukawa #5C1B26
Tints of Pohutukawa #5C1B26
RGB
CMYK
RGB Variations
Color information
#5C1B26 (or 0x5C1B26) is known color: Pohutukawa. HEX triplet: 5C, 1B and 26. RGB value is (92,27,38). Sum of RGB (Red+Green+Blue) = 92+27+38=157 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.60% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1B26 is #A3E4D9. Grayscale: #2F2F2F. Windows color (decimal): -10740954 or 2497372. OLE color: 2497372.
HSL color Cylindrical-coordinate representation of color #5C1B26: hue angle of 349.85º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C1B26 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 27 | 38 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.64 |
| HSL | 349.85º | 0.55% | 0.23% | - |
| HSV(B) | 349.85º | 0.71% | 0.36% | - |
| XYZ | 5.16 | 3.2 | 2.18 | - |
| YUV | 47.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 27 | 38 | 0 | 0.71 | 0.59 | 0.64 | 349.85 | 0.55 | 0.23 |
| Hex | 5C | 1B | 26 | 0 | 47 | 3B | 40 | 15E | 37 | 17 |
| Octal | 134 | 33 | 46 | 0 | 107 | 73 | 100 | 536 | 67 | 27 |
| Binary | 1011100 | 11011 | 100110 | 0 | 1000111 | 111011 | 1000000 | 101011110 | 110111 | 10111 |
Color Harmonies of #5C1B26
Complementary color
Monochromatic Colors of #5C1B26
Black with #5C1B26
Text Example
Text Example
White with #5C1B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1B26; }
p { color: rgb(92,27,38); }
H1.HeaderClassName
{
color: #5C1B26;
}
.AnyTagClassName
{
color: #5C1B26;
}
</style>
background-color css
<style>
a { background-color: #5C1B26; }
a { background-color: rgb(92,27,38); }
div.DivClassName
{
background-color: #5C1B26;
}
.BgClassName
{
background-color: #5C1B26;
}
</style>
border-color css
<style>
span { border-color: #5C1B26; }
span { border-color: rgb(92,27,38); }
td.TdClassName
{
border-color: #5C1B26;
}
.TagClassName
{
border-color: #5C1B26;
}
</style>