Shades of Pohutukawa #5A1828
Tints of Pohutukawa #5A1828
RGB
CMYK
RGB Variations
Color information
#5A1828 (or 0x5A1828) is known color: Pohutukawa. HEX triplet: 5A, 18 and 28. RGB value is (90,24,40). Sum of RGB (Red+Green+Blue) = 90+24+40=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1828 is #A5E7D7. Grayscale: #2D2D2D. Windows color (decimal): -10872792 or 2627674. OLE color: 2627674.
HSL color Cylindrical-coordinate representation of color #5A1828: hue angle of 345.45º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A1828 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 24 | 40 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.65 |
| HSL | 345.45º | 0.58% | 0.22% | - |
| HSV(B) | 345.45º | 0.73% | 0.35% | - |
| XYZ | 4.93 | 2.98 | 2.32 | - |
| YUV | 45.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 40 | 0 | 0.73 | 0.56 | 0.65 | 345.45 | 0.58 | 0.22 |
| Hex | 5A | 18 | 28 | 0 | 49 | 38 | 41 | 159 | 3A | 16 |
| Octal | 132 | 30 | 50 | 0 | 111 | 70 | 101 | 531 | 72 | 26 |
| Binary | 1011010 | 11000 | 101000 | 0 | 1001001 | 111000 | 1000001 | 101011001 | 111010 | 10110 |
Color Harmonies of #5A1828
Complementary color
Monochromatic Colors of #5A1828
Black with #5A1828
Text Example
Text Example
White with #5A1828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1828; }
p { color: rgb(90,24,40); }
H1.HeaderClassName
{
color: #5A1828;
}
.AnyTagClassName
{
color: #5A1828;
}
</style>
background-color css
<style>
a { background-color: #5A1828; }
a { background-color: rgb(90,24,40); }
div.DivClassName
{
background-color: #5A1828;
}
.BgClassName
{
background-color: #5A1828;
}
</style>
border-color css
<style>
span { border-color: #5A1828; }
span { border-color: rgb(90,24,40); }
td.TdClassName
{
border-color: #5A1828;
}
.TagClassName
{
border-color: #5A1828;
}
</style>