Shades of Pohutukawa #5A162B
Tints of Pohutukawa #5A162B
RGB
CMYK
RGB Variations
Color information
#5A162B (or 0x5A162B) is known color: Pohutukawa. HEX triplet: 5A, 16 and 2B. RGB value is (90,22,43). Sum of RGB (Red+Green+Blue) = 90+22+43=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A162B is #A5E9D4. Grayscale: #2C2C2C. Windows color (decimal): -10873301 or 2823770. OLE color: 2823770.
HSL color Cylindrical-coordinate representation of color #5A162B: hue angle of 341.47º 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 #5A162B is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 43 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.65 |
| HSL | 341.47º | 0.61% | 0.22% | - |
| HSV(B) | 341.47º | 0.76% | 0.35% | - |
| XYZ | 4.94 | 2.92 | 2.59 | - |
| YUV | 44.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 43 | 0 | 0.76 | 0.52 | 0.65 | 341.47 | 0.61 | 0.22 |
| Hex | 5A | 16 | 2B | 0 | 4C | 34 | 41 | 155 | 3D | 16 |
| Octal | 132 | 26 | 53 | 0 | 114 | 64 | 101 | 525 | 75 | 26 |
| Binary | 1011010 | 10110 | 101011 | 0 | 1001100 | 110100 | 1000001 | 101010101 | 111101 | 10110 |
Color Harmonies of #5A162B
Complementary color
Monochromatic Colors of #5A162B
Black with #5A162B
Text Example
Text Example
White with #5A162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A162B; }
p { color: rgb(90,22,43); }
H1.HeaderClassName
{
color: #5A162B;
}
.AnyTagClassName
{
color: #5A162B;
}
</style>
background-color css
<style>
a { background-color: #5A162B; }
a { background-color: rgb(90,22,43); }
div.DivClassName
{
background-color: #5A162B;
}
.BgClassName
{
background-color: #5A162B;
}
</style>
border-color css
<style>
span { border-color: #5A162B; }
span { border-color: rgb(90,22,43); }
td.TdClassName
{
border-color: #5A162B;
}
.TagClassName
{
border-color: #5A162B;
}
</style>