Shades of Pohutukawa #5A1627
Tints of Pohutukawa #5A1627
RGB
CMYK
RGB Variations
Color information
#5A1627 (or 0x5A1627) is known color: Pohutukawa. HEX triplet: 5A, 16 and 27. RGB value is (90,22,39). Sum of RGB (Red+Green+Blue) = 90+22+39=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1627 is #A5E9D8. Grayscale: #2C2C2C. Windows color (decimal): -10873305 or 2561626. OLE color: 2561626.
HSL color Cylindrical-coordinate representation of color #5A1627: hue angle of 345º 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 #5A1627 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 39 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.65 |
| HSL | 345º | 0.61% | 0.22% | - |
| HSV(B) | 345º | 0.76% | 0.35% | - |
| XYZ | 4.87 | 2.89 | 2.22 | - |
| YUV | 44.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 39 | 0 | 0.76 | 0.57 | 0.65 | 345 | 0.61 | 0.22 |
| Hex | 5A | 16 | 27 | 0 | 4C | 39 | 41 | 159 | 3D | 16 |
| Octal | 132 | 26 | 47 | 0 | 114 | 71 | 101 | 531 | 75 | 26 |
| Binary | 1011010 | 10110 | 100111 | 0 | 1001100 | 111001 | 1000001 | 101011001 | 111101 | 10110 |
Color Harmonies of #5A1627
Complementary color
Monochromatic Colors of #5A1627
Black with #5A1627
Text Example
Text Example
White with #5A1627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1627; }
p { color: rgb(90,22,39); }
H1.HeaderClassName
{
color: #5A1627;
}
.AnyTagClassName
{
color: #5A1627;
}
</style>
background-color css
<style>
a { background-color: #5A1627; }
a { background-color: rgb(90,22,39); }
div.DivClassName
{
background-color: #5A1627;
}
.BgClassName
{
background-color: #5A1627;
}
</style>
border-color css
<style>
span { border-color: #5A1627; }
span { border-color: rgb(90,22,39); }
td.TdClassName
{
border-color: #5A1627;
}
.TagClassName
{
border-color: #5A1627;
}
</style>