Shades of Pohutukawa #5A162C
Tints of Pohutukawa #5A162C
RGB
CMYK
RGB Variations
Color information
#5A162C (or 0x5A162C) is known color: Pohutukawa. HEX triplet: 5A, 16 and 2C. RGB value is (90,22,44). Sum of RGB (Red+Green+Blue) = 90+22+44=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A162C is #A5E9D3. Grayscale: #2C2C2C. Windows color (decimal): -10873300 or 2889306. OLE color: 2889306.
HSL color Cylindrical-coordinate representation of color #5A162C: hue angle of 340.59º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A162C is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 44 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.65 |
| HSL | 340.59º | 0.61% | 0.22% | - |
| HSV(B) | 340.59º | 0.76% | 0.35% | - |
| XYZ | 4.96 | 2.93 | 2.69 | - |
| YUV | 44.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 44 | 0 | 0.76 | 0.51 | 0.65 | 340.59 | 0.61 | 0.22 |
| Hex | 5A | 16 | 2C | 0 | 4C | 33 | 41 | 155 | 3D | 16 |
| Octal | 132 | 26 | 54 | 0 | 114 | 63 | 101 | 525 | 75 | 26 |
| Binary | 1011010 | 10110 | 101100 | 0 | 1001100 | 110011 | 1000001 | 101010101 | 111101 | 10110 |
Color Harmonies of #5A162C
Complementary color
Monochromatic Colors of #5A162C
Black with #5A162C
Text Example
Text Example
White with #5A162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A162C; }
p { color: rgb(90,22,44); }
H1.HeaderClassName
{
color: #5A162C;
}
.AnyTagClassName
{
color: #5A162C;
}
</style>
background-color css
<style>
a { background-color: #5A162C; }
a { background-color: rgb(90,22,44); }
div.DivClassName
{
background-color: #5A162C;
}
.BgClassName
{
background-color: #5A162C;
}
</style>
border-color css
<style>
span { border-color: #5A162C; }
span { border-color: rgb(90,22,44); }
td.TdClassName
{
border-color: #5A162C;
}
.TagClassName
{
border-color: #5A162C;
}
</style>