Shades of Pohutukawa #5A162A
Tints of Pohutukawa #5A162A
RGB
CMYK
RGB Variations
Color information
#5A162A (or 0x5A162A) is known color: Pohutukawa. HEX triplet: 5A, 16 and 2A. RGB value is (90,22,42). Sum of RGB (Red+Green+Blue) = 90+22+42=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A162A is #A5E9D5. Grayscale: #2C2C2C. Windows color (decimal): -10873302 or 2758234. OLE color: 2758234.
HSL color Cylindrical-coordinate representation of color #5A162A: hue angle of 342.35º 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 #5A162A is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 42 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.65 |
| HSL | 342.35º | 0.61% | 0.22% | - |
| HSV(B) | 342.35º | 0.76% | 0.35% | - |
| XYZ | 4.92 | 2.91 | 2.49 | - |
| YUV | 44.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 42 | 0 | 0.76 | 0.53 | 0.65 | 342.35 | 0.61 | 0.22 |
| Hex | 5A | 16 | 2A | 0 | 4C | 35 | 41 | 156 | 3D | 16 |
| Octal | 132 | 26 | 52 | 0 | 114 | 65 | 101 | 526 | 75 | 26 |
| Binary | 1011010 | 10110 | 101010 | 0 | 1001100 | 110101 | 1000001 | 101010110 | 111101 | 10110 |
Color Harmonies of #5A162A
Complementary color
Monochromatic Colors of #5A162A
Black with #5A162A
Text Example
Text Example
White with #5A162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A162A; }
p { color: rgb(90,22,42); }
H1.HeaderClassName
{
color: #5A162A;
}
.AnyTagClassName
{
color: #5A162A;
}
</style>
background-color css
<style>
a { background-color: #5A162A; }
a { background-color: rgb(90,22,42); }
div.DivClassName
{
background-color: #5A162A;
}
.BgClassName
{
background-color: #5A162A;
}
</style>
border-color css
<style>
span { border-color: #5A162A; }
span { border-color: rgb(90,22,42); }
td.TdClassName
{
border-color: #5A162A;
}
.TagClassName
{
border-color: #5A162A;
}
</style>