Shades of Pohutukawa #5A1623
Tints of Pohutukawa #5A1623
RGB
CMYK
RGB Variations
Color information
#5A1623 (or 0x5A1623) is known color: Pohutukawa. HEX triplet: 5A, 16 and 23. RGB value is (90,22,35). Sum of RGB (Red+Green+Blue) = 90+22+35=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1623 is #A5E9DC. Grayscale: #2B2B2B. Windows color (decimal): -10873309 or 2299482. OLE color: 2299482.
HSL color Cylindrical-coordinate representation of color #5A1623: hue angle of 348.53º 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 #5A1623 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 35 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.65 |
| HSL | 348.53º | 0.61% | 0.22% | - |
| HSV(B) | 348.53º | 0.76% | 0.35% | - |
| XYZ | 4.81 | 2.87 | 1.89 | - |
| YUV | 43.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 35 | 0 | 0.76 | 0.61 | 0.65 | 348.53 | 0.61 | 0.22 |
| Hex | 5A | 16 | 23 | 0 | 4C | 3D | 41 | 15D | 3D | 16 |
| Octal | 132 | 26 | 43 | 0 | 114 | 75 | 101 | 535 | 75 | 26 |
| Binary | 1011010 | 10110 | 100011 | 0 | 1001100 | 111101 | 1000001 | 101011101 | 111101 | 10110 |
Color Harmonies of #5A1623
Complementary color
Monochromatic Colors of #5A1623
Black with #5A1623
Text Example
Text Example
White with #5A1623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1623; }
p { color: rgb(90,22,35); }
H1.HeaderClassName
{
color: #5A1623;
}
.AnyTagClassName
{
color: #5A1623;
}
</style>
background-color css
<style>
a { background-color: #5A1623; }
a { background-color: rgb(90,22,35); }
div.DivClassName
{
background-color: #5A1623;
}
.BgClassName
{
background-color: #5A1623;
}
</style>
border-color css
<style>
span { border-color: #5A1623; }
span { border-color: rgb(90,22,35); }
td.TdClassName
{
border-color: #5A1623;
}
.TagClassName
{
border-color: #5A1623;
}
</style>