Shades of Pohutukawa #5A1125
Tints of Pohutukawa #5A1125
RGB
CMYK
RGB Variations
Color information
#5A1125 (or 0x5A1125) is known color: Pohutukawa. HEX triplet: 5A, 11 and 25. RGB value is (90,17,37). Sum of RGB (Red+Green+Blue) = 90+17+37=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1125 is #A5EEDA. Grayscale: #292929. Windows color (decimal): -10874587 or 2429274. OLE color: 2429274.
HSL color Cylindrical-coordinate representation of color #5A1125: hue angle of 343.56º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A1125 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 37 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.65 |
| HSL | 343.56º | 0.68% | 0.21% | - |
| HSV(B) | 343.56º | 0.81% | 0.35% | - |
| XYZ | 4.75 | 2.71 | 2.02 | - |
| YUV | 41.11 | 125.68 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 37 | 0 | 0.81 | 0.59 | 0.65 | 343.56 | 0.68 | 0.21 |
| Hex | 5A | 11 | 25 | 0 | 51 | 3B | 41 | 158 | 44 | 15 |
| Octal | 132 | 21 | 45 | 0 | 121 | 73 | 101 | 530 | 104 | 25 |
| Binary | 1011010 | 10001 | 100101 | 0 | 1010001 | 111011 | 1000001 | 101011000 | 1000100 | 10101 |
Color Harmonies of #5A1125
Complementary color
Monochromatic Colors of #5A1125
Black with #5A1125
Text Example
Text Example
White with #5A1125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1125; }
p { color: rgb(90,17,37); }
H1.HeaderClassName
{
color: #5A1125;
}
.AnyTagClassName
{
color: #5A1125;
}
</style>
background-color css
<style>
a { background-color: #5A1125; }
a { background-color: rgb(90,17,37); }
div.DivClassName
{
background-color: #5A1125;
}
.BgClassName
{
background-color: #5A1125;
}
</style>
border-color css
<style>
span { border-color: #5A1125; }
span { border-color: rgb(90,17,37); }
td.TdClassName
{
border-color: #5A1125;
}
.TagClassName
{
border-color: #5A1125;
}
</style>