Shades of Pohutukawa #5A081A
Tints of Pohutukawa #5A081A
RGB
CMYK
RGB Variations
Color information
#5A081A (or 0x5A081A) is known color: Pohutukawa. HEX triplet: 5A, 08 and 1A. RGB value is (90,8,26). Sum of RGB (Red+Green+Blue) = 90+8+26=124 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72.58% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 90 - color contains mainly: red. Hex color #5A081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A081A is #A5F7E5. Grayscale: #222222. Windows color (decimal): -10876902 or 1706074. OLE color: 1706074.
HSL color Cylindrical-coordinate representation of color #5A081A: hue angle of 346.83º 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 #5A081A is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 26 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.65 |
| HSL | 346.83º | 0.84% | 0.19% | - |
| HSV(B) | 346.83º | 0.91% | 0.35% | - |
| XYZ | 4.49 | 2.42 | 1.21 | - |
| YUV | 34.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 26 | 0 | 0.91 | 0.71 | 0.65 | 346.83 | 0.84 | 0.19 |
| Hex | 5A | 8 | 1A | 0 | 5B | 47 | 41 | 15B | 54 | 13 |
| Octal | 132 | 10 | 32 | 0 | 133 | 107 | 101 | 533 | 124 | 23 |
| Binary | 1011010 | 1000 | 11010 | 0 | 1011011 | 1000111 | 1000001 | 101011011 | 1010100 | 10011 |
Color Harmonies of #5A081A
Complementary color
Monochromatic Colors of #5A081A
Black with #5A081A
Text Example
Text Example
White with #5A081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A081A; }
p { color: rgb(90,8,26); }
H1.HeaderClassName
{
color: #5A081A;
}
.AnyTagClassName
{
color: #5A081A;
}
</style>
background-color css
<style>
a { background-color: #5A081A; }
a { background-color: rgb(90,8,26); }
div.DivClassName
{
background-color: #5A081A;
}
.BgClassName
{
background-color: #5A081A;
}
</style>
border-color css
<style>
span { border-color: #5A081A; }
span { border-color: rgb(90,8,26); }
td.TdClassName
{
border-color: #5A081A;
}
.TagClassName
{
border-color: #5A081A;
}
</style>