Shades of Pohutukawa #5A0818
Tints of Pohutukawa #5A0818
RGB
CMYK
RGB Variations
Color information
#5A0818 (or 0x5A0818) is known color: Pohutukawa. HEX triplet: 5A, 08 and 18. RGB value is (90,8,24). Sum of RGB (Red+Green+Blue) = 90+8+24=122 (16% of max value = 765). Red value is 90 (35.55% from 255 or 73.77% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0818 is #A5F7E7. Grayscale: #222222. Windows color (decimal): -10876904 or 1575002. OLE color: 1575002.
HSL color Cylindrical-coordinate representation of color #5A0818: hue angle of 348.29º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0818 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 24 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.65 |
| HSL | 348.29º | 0.84% | 0.19% | - |
| HSV(B) | 348.29º | 0.91% | 0.35% | - |
| XYZ | 4.47 | 2.41 | 1.09 | - |
| YUV | 34.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 24 | 0 | 0.91 | 0.73 | 0.65 | 348.29 | 0.84 | 0.19 |
| Hex | 5A | 8 | 18 | 0 | 5B | 49 | 41 | 15C | 54 | 13 |
| Octal | 132 | 10 | 30 | 0 | 133 | 111 | 101 | 534 | 124 | 23 |
| Binary | 1011010 | 1000 | 11000 | 0 | 1011011 | 1001001 | 1000001 | 101011100 | 1010100 | 10011 |
Color Harmonies of #5A0818
Complementary color
Monochromatic Colors of #5A0818
Black with #5A0818
Text Example
Text Example
White with #5A0818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0818; }
p { color: rgb(90,8,24); }
H1.HeaderClassName
{
color: #5A0818;
}
.AnyTagClassName
{
color: #5A0818;
}
</style>
background-color css
<style>
a { background-color: #5A0818; }
a { background-color: rgb(90,8,24); }
div.DivClassName
{
background-color: #5A0818;
}
.BgClassName
{
background-color: #5A0818;
}
</style>
border-color css
<style>
span { border-color: #5A0818; }
span { border-color: rgb(90,8,24); }
td.TdClassName
{
border-color: #5A0818;
}
.TagClassName
{
border-color: #5A0818;
}
</style>