Shades of Pohutukawa #5A1025
Tints of Pohutukawa #5A1025
RGB
CMYK
RGB Variations
Color information
#5A1025 (or 0x5A1025) is known color: Pohutukawa. HEX triplet: 5A, 10 and 25. RGB value is (90,16,37). Sum of RGB (Red+Green+Blue) = 90+16+37=143 (18% of max value = 765). Red value is 90 (35.55% from 255 or 62.94% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1025 is #A5EFDA. Grayscale: #282828. Windows color (decimal): -10874843 or 2429018. OLE color: 2429018.
HSL color Cylindrical-coordinate representation of color #5A1025: hue angle of 342.97º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1025 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 16 | 37 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.65 |
| HSL | 342.97º | 0.7% | 0.21% | - |
| HSV(B) | 342.97º | 0.82% | 0.35% | - |
| XYZ | 4.74 | 2.68 | 2.02 | - |
| YUV | 40.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 37 | 0 | 0.82 | 0.59 | 0.65 | 342.97 | 0.7 | 0.21 |
| Hex | 5A | 10 | 25 | 0 | 52 | 3B | 41 | 157 | 46 | 15 |
| Octal | 132 | 20 | 45 | 0 | 122 | 73 | 101 | 527 | 106 | 25 |
| Binary | 1011010 | 10000 | 100101 | 0 | 1010010 | 111011 | 1000001 | 101010111 | 1000110 | 10101 |
Color Harmonies of #5A1025
Complementary color
Monochromatic Colors of #5A1025
Black with #5A1025
Text Example
Text Example
White with #5A1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1025; }
p { color: rgb(90,16,37); }
H1.HeaderClassName
{
color: #5A1025;
}
.AnyTagClassName
{
color: #5A1025;
}
</style>
background-color css
<style>
a { background-color: #5A1025; }
a { background-color: rgb(90,16,37); }
div.DivClassName
{
background-color: #5A1025;
}
.BgClassName
{
background-color: #5A1025;
}
</style>
border-color css
<style>
span { border-color: #5A1025; }
span { border-color: rgb(90,16,37); }
td.TdClassName
{
border-color: #5A1025;
}
.TagClassName
{
border-color: #5A1025;
}
</style>