Shades of Pohutukawa #5A142B
Tints of Pohutukawa #5A142B
RGB
CMYK
RGB Variations
Color information
#5A142B (or 0x5A142B) is known color: Pohutukawa. HEX triplet: 5A, 14 and 2B. RGB value is (90,20,43). Sum of RGB (Red+Green+Blue) = 90+20+43=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A142B is #A5EBD4. Grayscale: #2B2B2B. Windows color (decimal): -10873813 or 2823258. OLE color: 2823258.
HSL color Cylindrical-coordinate representation of color #5A142B: hue angle of 340.29º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A142B is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 20 | 43 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.65 |
| HSL | 340.29º | 0.64% | 0.22% | - |
| HSV(B) | 340.29º | 0.78% | 0.35% | - |
| XYZ | 4.9 | 2.85 | 2.58 | - |
| YUV | 43.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 43 | 0 | 0.78 | 0.52 | 0.65 | 340.29 | 0.64 | 0.22 |
| Hex | 5A | 14 | 2B | 0 | 4E | 34 | 41 | 154 | 40 | 16 |
| Octal | 132 | 24 | 53 | 0 | 116 | 64 | 101 | 524 | 100 | 26 |
| Binary | 1011010 | 10100 | 101011 | 0 | 1001110 | 110100 | 1000001 | 101010100 | 1000000 | 10110 |
Color Harmonies of #5A142B
Complementary color
Monochromatic Colors of #5A142B
Black with #5A142B
Text Example
Text Example
White with #5A142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A142B; }
p { color: rgb(90,20,43); }
H1.HeaderClassName
{
color: #5A142B;
}
.AnyTagClassName
{
color: #5A142B;
}
</style>
background-color css
<style>
a { background-color: #5A142B; }
a { background-color: rgb(90,20,43); }
div.DivClassName
{
background-color: #5A142B;
}
.BgClassName
{
background-color: #5A142B;
}
</style>
border-color css
<style>
span { border-color: #5A142B; }
span { border-color: rgb(90,20,43); }
td.TdClassName
{
border-color: #5A142B;
}
.TagClassName
{
border-color: #5A142B;
}
</style>